I.
SERVLETS
1.
Introduction
2.
Web application Architecture
3.
Http Protocol & Http Methods
4.
Web Server & Web Container
5.
Servlet Interface
6.
GenericServlet
7.
HttpServlet
8.
Servlet Life Cycle
9.
ServletConfig
10.
ServletContext
11.
Servlet Communication
A.Servlet-Browser
communication 1.
sendError
2. setHeader 3.
sendRedirect B.Web-component
Communication
1. Forward
2.
Include C.Servlet-Applet
Communication
12.
Session Tracking Mechanisms
1.
HttpSession
2.
Cookies
3.
URL-Rewriting
4.
Hidden-Form Fields
13.Filters
& Wrappers
14.Listeners
II.
JSP
1.
Introduction
2.
Jsp LifeCycle
3.
Jsp Implicit Objects & Scopes
4.
Jsp Directives
1.page
2.include
3.taglib
5.
Jsp Scripting Elements
1.declaratives
2.scriptlets
3.expressions