Hi,
I am studying RMI-IIOP and JNDI as a prerequisite foundation for
EJB.
I am trying to figure out how to bind a Remote Object (not an EJB)to the JNDI tree of the J2EE application server. I would then like to call this remote object from the client running on another machine. Client can be desktop or
servlet etc..How do I bind a Remote Object to the J2EE Application Server JNDI tree and what
java:comp/env/ would I use? Is this possible? Maybe this makes no sense, but I am not sure. Can this be done in the deployment descriptor? Most of my consufusion comes from my EJB's being binded to JNDI automatically by my
IDE(Netbeans) build and deploy tools so I have no idea where to do this manually for EJB or any object i may wish to bind.
Thanks...