JSP BasicsBeginning-level questions on JSP. More advanced coders should post to Pro JSP.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the JSP Basics section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
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?