Any complete JSP + Servlet + MySQL Tutorial?
843835Jul 27 2002 — edited Jul 28 2002Hi,
I created a mysql db to store user info. I want to create a jsp page to let user submit info and create a servlet to get the parameters from the jsp page and then store into the mysql db. The servlet should support connection pool to let concurrent users submit data simultaneously.
Moreover, there will be another jsp page to retrieve data from servlet which get data from mysql db in order to present the info in a browser.
Are there any complete tutorial or source code to teach this skill?
Thanks for any kind help.
gogo