|
Introduction to Servlet Programming Length: 2 days CourseID: servlets
Participants should have experience developing java applications. Students should be comfortable writing HTML web pages and have a basic understanding of HTTP as the transport protocol.
Servlets are Java’s answer to dynamic web applications. In the J2EE web application, they fulfill the controller component of the Model View Controller design pattern. The student will design, develop and deploy J2EE compliant web applications in this class. Along with developing HTML content, the student will be pulling data from relational databases using JDBC.
Develop simple Servlets
Extend simple Servlets using HTTPServlet
Integrate Servlets with Relational Databases
Maintain client state with the use of Cookies
Maintain state with the use of the Session Object
Introduction to J2EE
Servlets Introduction
Extending Servlets
Servlet State
|