Introduction - If you have any usage issues, please Google them yourself
Customer Management Functional Analysis:
Adding customers:
* Insert records into the .
Discover all customers:
* Display the Customer table all the records, display the JSP.
Modify Client:
* According to the customer s ID to modify the client. (First inquiries about)
Delete customers:
* According to the customer ID to delete.
Advanced Search customers:
* According to the type of user name or user queries.
Paging function:
* Previous, Next
index.jsp -> add client -> addCustomer.jsp -> AddCustomerServlet -> CustomerService -> CustomerDao
Page form to receive data*** processing data on a single operation
* Package Data
* Processing data
* Display JSP