Integrating EJB 3.0 into Web Dynpro Using the
EJB Model Importer
This tutorial covers all the steps necessary for using existing business functions from within a Web Dynpro application. The business functions are provided in the form of an Enterprise JavaBean (EJB) application where the business logic is implemented through a stateless session bean. In order to use the existing functions in the Web Dynpro application, we will import a model that facilitates its usage.

The current version of the EJB model importer works only with Development Component (DC) based projects in the Developer Studio. The standard projects are not supported so far. To create EJBs for example, you have to set up your project in form of an (local) EJB DC.
This sample application manages students and their courses. The business logic resides in an EJB 3.0 session bean, while the user interface is developed using Web Dynpro for Java. The goal of this tutorial is to provide a simple Web Dynpro application which allows you to get a student’s details (such as age, address) upon entering the student’s name.
By the end of this tutorial, you will be able to:
Creating EJB Development Component (DC)