Thursday 3 August 2017

Fee Management Project in Servlet ~ foundjava

Fee Management Project in Servlet


Download Source Code

Objective/ Vision

A fee management application where admin can add/edit/view/delete accountant and accountant can add/view/edit/delete student, check due fee and logout.

Users of the System

  1. Admin
  2. Accountant

Functional Requirements

1. Admin
  1. Can login
  2. Can add/view/edit/delete accountant
  3. Can logout
2. Accountant
  1. Can login
  2. Can add/view/edit/delete students
  3. Can check due fee
  4. Can logout

Tools to be used

  1. Use any IDE to develop the project. It may be Eclipse /Myeclipse / Netbeans etc.
  2. Oracle or MySQL for the database. Here we are using Oracle 10g database. Assuming that username is system and password is oracle.

Front End and Back End

  1. Front End: Servlet with HTML5, CSS and Bootstrap
  2. Back End: Oracle 10g

How project works?

To get detail explanation about project, download the document file. It includes snapshots with explanation.
Some screenshots are given below:
fee report project in servlet 1fee report project in servlet 2fee report project in servlet 3fee report project in servlet 4fee report project in servlet 5

How to run this project

Create fee_accountant and fee_student tables in Oracle 10g database. Here id column for fee_accountant and rollno for fee_student must be generated using sequence.
Import the project on the Eclipse IDE and run it.

No comments:

Post a Comment