cancel
Showing results for 
Search instead for 
Did you mean: 

Importing Java Bean Model

Former Member
0 Kudos

Hi,

I just want to know how to import the java bean model and use it in the web dynpro application.

kondly help,

mahesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Mahesh,

Also check on to this link for knowing more abt EJB implementation inside ur web dynpro appln.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/a11ba7c8-0401...

Hope this helps u,

Regards,

Nagarajan.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Mahesh,

1)switch to ur navigator view and select the EJB jar and ur command bean jar file and add to ur project.

2)add also the ejb20.jar to the classpath.

Importing java bean model implementation:

1)In the proj structure expand Webdynpro>Models>create model.

2)choose the import java bean model option followed by Next.

3)select the jar file and browse for ur jar file.select Deploy time and click next.

4)in the screen select the bean and choos add

5)finish.

To c whether u have added ur bean or not:

Just right click on ur comp.ctrller-->open data modeller to see ur bean added in the used models.

Hope this helps u,

Regards,

Nagarajan.

Former Member
0 Kudos

Thanks Alot....