Re: [Classifier4j-devel] How do I train it?
Status: Beta
Brought to you by:
nicklothian
|
From: moedusa <mo...@in...> - 2003-11-12 04:38:13
|
Nick Lothian wrote: > I had always thought it would make more sense to load the JDBC driver > class in your own code. ... Do people disagree with this logic? Well, not. But when using this from inside IDE (NetBeans) you have to mount driver manually, and that is not how-we-used-to-do-it-before (usually we have to supply JDBC connection details with properties or smth., see http://www.quartzscheduler.org/features.jsp for exmp.)... But I think that is my own trick (I was playing with C4J alone, so it was the only thing required DB access), so there is no need to change something in there, but, maybe, make a note in javadoc about it... |