dev@jsftemplating.java.net

Database connection pooling question

From: Karam Singh Badesha <Karam.Badesha_at_Sun.COM>
Date: Sat, 17 Feb 2007 14:45:52 -0800

Hi,
I have setup a jdbc resource in the appserver for oracle. Now I want to
use this from the handlers. Currently each function in my handler
connects to the database and then execute the query. But I am wondering
if there is a way to avoid this reconnection for every handler call?

thanks
Karam