Friday, October 14, 2011

JSP Aptech All demo - Bài tập tổng hợp JSP i10

Create data tabe Users(ID, Pass, Name,Address)
1. Create Home.jsp page
a. At header of page display Server information
b. Has to links Register and Enter
c. At the footer display Client Address and Client Accept language.
2. Create SignIn.jsp
a. Using Servlet check user exists
i. If yes direct to listAllEmployees.jsp
ii. If no direct to Login.jsp
3.Create register.jsp
a. Using JSTL to insert user to data base ().
4.Create custom tag listUser to display all of users, Create list.jsp page call this custom tag to display all data into webbrowser
5.Create static function return detail of Employees with id input by user.
6.Create filter to deny access to listAllEmployees.jsp form outside server.













Download ở đây Lab11_All_in_One

1 comment:

Translate