Re: Passing DataSource into Model-land at init

2002-05-31 Thread Jeffrey Keays
Adam Hardy wrote: > Hi Jeff > I'm at the same point as you in developing an app. I'm going to use the > Jakarta commons-dbpc & commons-pool. Thanks for the tip. I will probably try the commons-dbpc later on. That's the beauty of a standard interface like DataSource, the implementation can b

Passing DataSource into Model-land at init

2002-05-31 Thread Jeffrey Keays
Hi All, I am a relative struts newbie, using the following: Struts 1.0.2, Sun JDK1.3.1, Tomcat3.3, MySQL, mm.mysql jdbc driver. In my application, the only components that need JDBC are model components, which I am trying to keep decoupled from any one particular front-end for the sake of reu