What is the best practice for establishing a data source connection using JNDI. I am using the DAO pattern for database access but where is the best location for placing the code that initializes the data source? I am using connection pooling. I am moving a Struts application into a Portlet. The core servlet is com.ibm.wps.portlets.struts.WpsStrutsPortlet.
Thanks

