Newbie question about jdbc:odbc connection

2004-12-02 Thread Thomas Tsang
I am using apache + tomcat to do with my jsp project, and I do a jsp page with following codes: <%@ page session="true" %> <%@ page import="java.sql.*" %> <%@ page import="java.util.Date" %> <%@ page import="java.io.*" %> <%@ page import="java.net.*" %> <%@ page import="java.text.*" %> <%

Re: Connection Pool

2004-12-02 Thread Pranav Lal
Hi, I remember reading something about Oracle having its own connection pooling. Pranav At 07:09 AM 11/30/2004, Campano, Troy wrote: If you use Apache Tomcat, you can use it's built-in connection pooling libraries (which is Jakarta Commons DBCP). Here's an example... http://www.tigersleep.com/ViewA

Ann: Online chat, Dec. 7, on JSP 2.1 and JSF 1.2

2004-12-02 Thread Edward Ort
The next release of JavaServer Pages technology, JSP 2.1, and the next release of JavaServer Faces technology, JSF 1.2, are designed to improve the alignment of these two technologies in the area of expression language, and to enhance their ease of use. Got a question about these new technology rel