I'm new to Java and I'm trying to connect to an Access database using the servlet ->bean -> JSP model. I understand that when using servlets to connect to a database you start the connection in the init(). How do I manage the database connection from the Bean ? Should the bean be a servlet ?
 
Thanks
 
Ben Dudley

Reply via email to