Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Java > Java and JDK > JSP Basics
|
JSP Basics Beginning-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 Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 12th, 2003, 04:54 AM
Registered User
 
Join Date: Jun 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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
 
Old August 23rd, 2003, 03:55 AM
Authorized User
 
Join Date: Aug 2003
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Default

It's been split off into its own project, the Apache Commons DataBase Connection Pool (DBCP). Package is org.apache.commons.dbcp. See http://jakarta.apache.org/commons/db...ataSource.html

 - Peter






Similar Threads
Thread Thread Starter Forum Replies Last Post
Setting formatter to org.apache.juli.FileHandler aurelije Apache Tomcat 1 January 12th, 2011 06:54 AM
org.apache.jasper.JasperException:The value for th Lijin Apache Tomcat 1 January 18th, 2007 08:05 PM
Chapter 19 error of: Cannot find bean: "org.apache keeotee BOOK: Beginning JavaServer Pages 1 April 23rd, 2006 08:17 AM
Exception creating bean of class org.apache.struts chandseetare Apache Tomcat 0 May 14th, 2005 07:22 AM
org.apache.struts.* bongo76 Apache Tomcat 1 April 18th, 2004 05:06 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.