資料來源連線池

jaoracky發表於2012-04-15
VendorDataSource vds = new VendorDataSource();//這個是什麼類?在java api中找不到這個類啊,求指點,需要還下載包嗎?
vds.setSerVerName("localhost");
vds.setDatabaseName("wrox");
vdsDataSource.setDescription("example test database");//這個是什麼?

Context ctx = new InitialContext();

ctx.bind("jdbc/wroxDB",vds);//這個什麼?

DataSource ds=(DataSource)ctx.lookup("jdbc/wroxDB");//獲取的資料來源相當於一個連線池嗎?

Connection cConn=dsDataSource.getConnection("username","password");


求大俠指教!

相關文章