cancel
Showing results for 
Search instead for 
Did you mean: 

Call EJB From WebDynpro

Former Member
0 Kudos

Hai Experts,

I want to call an EJB from a web dynpro not by using wrapper class or by using a Ejb.jar in WD's classpath.

The idea is to use reflection and Properties class to call an EJB . Is it possible to call an EJB as mentioned above.

Please help me to solve it.

Thanks in advance.

Regards,

R.Jude Silvester.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos
Former Member
0 Kudos

Hai Tulasi Palnati ,

I had gone through the links you had said it was useful in other ways but now my requirement is to access an ejb from a Web Dynpro application without using the jar file.

Can anyone please help me.

Regards,

Jude

Former Member
0 Kudos

Please have a look at the below thread

Former Member
0 Kudos

Hai,

Thanks for your replies. I gone through the links you had specified but is it mandatory to use the jar file in the Classpath or there is any other method to access the ejb from remote client without using the Ejb.jar

Thanks in advance.

Regards,

R.Jude Silvester.

Former Member
0 Kudos

hi!

one work around could be is call EJB as a web service and add the lookup code .

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

To call your EJB you will need use RMI for it, so we'll the some interfaces on client side, using reflection you will continue need to interfaces of EJB.

To decouple totally, you could publish your EJB as Web Service.

Best regards