Java Platform, Enterprise Edition/Java EE Tutorial
This tutorial is intended to enable you programming in Java 2 Enterprise Edition (J2EE). You can start the tutorial here.
Chapters
Following are the chapters in the tutorial.
Part 1: Overview and Installations
- Installation of Java EE
- Basics of Web Applications
- Installing an Application Server
- Using Eclipse and MyEclipse
Part 2: Applets
- What is an Applet?
- The first Applet
Part 3: Servlets
- An Introduction to Servlets
- The first Servlet
- Modifying a Servlet
Part 4: JavaServer Pages
- An Introduction to JSP
- Writing in JSP
- Implicit Objects
- Cookies
Part 5: Apache Struts
- Introduction
- Struts configuration
- Action Servlet
- Form Validator
- Tiles
Part 6: Enterprise Java Beans
- What is beans?
- Session Beans
- Entity Beans
- Message Beans
Appendices
- Second Servlet