if i have html forms that takes data from the client
with jsp code
i want to save this data at mysql data base
how can i do this with code ???

Recommended Answers

All 3 Replies

by connecting to the database using jdbc, jpa, hibernate, ... and writing the appropriate code. the code to write doesn't really differ from code you would write for a desktop application to use databases.

please give sample coding

Louhilton: no. this is not a "gimme code" forum.
There are enough tutorials "out there" for you to learn how to create webapps, just like there are tons of tutorials that show how to work with jdbc, jpa or hibernate for persistence.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.