Re: How does one get an instance of the GenericDataSource?

2000-12-27 Thread Craig R. McClanahan
Ted Husted wrote: > George, > > I'm starting to do some work with this myself. > > Were you able to make some progress after Craig mentioned how to get an > instance of the GenericDataSource? > Note that, as of tonight's nightly build, you need to make one change to my earlier instructions abou

Re: How does one get an instance of the GenericDataSource?

2000-12-27 Thread Ted Husted
I've adapted to Struts the first JDBC example from Core Servlets and JavaServer Pages by Marty Hall < http://coreservlets.com/ >. There's a ZIP available for download at < http://husted.com/about/struts/ >. Comments are of course welcome. The Struts treatment is only meant to be as robust as Ha

How does one get an instance of the GenericDataSource?

2000-12-26 Thread Ted Husted
George, I'm starting to do some work with this myself. Were you able to make some progress after Craig mentioned how to get an instance of the GenericDataSource? -- Ted Husted, Husted dot Com, Fairport NY USA. -- Custom Software ~ Technical Services. -- Tel 716 425-0252; Fax 716 223-2506. --

Re: How does one get an instance of the GenericDataSource?

2000-12-07 Thread Craig R. McClanahan
"George Henry C. Daswani" wrote: > Hello, > > I've editted the configuration in my "struts-config.xml" and added > a data source. I'm wondering, how does one grab an instance of a generic > data source so that I get do a getConnection on it.. > > By default, is it dumped into the servlet

How does one get an instance of the GenericDataSource?

2000-12-06 Thread George Henry C. Daswani
Hello, I've editted the configuration in my "struts-config.xml" and added a data source. I'm wondering, how does one grab an instance of a generic data source so that I get do a getConnection on it.. By default, is it dumped into the servlet context? if so, what attribute name? Is it