1 / 302
文档名称:

Tutorial for building J2EE Applications using JBOSS and ECLIPSE(2).pdf

格式:pdf   页数:302
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

Tutorial for building J2EE Applications using JBOSS and ECLIPSE(2).pdf

上传人:kuo08091 2014/3/22 文件大小:0 KB

下载得到文件列表

Tutorial for building J2EE Applications using JBOSS and ECLIPSE(2).pdf

文档介绍

文档介绍: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