Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Any complete JSP + Servlet + MySql Tutorial

 
Ranch Hand
Posts: 178
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
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.
Andrew
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Please don't post the same question in multiple forums, it just creates duplicate conversations.
I'm going to close this thread and direct people to this version which already has a reply.
 
    Bookmark Topic Watch Topic
  • New Topic