1.0 Eclipse
- Eclipse Introduction
- Project definition and configurations
- Execution and debugging
- Advance features
2.0 JDBC
- JDBC Introduction
- JDBC Architecture
- Java Database Connectivity Steps
- Test JDBC Driver Installation & Connection
- Types of JDBC Drivers
- Inserting Data into SQL Tables
- Retrieving Data from SQL Tables
- Update SQL Tables
3.0. Servlet
- History of Web Applications
- Support for Servlets
- HTTP Servlet Basics
- The Servlet Lifecycle
- Retrieving Information
- Sending HTML Information
- Sending Multimedia Content
- Session Tracking
- Security
- Database Connectivity
- Applet-Servlet Communication
- What's New in the Servlet API
- Advance Servlet Features (Forward ,Include, Redirect)
4.0. JSP
- Introduction to JSP
- Introducing Java Server Pages Technology
- JSP Architecture
- Reading the Request Information
- Retrieving the data posted to a JSP file from HTML file
- JSP Elements (Directives, Declaration, Scriplets, Actions)
- Introduction to the JSP tags
- Accessing database from JSP
- Working with JSP Sessions
- JSP Cookies Example
- JSP and JavaBeans
- Disabling Session in JSP
- JSP and JavaBeans
5.0. Hibernate
- Introduction to Hibernate
- Hibernate Configuration
- Entity definitions and O/R Mapping
- Working with Persistent Objects
- Hibernate Queries
- Hibernate Caching
- Advance Concepts
6.0 Struts
- MVC Architecture
- Struts Framework
- Struts Controller Components
- Struts View Components
- Struts Model Components
- Struts Tag Libraries
- Exception Handling in Struts
7.0. Spring Framework
- Dependency Injection and Inversion of control
- Bean Managed container and its configurations
- Bean definitions and their usage
- Hibernate Integration
- Struts Integration
8.0 J2EE Connector Architecture
- About Resource Adapters
- Resource Adapter Contracts
- Administering Resource Adapters
- The Black Box Resource Adapters
- Transaction Levels
- Properties
- Configuring JDBC Drivers
9.0 AJAX
- Introduction
- Create an XMLHttpRequest Object
- Send a Request To a Server
- Server Response
- The onreadystatechange Event
- AJAX Examples
10.0 Java and XML
- Generating an XML Document
- Parsing XML
- Quick Reference Guide
- Create well-formed and valid XML documents
- Use XML Namespaces in an XML document
- Create and use an XML Schema document
- Validate XML documents by using standard XML techniques
11.0 WebServices
- SOAP and REST Services
- SOAP Protocol Fundamental (UDDI, WSDL, Binding)
- SOAP Web Services using Axis-2 and SOAP UI
- REST Services fundamental (Jax-RS, JSON)
- REST Web Services generation using Jersey and Jackson