- Back to Home »
- CS506 Assignment no 5 Spring 2013 Full Solution
Posted by : Ali Khan
Wednesday, 10 July 2013
HRM is the
management of employees within an organization. At present stage all the Human
Resource (HR) work for JS Group of Industries is managing manually. Each time to
change employee information, the manager needs to update the record manually in
different locations/ places, which is a tedious job for the HR manager and
prone to errors.
As in the
previous assignments we are develop a desktop based application for the GS
Group of Industries. Now we are switching our context from the desktop based
application to web based application.
In this
assignment we are going to develop a web based application for the HR manager
of JS Group of Industries.
Solution
Guideline
- First of all set the directory structure for Apache
tomcat
- You have to create “Index.jsp” contains 2 links
i.e. Home and Search Employee Information
- Then create “searchEmployeeInfo.jsp” file
- After the creation of jsp files you are required
to write Java Server Pages (JSP) code.
- In JSP code you have to write the java code that retrieves
data from database tables and display it on the screen (form) based on
your selected choice.
- When user select Employee Personal Information radio
button and press “Search Record” Button then “Personal Information” will
be displayed on the same page and when user select Employee Contact
Information radio button and press “Search Record” Button then “Contact Information”
will be displayed on the same page.
- Only use the template database provided with the
assignment file. Make sure that there will be no modification in the
database table or fields name.
Sample Output:
Step:1