cancel
Showing results for 
Search instead for 
Did you mean: 

EJB to Web Dynpro DC

Former Member
0 Kudos

I need to enable EJB session bean in a seperate ear file to send data to a Web Dynpro DC. How can i do it?

Any help would be much appreciated.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I think you will need to create a Web Service for the session bean, which you can then import as a Model into your Web Dynpro DC. I don't believe there is any way of directly exposing an EJB to a Web Dynpro project.

Hope this helps,

Gareth.

Former Member
0 Kudos

Hi Julius,

I supose you should call EJB from WDP not WDP from EJB (that is impossible i think).

regards

Bogdan

Former Member
0 Kudos

Hi Bogdan,

Thanks for replying.

I know how to call from WDP to EJB. But i really need to know is it possible to do the other way around (EJB to WDP), eg, perhaps something like HttpURLConnection, which i dont know how to make WDP behave like HttpServlet (ie, doPost method, url-pattern mapping etc.).

former_member182372
Active Contributor
0 Kudos

Hi jiluis,

But WD is WEB UI technology, so it makes sense only in terms of user iteractions. So, as I can understand you need a way to change internal status of WD component on run-time when some session beans method were called, right?

Best rehards, Maksim Rashchynski.

former_member182372
Active Contributor
0 Kudos

Hi jiluis,

Sent you a short example of how to achieve what you need to julius3419@yahoo.com .

Best rehards, Maksim Rashchynski.