cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding : EJB

Former Member
0 Kudos

Hiii..

I am new for EJB . So pls gurus provide some material or usefull links ....

Thanks in advance

Regards :

Mayank kumar saxena

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos
Former Member
0 Kudos

Thanks Pradeep and KV for ur quick reply.

But I still facing some problem. My scenerio is that " I have a front end ( Task Tracking management application ) in webdynpro " and for that front end i have to create a ejb project.

So pls give some usefull links related to EJB and WEBdynpro.

Regards:

Mayank :

Answers (3)

Answers (3)

ankur_garg5
Active Contributor
0 Kudos

Hi Mayank,

If I am not wrong, you wish to create an EJB and then use it as a Model for storing data in your Web Dynpro.

For creating EJBs, take help from my article:

[How to Create a Web Service using an Enterprise JavaBean|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/esoa/web-services/how%20to%20create%20a%20web%20service%20using%20enterprise%20javabeans.pdf]

Now you can use this EJB as a Model in your Web Dynpro. Take help from this document:

[Using EJBs in Web Dynpro Applications|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1f5f3366-0401-0010-d6b0-e85a49e93a5c]

There is also another easier way of doing this. As I have explained in my article above, you can further create a web service from an EJB. In Web Dynpro, instead of using a Java Bean Model, use a Web Service Model. Now you use the web service you created to store the data. Take help from these links:

[Importing a Web Service Model|http://help.sap.com/saphelp_nw2004s/helpdata/en/f4/abe4107f46334bb8640a090e5806fc/content.htm]

[How To Develop a Simple Web Service Application|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5f3ee9d7-0901-0010-1096-f5b548ac1555] (Page 7)

Bye

Ankur

Former Member
0 Kudos

Hi try this link

Thanks ,

Tulasi

PradeepBondla
Active Contributor
0 Kudos