How does EJB home object reference knows the server details to which it should connect ?

Posted by Jijoy on Stack Overflow See other posts from Stack Overflow or by Jijoy
Published on 2010-04-13T06:18:36Z Indexed on 2010/04/13 6:23 UTC
Read the original article Hit count: 252

Filed under:
|
|

Hi ,

After I do a JNDI look up , what I get is a reference to the Home of EJB Object. But when I do an API call on Home/Remote , how does it find the URL/port of the server ?

Thanks J

© Stack Overflow or respective owner

Related posts about java

Related posts about ejb