Notes
Slide Show
Outline
1
Introduction to Servlets
  • Written by Jeff Smith
  • Copyright © 2004. All rights reserved.


2
What is a Servlet? -1
3
What is a Servlet? -2
4
Web/Servlet Architecture
5
Servlets -1
6
Servlets -2
7
Servlets -3
8
Servlet Example -1
9
Servlet Example -2
10
Useful Servlet Methods -1
11
HTTP GET vs. POST -1
12
HTTP GET vs. POST -2
13
HttpServlet -1
14
HttpServlet -2
15
HttpServlet -3
16
HttpServlet Style Suggestions
17
HttpServlet Example -1
18
HttpServlet Example -2
19
HttpServlet Example -3
20
HttpServlet Example -4
21
Tomcat Setup -1
22
Tomcat Setup -2
23
Tomcat Setup -3
24
Tomcat Setup -4
25
Tomcat Setup -5
26
Tomcat Setup -6
27
web.xml file
28
Tomcat Admin Tool -1
29
Tomcat Admin Tool -2
30
Tomcat Admin Tool -3
31
Servlets, Actions, and Tomcat -1
32
Servlets, Actions, and Tomcat -2
33
Exercise 1
34
Exercise 2