Table of Contents
|
Tutorial. |
Preface |
|
|---|---|---|
|
About the Authors |
||
|
Acknowledgments |
||
|
Disclaimer |
||
|
Introduction |
||
|
Prerequisites for this tutorial |
||
|
Tools required for this tutorial |
||
|
Case Study Overview |
||
|
Chapter 1. |
Configuration of ECLIPSE using JBOSS and LOMBOZ |
|
|
Install Eclipse |
||
|
Install JBOSS |
||
|
Creating Database Schema |
||
|
Install Lomboz |
||
|
Lomboz Configuration |
||
|
Configure JBOSS to run from within Eclipse |
||
|
Test your configuration |
||
|
Chapter 2. |
Overview Of J2EE Technology and Concepts |
|
|
J2EE Components |
||
|
J2EE Clients |
||
|
Web Components |
||
|
Business Components |
||
|
Enterprise Information System Tier |
||
|
J2EE Containers |
| |
|
Packaging |
||
|
J2EE Platform Roles |
||
|
Distributed Architecture in J2EE |
||
|
Java Naming Directory Interface (JNDI) Architecture |
||
|
Chapter 3. |
Creating a Stateless Session Bean |
|
|
Tasks |
||
|
Create J2EE Project |
||
|
Create StoreAccess Stateless Bean |
||
|
Setup DAO |
||
|
Create StoreAccess's DAO Interface |
||
|
Add Business Method |
||
|
Implement DAO Interface |
||
|
Add Callback Method |
||
|
Deploy StoreAccess Bean |
||
|
Create your Test Client |
||
|
Test your Client |
||
|
Chapter 4. |
Creating a Stateful Session Bean |
|
|
Tasks |
||
|
Create StoreAccessState Stateful Bean |
||
|
Create StoreAccessSate's DAO Interface |
||
|
Add Business Method |
||
|
Add Callback Method |
| |
|
Implement DAO Interface |
||
|
Deploy StoreAccessState Bean |
||
|
Create your Test Client |
||
|
Test your Client |
||
|
Chapter 5. |
Creating a BMP Entity Bean |
|
|
Tasks |
||
|
Create Customer BMP Entity Bean |
||
|
Create Customer's DAO Interface |
||
|
Add Finder Methods |
||
|
Add Business Methods |
||
|
Implement Customer's DAO Interface : |
||
|
Deploy Customer Bean |
||
|
Add Create Method in StoreAccess |
||
|
Add Business Method in StoreAccess |
||
|
Create your Test Client |
| |
|
Test your Client |
||
|
Exercise |
||
|
Chapter 6. |
Creating a CMP Entity Bean |
|
|
Tasks |
||
|
Create Item CMP Entity Bean |
||
|
Implement ejbCreate Method |
||
|
Add Finder Methods |
||
|
Add Business Methods |
||
|
Add Callback Methods |
||
|
Deploy Item Bean |
||
|
Add Business Method in StoreAccess |
| |
|
Create your Test Client |
||
|
Test your Client |
||
|
Exercise |
||
|
Chapter 7. |
Creating a Message Driven Bean |
|
|
Tasks |
||
|
Create RequestItems MDB Bean |
||
|
Create Immutable Value Object RequestItem |
||
|
Implement onMessage Method |
||
|
Deploy RequestItems Bean |
||
|
Create Test Client |
| |
|
Test your Client |
||
|
Exercise |
||
|
Chapter 8. |
Creating Web Clients |
|
|
Create AccessController Servlet |
||
|
Implement init method | ||
|
Implement methods doGet and doPost | ||
|
Deploy AccessController Servlet | ||
|
Test your Servlet | ||
|
Create JSP Page | ||
|
Add Html and JSP Tags | ||
|
Deploy Module OnlineStore | ||
|
Test your JSP Page | ||
|
Chapter 9. |
Creating Web Services |
|
|
Web Services Standards | ||
|
Web Services In Java | ||
|
Installing AXIS | ||
|
Configuring AXIS with JBOSS | ||
|
Create the Web Service | ||
|
Deploy the Web Service | ||
|
Create Web Service Test Client | ||
|
Test your Client | ||
|
Create and Test Web Client | ||
|
Create and Test VB.Net Client | ||
|
Create and Test Perl Client | ||
|
Feedback |
Feedback |
|






