JDBC
Introduction to JDBC Programming | Types of Drivers | Standard Steps in Querying a Database | Database Aware Application Development | PreparedStatement | Calling a Stored Procedure | Simple Transaction | ResultSetMetaData | Batch Updates | Scrollable ResultSet | Making Updates to Updatable Result Sets | Swing-JDBC application | Dealing with dates in swing-JDBC | Handling Dynamic SQL
SERVLETS
Introduction to Servlets | Servlet Basics | Servlet Life Cycle | First web application | Deployment Descriptor | HttpServlet Life Cycle | Servlet API basics | Init Parameters | Servlet handling post request | HttpServletRequest | HttpServletResponse | ServletContext | RequestDispatching | Applying Filters | State and Session management | Cookies | Session tracking with HttpSession | URL rewriting
JSP
Introduction to Java Server Pages | JSP Components | JSP Directives | Implicit objects | JSP Life cycle | JSP page scopes | JSP Actions | Using Java Beans in a jsp | Sharing of beans across jsps | Custom Actions
