Show TOC Start of Content Area

Component documentation Integrating EJB 3.0 into Web Dynpro Using the EJB Model Importer  Locate the document in its SAP Library structure

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.

In this sample application we implement a simple business logic 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.

Objectives

By the end of this tutorial, you will be able to:

Prerequisites

Systems, installed applications, and authorizations

Knowledge

End of Content Area