Hi, Just a quick question about JNDI in a Struts setting. I want to reduce the dependencies between objects in my app. Some objects that are not servlet aware need access to the ServletContext and DataSources. However rather than complicating matters and increasing the number of arguments I need to pass around I'm thinking of putting references to DataSources and the ServletContext into a JNDI context.
Which JNDI SPI would you recommend for a simple object registry/store? What are the issues regarding the Referenceable interface? Thanks in advance. Jonathan Wright --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]