I've got a little design question:

My EJBs need to call out to a singleton object running as an RMI server.
Because the RMI singleton needs to initialize itself with EJB data, it's
already an application client.

I'm wondering:

Can I bind my RMI object into JNDI, and dispense with the rmiregistry
entirely?  If I do this, does JBoss' JNDI implementation somehow take
care of downloading stubs to the EJB system or do I have to package the
stubs into my ejb.jar by hand?

I've been reading the Java documentation for JNDI, and I'm confused by
how the "codebase" attribute works in this case.

Thanks,
Jeff Schnitzer
[EMAIL PROTECTED]

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to