Search code examples
netbeansglassfishejbjava-ee-6

What's the simplest way to remotely access a simple EJB running on Glassfish?


I'm novice in Java EE, and to get started, I used this tutorial:

http://netbeans.org/kb/docs/javaee/entappclient.html

I don't want to change anything, but I want to access the EJB remotely.

Which is the simplest way?


Solution

  • I suggest to use JNDI look ups as mentioned here.