File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes EJB and other Java EE Technologies and the fly likes EJB bean look up with JNDI Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "EJB bean look up with JNDI" Watch "EJB bean look up with JNDI" New topic
Author

EJB bean look up with JNDI

Harshana Dias
Ranch Hand

Joined: Jun 11, 2007
Posts: 325
I know in EJB application client and web client use JNDI for look up beans.
I have read in a article saying below,

Client uses JNDI to lookup for a proxy of your bean and invokes method on that proxy


what is meant by for a proxy of your bean here?
Also why we have to use JNDI look up for fetch the bean? what are other possible ways?

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: EJB bean look up with JNDI
 
Similar Threads
EJB JNDI NoInitialContext Exception
JNDI lookup and Bean not bound Exception
ejb-reference vs. jndi look up
Help needed to deploy HelloWorld EJB
EJB Dependency Injection problem