EJB Development Quickstart with MyEclipse---1
天下维客,你可以修改的网络知识库
[编辑]
Preface
This document was written using Sun JDK 1.4.2, Eclipse 3.0.1, MyEclipse 3.8.2, and the JBoss 3.2.5 application server. All screenshots are based upon the default user interface settings for Eclipse, MyEclipse Enterprise Workbench, and Windows XP.
[编辑]
Introduction
This Quickstart presents the basic features, concepts, and techniques for rapidly getting started in the development of J2EE Enterprise Java Beans (EJB) using the MyEclipse EJB Tools.
Specifically, this document presents how to:
- Create a MyEclipse EJB Project
- Create a Session EJB
- Configure an EJB Project to use XDoclet attribute-oriented programming capabilities (optional, recommended)
- Use XDoclet code generation to create EJB and Home interfaces, lookup utilities, and J2EE and application server specific deployment descriptors
- Package and deploy a Session EJB
[编辑]
Requirements
Below is a list of software requirements need to replicate the examples presented in this document:
- Java 2 SDK, Standard Edition 1.4 or later installed
- Eclipse 3.0.X SDK
- MyEclipse 3.8.3


