Skip to content

Implementation of basic payroll management system using jsp which runs on a local machine

Notifications You must be signed in to change notification settings

vallabhaneniteja/Payroll_Management_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Introduction

This is a Web Application for managing payslips of employees in a company
There are different type of users such as employee, employer, and administrator
MySQL is used in the backend to store the information regarding all the employees, start dates, payment etc

Database

JDBC(Java Database Connectivity) is used to connect to the MySQL database
Forms are used which call on a jsp file which contains the java code which is to be run on the post of the form
Currently the jdbc connects to the localhost which is present in the url parameter which can be updated to point towards a externally hosted database

About

Implementation of basic payroll management system using jsp which runs on a local machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages