DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25827>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25827

how to access data source when managing DB in a servlet?





------- Additional Comments From [EMAIL PROTECTED]  2003-12-31 11:53 -------
We've already deprecated and are about to remove our own DataSource
implementation, in favor of using one of the other implementations now
available. People just need to add a reference to whatever DataSource
implementation they want to use. 

The DataSource manager would be harder to deprecate and remove since there isn't
a simple migration path. There are other ways people can go, but I don't know
how we can just rip it out and claim backward compatibility between 1.x releases. 

The DataSource manager could live someplace else, like the Apache DB Commons,
and be reduced to a PlugIn, but someone interesting in using it would have to
sponsor the move. 

I made some changes to the Database HowTo to clarify the role and status of the
DataSource manager and to mention some of the "other ways" to go.

-Ted.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to