GenericDataSource best practise?

2003-08-22 Thread Andy Cheng
Hi, currently I have something like the code below on every action, is this the normal way of getting the connection? And how would normal people do if they want to make some data access objects, which contain all the methods like insert, select etc, while the Action class will purely do logic,

Re: GenericDataSource best practise?

2003-08-22 Thread David Graham
--- Andy Cheng [EMAIL PROTECTED] wrote: Hi, currently I have something like the code below on every action, is this the normal way of getting the connection? And how would normal people do if they want to make some data access objects, which contain all the methods like insert, select etc,