RE: [Classifier4j-devel] Samples?
Status: Beta
Brought to you by:
nicklothian
From: Nick L. <nl...@es...> - 2003-12-30 05:36:32
|
> > In the case of using any JDBC Datasource I found that it was > critical to > implement connection pooling and I implemented this in my own > haphazard way in > my code. I'm not sure if connection pooling has made its way > into the CVS > build yet or not. > The Datasource connection manager is included in C4J 0.5. This will allow you to use JDBC datasources which implement connection pooling (eg - the one in Tomcat) <http://classifier4j.sourceforge.net/apidocs/net/sf/classifier4J/bayesian/Da taSourceJDBCConnectionManager.html> |