What you need for this book

Besides your brain and a pencil, you need Java, Tomcat 5, and a computer.

You do not need any other development tool, such as an Integrated Development Environment (IDE). We strongly recommend that you not use anything but a basic editor until you complete this book. A servlet/JSP-aware IDE can protect you from some of the details that really matter (and that you’ll be tested on), so you’re much better off developing the bean code completely by hand. Once you really understand what’s happening, you can move to a tool that automates some of the servlet/JSP creation and deployment steps. If you already know how to use Ant, then after Chapter 3, you can switch to using it to help you deploy, but we don’t recommend using Ant until after you’ve completely memorized the web app deployment structure.

image with no caption
image with no caption
image with no caption

Java 2 Standard Edition 1.5

Tomcat 5

The exam covers the following specs:

  • Servlets 2.4

  • JSP 2.0

  • JSTL 1.1

Get Head First Servlets and JSP, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.