Nothing Special   »   [go: up one dir, main page]

0% found this document useful (0 votes)
37 views1 page

Intranet Communication

Download as docx, pdf, or txt
Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1/ 1

CHAPTER 1

INTRODUCTION

1.1 ABOUT THE PROJECT

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.

This project consists of 3 modules. There are

 Admin Module

 Employee Module

 HR Module

You might also like