Book 7
Web Programming
Contents at a Glance
Chapter 1: Creating Servlets
Understanding Servlets
Using Tomcat
Creating a Simple Servlet
Running a Servlet
Improving the HelloWorld Servlet
Getting Input from the User
Using Classes in a Servlet
Chapter 2: Using JavaServer Pages
Understanding JavaServer Pages
Using UEL Expressions
Looking at Core Tags
Formatting Numbers
Considering the Controller Servlet
The ListMovies Application Meets JSP
Chapter 3: Using JavaBeans
Getting to Know JavaBeans
Looking Over a Sample Bean
Using Beans with JSP Pages
Scoping Your Beans
Chapter 4: Using HttpClient
Understanding HTTP
Getting Started with Java’s HTTP Client Library
Putting It All Together
The HTTP Tester Program