文档介绍:Tutorial for building J2EE Applications using JBOSS and ECLIPSE
/tutorial/html/(第 1/12 页)2004-5-29 23:12:06
Tutorial for building J2EE Applications using JBOSS and ECLIPSE
Tutorial for building J2EE Applications using JBOSS and ECLIPSE
Table of Contents
Preface
About the Authors
Acknowledgments
Disclaimer
Tutorial.
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
/tutorial/html/(第 2/12 页)2004-5-29 23:12:06
Tutorial for building J2EE Applications using JBOSS and ECLIPSE
Test your configuration
Chapter 2. Overview Of J2EE Technology and Concepts
ponents
J2EE Clients
ponents
ponents
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 ess Stateless Bean
Setup DAO
Create ess's DAO Interface
Add Business Method
Implement DAO Interface
Add Callback Method
Deploy ess Bean
Create your Test Client
Test your Client
Chapter 4. Creating a Stateful Session Bean
Tasks
Create essState Stateful Bean
/tutorial/html/(第 3/12 页)2004-5-29 23:12:06
Tutorial for building J2EE Applications using JBOSS and ECLIPSE
Create essSate's DAO Interface
Add Business Method
Add Callback Method
Implement DAO Interface
Deploy essState 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 Met