Sponsored links

Thursday 27 June 2013

CS506 Web Design and Development Assignment 4 Solution Spring 27th June 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
  1. First of all set the directory structure for Apache tomcat
  2. You have to create “Index.html” contains 3 links i.e. Home, Personal Information and Contact Information
  3. Then create “Personal Information.html” file and “Contact Inofrmation.html” file
  4. After the creation of html files you are required to write Java servlet code.
  5. In java servlet code you have to write the java code that reads entered data from “form” and save it in database tables and also display the entered data on the screen.
  6. Personal Information form data will be saved in “PersonalInfo” table and Contact Information form data will be stored in “ContactInfo” table of “Employee” database respectively.
  7. 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.
Following Directory structure for Apache tomcat will be used:

Note:
  • Place all the .java files in “Java files” folder.
  • Place all the “.class files” in “classes” folder; which is sub folder of WEB-INF folder
  • Develop the layout of website in html (as show in sample output)
  • Your Apache tomcat must be installed in a Drive C as a root folder
  • Use Notepad or Notepad++ for coding
  • Tomcat installation guidelines kindly consult handouts and lectures

  • Snapshots of the desired solution are given in the following pages

No comments:

Post a Comment