Show TOC

Developing Your First Java EE 5 ApplicationLocate this document in the navigation structure

Use

Working on this tutorial you develop the Converter application: a simple Java EE 5 application comprising a stateless session bean and a JSP. With the help of the SAP NetWeaver Developer Studio tools for Java EE 5 development, as well as its seamless integration with the underlying application server, you can develop and run the Converter application in just ten minutes.

The learning objectives of this tutorial are:

  • To illustrate the typical sequence of steps in the development of a Java EE 5 application

  • To showcase the Java EE 5 development tools support in the SAP NetWeaver Developer Studio

  • To show the steps for deploying and running an application on the SAP NetWeaver Application Server

Steps

This tutorial consists of the following three steps:

  1. Developing the EJB Module

  2. Developing the Web Module

  3. Deploying and Running the Application