Pre-requisites:
Oops and Exception handling (Core java)
JDBC
- Understanding Class.forName(-)
- Need of JDBC
- Types of Jdbc drivers
- 3 Statement objs
(Simple Statement,PreparedStatement,CallableStatement)
- Resulset objs
- Batch Processing/Updation
- Transaction management
- Working with diff DB s/ws
- Working with Dates, BLOB and CLOB vlaues
- JDBC 3.0 & 4.0 Features
- Working with Type3 and Type5 jdbc drivers
- Misc Discussions
SERVLETS
- Introduction
- Web
application Architecture
-
Web Server & Containers
-
Http Protocol
-
Web application developement
-
Understanding Servlet api
-
Html-Servlet Communication
-
Servlet Life Cycle
-
Deployment of webappliation in different severs
- Servlet
to DB s/w communcation (with jdbc connection pooling)
- Servlet
to Servlet Communcation(Servlet Chaining)
- SessionTracking
- Servlet
Filters & wrappers
- Servlet
Listeners
- File
Uploading and Downloading
- Annotations
based servlet programming
- Web-Security
- Misc
Discussions
JSP
- Introduction
- Jsp
LifeCycle
-
Jsp Implicit Objects & Scopes
-
Jsp Scripting tags
- Jsp
Directives tags
-
Jsp Actions
-
Standard Actions
- Custom
Actions
- JSTL
- understading model1,mvc1,mvc2 architectures
- Mini Projects
- Misc Discussions
IDES
- MyEclipse
- NetBeans
- Eclipse
SERVERS
- Tomcat
- Weblogic
- GlassFish
- web shepre
- Jboss
DATABASES