Re: homeInterface.create()
Posted By:
Anonymous
Posted On:
Saturday, May 26, 2001 12:35 AM
May I ask you a question? Why are you using this approach?
I can't really tell you how the EJB Container will handle a situation like this one. What I can say is that since you're using Sateless Session Beans, you probably should leave the caching and the management of the bean distribution to the Container. Probably this is the better solution, because the Container will be able to manage enough instance of the beans and provide it to the client that needs it.
This is just my opinion, though.
Regards.