RE: [Classifier4j-devel] Update Word Probability Break Down
Status: Beta
Brought to you by:
nicklothian
From: Matt C. <MCo...@my...> - 2003-11-12 23:20:26
|
Anyone see any problems with the pooling code I used from: http://developer.java.sun.com/developer/onlineTraining/Programming/JDCBook/conp ool.html#example I could not believe how easy it was to implement. Created a package called "pool" under my class, changed about 5 lines of code and away we went. There is one irritating factor about this, eclipse reports that the "class must implement the inherited abstract method" for about 20 functions in JDCConnections.java. thankfully, I don't need those functions (at the moment). So, this is certainly one weakness in this solution. Matt Collier RemoteIT mco...@my... 877-4-NEW-LAN -----Original Message----- From: Nick Lothian <nl...@es...> To: "'cla...@li...'" <classifier4j- de...@li...> Date: Thu, 13 Nov 2003 09:38:05 +1030 Subject: RE: [Classifier4j-devel] Update Word Probability Break Down > > There are many open source implementations of JDBC > > connection pooling, there's no need to > > implement our own. eg: > > > > http://jakarta.apache.org/commons/dbcp/ > > http://sourceforge.net/projects/c3p0/ > > > > Nick? I know you like to keep your dependencies down :) > > > > > We could add a IJDBCConnectionManager implementation for one or both of > these in the optional packages if that would help anyone. > > > ------------------------------------------------------- > This SF.Net email sponsored by: ApacheCon 2003, > 16-19 November in Las Vegas. Learn firsthand the latest > developments in Apache, PHP, Perl, XML, Java, MySQL, > WebDAV, and more! http://www.apachecon.com/ > _______________________________________________ > Classifier4j-devel mailing list > Cla...@li... > https://lists.sourceforge.net/lists/listinfo/classifier4j-devel |