Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Details on installing eclipse are provided in the Development environment section. This tutorial is organized in the following sections:

Table of Contents

 
Let us briefly understand this application. This application will take you through creating a simple Stateless Session EJB. Later we will develop a Java Application client to access this EJB. EJB development will make use of annotations which are introduced in Java EE5.
 

Setting up Eclipse IDE for application development.

  1. Launch Eclipse and select Window->Open Perspective->Other->JavaEE and select Ok
    !!
  2. Right Click under Project Explorer and create a new EJB project. Mention the fields as shown in the figure. For all the other windows give default values and select Finish.
    !!
  3. Under Project Explorer, Right click on SimpleEJB and create a new package. Mention the fields as shown in the figure. Select Finish.
    !!