The moose likes JDBC and the fly likes DataSource object Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "DataSource object" Watch "DataSource object" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: DataSource object
 
Similar Threads
why we need datasource
JDBC driver for MS Access
update driver
Connection pool
DataSource