Re: How to handle processing that would have been in Servlet's init routine

Travis Reeder <[email protected]> Tue, 30 Dec 2003 11:03:23 -0700
Newsgroups gmane.comp.web.maverick.general
Message-ID <[email protected]>
You can set up a base class that all of your other controllers will 
extend and in the base class you can get your connection pool ready and 
store in a context attribute, then all of the controllers can easily 
grab connections.

Travis


Eder, Warren CONT wrote:

> What are best pratices in Maverick for handling things that would of 
> been done in a Servlet's init routine.  Specifically I would like to 
> set up connection pooling for all future Oracle database connections.
>
> Your suggestions are appreciated.
>
> Warren Eder
> 504-697-3324
>