Thursday 3 August 2017

eLibrary Project in Servle ~ foundjava

eLibrary Project in Servlet


Download Source Code

Objective/ Vision

A library management software where admin can add/view/delete librarian and librarian can add/view books, issue, view issued books and return books.

Users of the System

  1. Admin
  2. Libraian

Functional Requirements

1. Admin
  1. Can add/edit/view/delete librarian
  2. Can logout
2. Librarian
  1. Can add/edit/delete/view books
  2. Can issue books
  3. View issued books
  4. Return Books
  5. Can logout

Tools to be used

  1. Use any IDE to develop the project. It may be Eclipse /Myeclipse / Netbeans etc.
  2. Oracle/MySQL for the database.

Front End and Back End

  1. Front End: Servlet, HTML, CSS, Bootstrap
  2. Back End: Oracle

How project works?

To get detail explanation about project download the document file. It includes snapshots with explanation.
Some screenshots are given below:
library management project in servlet 1library management project in servlet 1library management project in servlet 1

How to run this project

Open tablesoracle.sql file located inside projectfolder/WebContent. See the table query there. Create each table manually in Oracle database.
Import the project on the Eclipse IDE and run it.
Use admin@jtp.com and admin123 for username and password of admin.

No comments:

Post a Comment