Intranet Communication
Intranet Communication
Intranet Communication
INTRODUCTION
The intranet application provides internal information about the organization. The
intranet is designed for the company, which provides details about the day-to-day
happenings in the organization. This project has two users, i.e., Administrator and
Employee. The user enters the intranet by entering the valid Login id and Password, and
enters the Home page. If he enters the wrong Login id and password “Invalid” message is
displayed.
This project consists of under the MVC1 PATTERN. MVC means Model View
Controller.
Model: Model is a process of database it comes under the insert, delete, modify etc.
View: HTML, JSP image pages are comes under this part.
Controller: All Business logics come under this controller.
Admin Module
Employee Module
HR Module