Eswar Nec wrote:Hi Preethi,
In your project use Tomcat server,
1. Just click Service in netbeans -> open Tomcat - Right click the project - Choose undeploy option
In your project use glassfish server
1. Just click Service in netbeans -> open GlassFisf - Right click the project - Choose undeploy option
Ryan Asleson wrote: This way, each DAO can just get its own Connection using our custom connection factory, without having to rely on something that was passed in.