Conquer-IT! Part 1: JSPs and Servlets
View the Read Along Book the comes with Conquer-IT! Part 1: JSPs and
Servlets
Topics Covered
Following are topics that are covered in the Part1 of Conquer-IT!-J2EE
A quick word about Web Servers and Static web applications
- Animation illustrating static content based applications and Web Servers
Introduction to Web Application Servers
- Animation illustrating the concept of Application Servers and their main sub-components
(web-server and web-container)
Introduction to JSP Programming
- JSP terminology and concepts
Writing a web application involving only JSPs
- Interactive Code viewing and analysis on how to code a JSP
Testing the application and understanding how JSPs are served
- Animation to illustrate how JSPs are served by the application server
- Interactive Code viewing and analysis
Implicit objects available to a JSP
- Explanation of concepts associated with implicit objects available to a JSP
JSP Error Page
- Explanation of concepts associated with JSP Error pages
- Interactive Code viewing and review
HTTPServlets
- Introduction to Servlets and Servlet programming
Writing a web application involving HTML, JSPs and Servlets
- Interactive code viewing and Review
Running the application
- Animation to illustrate what happens inside the application server
Multi-threaded scenario
- Animation illustrating the multi-threaded nature of the Servlets
Adding HTTP Session Management
- Interactive Code viewing and analysis
- Animation to illustrate what happens inside an application server and
web-container when session management is used
About cookies
Session Management using URL-Rewriting
- Interactive Code viewing and analysis on how to setup URL-Rewriting
|