Java
Java
Advance JAVA
Introduction to J2EE
J2EE Overview
Why J2EE?
J2EE Architecture
Module 1: JSP
1. Introduction 2. Client –Side Programming
• Web-Tech Intro • HTML
• http protocol • CSS
• Apache tomcat web server • Java SCRIPT
Demo in
• Introduction of JSP as Deamweaver
Middleware Technology for designing part
• JSP Architecture Demo on NetBean
Demo: execution of JSP program
Module 2: JDBC
Introduction of JDBC JDBC Programming:
API
Connection Pooling
Type of JDBC Driver
JDBC Programming with
Introduction of Oracle Database ORACLE, MYSQL, SQL Server
PL/SQL Command Intro etc.
JDBC - SQL Syntax: JDBC Examples
JDBC - Connections JDBC - Create Database
JDBC - Statements JDBC - Select Database
JDBC - Result Sets JDBC - Drop Database
JDBC - Data Types JDBC - Create Tables
JDBC - Transactions JDBC - Drop Tables
JDBC - Exceptions JDBC - Insert Records
JDBC - Batch Processing JDBC - Select Records
JDBC - Stored Procedure JDBC - Update Records
JDBC - Streaming Data JDBC - Delete Records
JDBC - WHERE Clause
JDBC - Like Clause
JDBC - Sorting Data
Module 3: Servlet
Introduction to servlet Servlets - Cookies Handling
Servlet life cycle Servlets - Session Tracking
Developing and Deploying Servlets Servlets - Database Access
Exploring Deployment Descriptor (web.xml). Servlets - File Uploading
Servlets - Examples Servlets - Handling Date
Servlets - Form Data Servlets - Page Redirect
Module 4: EJB
• Introduction to Distributed Applications • Deploying Hello World Session
and Components Bean on WebLogic Server
• Introduction to J2EE architecture. • Writing Calculator Session
• Enterprise Java Beans (EJB) - Bean and Testing on
An Introduction WebLogic Server
• Why Enterprise Java Beans (EJB)? • Understanding Stateful and
• Application Servers Available in Stateless Session Beans
the market. Life cycle
• Downloading and Installing • Writing Stateless Session Bean
the WebLogic 6.0 server. • Introduction to the Entity Beans
• Introduction to Enterprise Java • Writing your first Entity Bean
Beans and developing you first web • Writing Entity Bean with
component. Container Managed
• Developing Hello World Session Bean Persistence
• Writing Deployment Descriptor and • Writing Entity Bean with
Client Code for Stateless Session Bean Bean Managed Persistence
• Deploying Entity Bean
Module 7:JSF