Hi all, I've page which connect to DB, and now try to used connection pooling. With jsp, it was fine, using this statement : <%@ page import="java.sql.*, javax.sql.DataSource, javax.naming.InitialContext, javax.sql.ConnectionPoolDataSource"%>
I want to wrap up the connection object using bean, so i give this : import javax.sql.DataSource; import javax.naming.InitialContext; import javax.sql.ConnectionPoolDataSource; But when i compile it, it say it can not fount those classes. i specify current directory and this pakage name for classpath, it did not work. It work when importing java.sql. In rt.jar i can not find javax.sql, so where should i searh for this package? Thanks. =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
