Hi, I wanto to access an object from a remote app, the client app which would perform the lookup will have to have a interface declaration of the object so it could try to cast when performing the look up, but then how do you get the implementation of the interface?, I've been reading that you...
Hi guys there's an example of how to bound an object along with its codebase in the sun jndi tutorial
import javax.naming.*;
import javax.naming.directory.*;
import java.util.Hashtable;
/**
* Demonstrates how to bind a Serializable object to a directory
* with a codebase.
* (Use Unbind to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.