1.Jdbc introduction & drivers
- Introduction
- Database drivers
2.The java.sql package
- Loading a database drivers &opening connections
- Jdbc URL’s
- Jdbc classes & interfaces
- Prepared,callable statements
- Scorollable & updatable resultset
- Batch updates
- Examples
6.Java servlet APIS
- Introduction
- Overview of the java servlet API
- SERVLET implementation API
- Servlet configuration API
- Servlet exceptions ApI
- Servlet lifecycle
|
3.The javax.sql package
- JNDI& data sourses
- Connection pooling with javax.sql package SERVLETS
4.Introduction to web application
- Java application types
- Web application
- HTTP protocol
- Requirement for developing and hosting web applications
5.Deployment and Packaging
- Introduction of deployment
- Directory structure
- Deploying web application
- Web archive files
- Tomcat web server
- Web application:development to deployment with example
- Depoying using .war file
|