cancel
Showing results for 
Search instead for 
Did you mean: 

Expose EJB through Java Bean model importer in Web Dynpro

Former Member
0 Kudos

Hi,

I am planning to expose EJB like following:

1. Create Stateless session bean as a façade for DAO access.

2. Create DAO to access database. In my case is Oracle DB

3. Create Java Bean to encapsulate session bean

4. Import java bean model to web dynpro

Few of my business method return the object array e.g. Customer[] which contains all properties of customer, and getter, setter.

Has anyone done this before? Is there any sample code?

Best Regards,

Zhang Yan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

I think u can refer to the following link

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/java/simple java bean generator for database.pdf

Thought this link is also Useful

Wishes

Krishna kanth