| Author |
DataSource object
|
MaheshS Kumbhar
Ranch Hand
Joined: Sep 24, 2009
Posts: 188
|
|
I read on http://java.sun.com/j2se/1.5.0/docs/guide/jdbc/getstart/datasource.html#998071
A DataSource object for a particular data source is created and deployed be developer or system administrator, not the user. Does this mean that Java application developer creates and deploys the DataSource object?
|
I am slow but sure
|
 |
Scott Selikoff
Saloon Keeper
Joined: Oct 23, 2005
Posts: 3652
|
|
|
Depends if the developer is administering the server, which in many cases they are.
|
My Blog: Down Home Country Coding with Scott Selikoff
|
 |
 |
|
|
subject: DataSource object
|
|
|