Re: passing Servlet context parameters to EJB
Posted By:
Anin_Mathen
Posted On:
Monday, January 5, 2004 11:03 AM
I dont know if there is a direct way of doing this. But I would imagine that you could use the JNDI to pass information if there is nothing else available. Register the context object with the JNDI and look it up from the EJB. Again performance and style questions might come up. But again I am only offering a way.
Anin