Posted by: twitter August 5, 2013
Java Servlet
Login in to Rate this Post:     0       ?        
 your Question is little inclmplete.... Which databse are you using? Are you using any kind of frameworks like Spring or Struts or any ORM? 

However in general you have the application structure like this: 
You should have a pojo with all necessary fields like id, name, address etc. , generate getters and setters.
Use dao layer with jdbc or hibernate  to connect to the database. 
with response.getParameter pass the value to the JSP. 
in JSP render the fields inside HTML.

This is the overview structure of the process. If you have any specific problem with any part of code send me message.
Last edited: 05-Aug-13 10:37 PM
Read Full Discussion Thread for this article