hi all,
I am quite new to J2EE . I want to connect mysql database which one will be best jsp or servlet....
the thing is we need to establish connection each time. Insted of that just one Java class will do that and the other classes call the method of that class , Is that possible in jsp or servlet..