DAO and MVC

Sample web application using MVC pattern to obtain the employee basic details (name, id, gender, salary, hobbies, department, team, short description, country of residence, contact number, etc) and store it in a data source on clicking the “save details” button. Result screen to show the response. Retrieving the details from data source on clicking “retrieve details” button and display it in UI in read-only mode. Kindly ensure appropriate input types are used for capturing employee details. Use Interfaces, Transfer object and DAO patterns.