Vous êtes sur la page 1sur 2

Question The details of the Employees of an organization are stored in the database in the tabular format.

The name of the Table is TBL_emp. The table stored the data of the employee with the following structure. Field Name
EmpId PassWord EmpName Address

Type
Varchar(10) (Primary Key) Varchar(10) Varchar(10) Varchar(50)

Make a web site for the organization, which can be used by the Admin of the organization for different purpose. Login.jsp : (20 marks) For login the Admin should use his/her EmpId as user name and the data of PassWord field as password. ( student design this page yourself). After Login the Administrator should get the list of all the available employees by ViewAll.jsp(40 marks) ViewAll.jsp : when click link Update , Update.jsp(40 marks) will be displayed for update info

Architecting Web Applications using JSF and Struts Set 01

Use JSP and Struts for designing the above mentioned web site. Maintain proper MVC structure to make the web site maintenance easy.

Architecting Web Applications using JSF and Struts Set 01

Vous aimerez peut-être aussi