| Author |
Binding simple object to JNDI for local acess
|
j whiting
Greenhorn
Joined: Nov 19, 2004
Posts: 11
|
|
Hello, this is my first post so hopefully they will get smarter as time goes on. I have an object which i have bound to be accessible through rmi for remote access but also need to access locally - but from seperate running apps. Having noted the service providers rmi, corba, and file - i can easily bind to RMI SPI, but which one do i use to bind for local access? Have checked online documentation, books, etc and nothing seems to address - everything is geared towards EJB, Files, or RMI access.
|
 |
j whiting
Greenhorn
Joined: Nov 19, 2004
Posts: 11
|
|
|
Nevermind - figured out i could hold a pojo in any context - just did not wan to have to access the object through RMI - or CORBA - will put the object into the file context and see if i can access there.
|
 |
 |
|
|
subject: Binding simple object to JNDI for local acess
|
|
|