Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Any complete JSP + Servlet + MySQL Tutorial?

843835Jul 27 2002 — edited Jul 28 2002
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 25 2002
Added on Jul 27 2002
2 comments
183 views