Monday, January 16, 2012

Get Training in Java J2EE

J2EE Topics (Advanced Java)

Introduction to J2EE

Tiered Architect
Servlet & JSP
Ent JavaBeans
XML
Transaction
Installing
path
Start & stop server

Java Server Pages

Intro JSP
Writing JSP
Deploying JSP
Implicit Objects
Request & Response Object
Cookies & Sessions
Init Param & Context
Implicit Object
JSP tags
The Page Directive
Include & Forward

Java Server Pages Code

Expression Language Basics
Method & Object References
JSP to Java Mapping
A Tag Handler pt1
A Tag Handler pt2
Two More Tag Handlers Pt1
Two More Tag Handlers Pt2
Tag Libraries

Servlets

Basic Servlet Design
A Simple Servlet
Posting to a Servlet
Catching Exception
Sending Messages
Using Multiple Servlets
Multithreading
Event Logging
Cookies
Filters
MVC

Database

JDBC & Drivers
The Console
Making a Connection pt1
Making a Connection pt2
Making a Simple Connection
Making a Table
Display Table
Transaction

Enterprise Java Bean

Intro to EJB
Kinds of Bean
Writing Stateless Session bean
Deploying a Bean1
Deploying a Bean2
Calling a Bean Method
Session Bean with a State
Writing a State-ful Session Bean
Entity beans
Synchronizations of Entity Beans
Message Beans
Code of a Message Bean

Web Services

Intro to Web Services
JAXRPC
Source code of Web services
Web Services Description Language
Deploying a Web Services pt1
Deploying a Web Services pt 2
Web Service Client