Library Management System Java Project

 

Library Management System Java Project 



Library Management System Project Abstract:

LMS is a software application useful for librarians in any educational institution for management and handling of typical operations in the library. It manages data through computerized system in a database which eradicates the tediousness in searching a particular book in the entire library.

Existing System:

The existing library management system is very traditional and manual. Most of the things such as record of students who’ve issued the book, no. of books in the library, fine of students, etc. are recorded using pen-paper system. This traditional system requires a lot of time and manpower for performing simple operations in the library.

The drawbacks of existing system are:

  • Record keeping is paper-based.
  • The system is not computerized.
  • There’s high risk of data mis-management.
  • Students face a lot of problem while searching a book.
  • Chances of book theft from the library is high.
  • A lot of paperwork and manpower is to be allocated for simple library management operations.
  • The existing system is very inefficient and unreliable.

Proposed System:

The proposed library management software is developed after the analysis of issues, problems, and drawbacks of the existing system. Here, different modules have been assigned for managing and organizing different tasks in a library. Using this software, librarian can store information of all the books, with author name, faculty, etc., available in the library. Only one person can handle the entire library.

The main feature of this system is that all the books available in the library can be displayed in a list so that students need not roam through the entire library to find a book. Additionally, the application effectively maintains the details of users/students to whom books have been issued; it also records the issued date and return date.

Features:

  • Add, modify and delete book details into the database.
  • Search feature for finding book availability in library stock.
  • Add students records upon issue of a book.
  • Record issue date, return date, and fine (penalty).
  • Payment system/feature allows the librarian to calculate payment details and print bill.

Technologies and Products Used:

  • NetBeans 5.0
  • Tomcat 5.5 embedded in NetBeans
  • Oracle10g Express Edition
  • Jboss 4.0.3
  • Java Server Pages (JSP)
  • Java Beans
  • Enterprise Java Beans

Modules Overview:

  1. Insertion Module: With the help of this module, librarian can insert information and details of users along with book details and time and date of book issue.
  2. Updating Module: This module allows modification to the existing records and details in the library management system database.
  3. Report Generation Module: This module allows task such as printing payment details, stock details of books, etc.






SOFTWARE INTERFACE

Add New Book



Listing All Books


 


Available Books



Borrowed Books



Remove Book


Edit Book Details



Add a Member



Listing all Members



Edit a member



Remove a member

                          


Search for Members and Books



Borrow Books



Returning a Book





List of Issued Books



Reserve a Book


 




netaji gandi Tuesday, September 21, 2021

NPTEL Programming in Java Jan 2024 Week 11

  Week 11 : Programming Assignment 1 Due on 2024-04-11, 23:59 IST The following code is missing some information needed to run the code. Add...