Build the Transaction JSP File, FacultyQuery.jsp – Develop Java Web Applications to Access Databases
8.1.4.2 Build the Transaction JSP File, FacultyQuery.jspThe purpose of this file is to transfer data and information between our main display page,FacultyPage.jsp, and our working help class file, FacultyBean, which performs all JDBC- and database-related operations and business logic. The code for this file is shown in Figure 8.14. Let’s take a closer look at … Read moreBuild the Transaction JSP File, FacultyQuery.jsp – Develop Java Web Applications to Access Databases