org.apache.strut.util.GenericDataSource
Hi:
i bought the first edition of Begging JSP Web Development some time ago, now trying to refresh what in in the book i'm going thru the case study, but using the newest version of struts. The thing is that the GenericDataSource class is deprecated and the only way to make the code work 'as is' is using the org.apache.struts.legacy.GenericDataSource. When you go thru the JavaDocs for the new Struts they suggest the use of BasicDataSource instead of GenericDataSource. Can you tell me which package this class belongs to?
Thanks
Hector
|