Table of Contents
- List of Tables
- Title and Copyright Information
- Preface
- 1 Aims and Objectives of This Book
- 2 Brief Introduction to JDBC, UCP, and Java in the Database
- 3 Overview of the HR Web Application
- 4 Getting Started with the Application
- 5 List All Employees
- 6 Search by Employee ID
-
7
Update an Employee Record
- 7.1 Declare a new method getEmployeeByFn(String) in EmployeeBean.java
- 7.2 Declare a new method updateEmployee(Employee)
- 7.3 Implement a New Method getEmployeebyFn() for Search by Employee name
- 7.4 Implement a new method updateEmployee(Employee)
- 7.5 Add the code to a Servlet to process the request
- 7.6 Create a New HTML for Search by Employee Id
- 8 Increment Salary
- 9 Create Login and Logout Functionality
- 10 Best Practices
- 11 Troubleshooting and Debugging
- Index