Re: About datasource

2004-07-16 Thread Koon Yue Lam
Hi, after some thinking, I have another problem, ^^ If I am using an Action (which extent the Struts' Action class), I can get the Datasource by calling getDataSource() But now I want to write my own data assess object which shouldn't extent Action, I don't know what way I can get the datasource

RE: About datasource

2004-07-16 Thread Marco Mistroni
To: Struts Users Mailing List Subject: Re: About datasource Hi, after some thinking, I have another problem, ^^ If I am using an Action (which extent the Struts' Action class), I can get the Datasource by calling getDataSource() But now I want to write my own data assess object which shouldn't extent

RE: About datasource

2004-07-16 Thread Geeta Ramani
- From: Koon Yue Lam [mailto:[EMAIL PROTECTED] Sent: Friday, July 16, 2004 5:18 AM To: Struts Users Mailing List Subject: Re: About datasource Hi, after some thinking, I have another problem, ^^ If I am using an Action (which extent the Struts' Action class), I can get the Datasource

Re: About datasource

2004-07-16 Thread Craig McClanahan
, Geeta Craig -Original Message- From: Koon Yue Lam [mailto:[EMAIL PROTECTED] Sent: Friday, July 16, 2004 5:18 AM To: Struts Users Mailing List Subject: Re: About datasource Hi, after some thinking, I have another problem, ^^ If I am using an Action (which extent the Struts' Action

RE: About datasource

2004-07-16 Thread Geeta Ramani
Sure Craig, I guess it's a good idea to look beyond the weekend..;) Thanks for the advice! Geeta -Original Message- From: Craig McClanahan [mailto:[EMAIL PROTECTED] Sent: Friday, July 16, 2004 12:16 PM To: Struts Users Mailing List Subject: Re: About datasource Geeta Ramani

Re: About datasource

2004-07-16 Thread Koon Yue Lam
^^ thanks so much ! I am going to have a try and let see what will happen (maybe somemore question, ^^) Regards - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: About datasource

2004-07-15 Thread Craig McClanahan
Koon Yue Lam wrote: Hi ! I have successfully use struts to connect MySql but I wonder do I using the database connection pool, or just a new connection for each request?? All I did is very simple stuffs and I follow strict to the database How-To section of struts doc. How can I know I am actually