EJBs can be accessed with RMI or as SOAP-RESTful endpoint. I want to access a remote EJB from another computer/ip address for example in a standalone application. I can reach to EJBs with web services endpoint then i dont know to reach with RMI. How can i implement this idea. I'm using Glassfish 3.1.
|
feedback
|
|
Check out the How do I access a Remote EJB component from a stand-alone java client? document. Code snippets rely on EJB 2 ( ExampleBased on: Creating EJB3 Sessions Beans using Netbeans 6.1 and Glassfish:
|
@RahmanUsta: I added (hopefully working) example based on Creating EJB3 Sessions Beans using Netbeans 6.1 and Glassfish. – Tomasz Nurkiewicz Feb 3 at 20:58 |
|||
netbeans.dzone.com/nb-call-ejb-on-glassfish This is best article, thanks. – Rahman Usta Feb 20 at 17:32 |
|||
|
feedback