Develop and implement an employee hiring web application


Develop and implement an employee hiring Web application using Model 2 architecture, that:

  • requires department and employee information from the user
  • stores the new employee personal and hiring data into flat files
  • displays all the employees hired so far and their relevant hiring data (note that this is the only functionality that you have to add to what Example 9 from online Module 3 demonstrates).

The application must use flat text files Departments.txt, Employees.txt, and Hiring.txt to store and/or retrieve its data.

  • The Departments.txt file should contain pairs of: name, description.
  • The Employees.txt file should contain quartets of: name, jobTitle, yearHired, gender
  • The Hiring.txt file should contain pairs of: employeeName, departmentName.

The Web application's form should contain:

  • a combo-box for selecting which department: Human Resources, Software Development, Media Relations
  • four text boxes for entering employees name, jobTitle, yearHired, gender
  • a button for submitting and processing the hiring.

name 

description

Human Resources

Software Development

Media Relations

The Employees.txt, and Hiring.txt files should be populated through the Web application.

All the input and output should be handled by the view (no Java code implementing input checking or business logic should be placed in the JSPs). All entry information should be properly checked by the controller. All the business logic should be handled by the model.

Request for Solution File

Ask an Expert for Answer!!
Application Programming: Develop and implement an employee hiring web application
Reference No:- TGS01082483

Expected delivery within 24 Hours