Resources  
  • Introduction of JSP (Java server pages)Sep 15, 2011. It is a mechanism to create dynamic web pages by using servlet behind it. Whenever a user comes to access the JSP then the web server converts the JSP into a servlet for processing the request and providing response.
  • Display Related Data From Database Through JSPSep 15, 2011. In this article we will know how to display related records from the database into a table when we choose any item in a combo box using jsp through jdbc connection.