----- Original Message ----- 
From: "Shapira, Yoav" [EMAIL PROTECTED]

> Howdy,
> If you're using servlets,
> getServletContext().setAttribute("myPersistenceManager",
> myPersistenceManager) would do the trick.  If you're using JSPs, it's
> pageContext.setAttribute(...).


Is there any reason why it is better to use the servlet context instead of a
Static manager class?


regards,

Vidar



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to