This document discusses Java Server Pages (JSP) and how to perform searches on a database using JSP. It covers key aspects of JSP including using JSP tags to generate HTML, the JSP lifecycle, and separating dynamic and static content. It then discusses using SQL queries in JSP, including SELECT, WHERE, LIKE, and other SQL statements. It provides code examples for the JSP search page, Java classes for accessing the database and returning results, and the servlet used to handle searches. The main topics covered are using JSP, SQL queries in JSP, and building a search feature to look up records from a database table.
This document discusses Java Server Pages (JSP) and how to perform searches on a database using JSP. It covers key aspects of JSP including using JSP tags to generate HTML, the JSP lifecycle, and separating dynamic and static content. It then discusses using SQL queries in JSP, including SELECT, WHERE, LIKE, and other SQL statements. It provides code examples for the JSP search page, Java classes for accessing the database and returning results, and the servlet used to handle searches. The main topics covered are using JSP, SQL queries in JSP, and building a search feature to look up records from a database table.