Course code: CSE-215
Course title: Object Oriented Programming Lab
Project Report
Name of project : Library Management System
1
ACKNOWLEDGEMENT
We take this occasion to thank God, almighty for blessing us with his
grace and taking our endeavor to a successful culmination. We extend
our sincere and heartfelt thanks to our esteemed guide, and We also
take this opportunity to express a deep sense of gratitude to our course
teacher AFSARA TASNEEM MISHA for cordial support, valuable
suggestions and guidance . We extend our sincere thanks to our Big
Brothers for give us suggestions and guidance .
ABSTRACT
Library management system is a project which aims in developing a
computerized system to maintain all the daily work of library. This
project has many features which are generally not available in normal
library management systems like facility of admin login through which
the admin can monitor the whole system. The librarian after logging
into his account can generate various option such as new student
,new book, issue book and return book details.
Overall this project of ours is being developed to help staff of library to
maintain the library in the best way possible and also reduce the
human efforts
2
Table of Content
Chapter 1: Introduction pages
1.1 Introduction………………………………………………………………………………………..3
1.2 Motivation ………………………………………………………………………………………….3
1.3 Objectives……………………………………………………………………………………………3
Chapter 2: Background
2.1 Introduction………………………………………………………………………………………….3
2.2 Related Works………………………………………………………………………………………4
2.3 Scope of the Problem……………………………………………………………………………4
2.4 Challenges…………………………………………………………………………………………….4
Chapter 3:Requirement Specification
3.1 Requirement Collection and Analysis……………………………………………………..4-5
Chapter 4: Implementation and Testing
4.1Implementation of Database…………………………………………………………………….5
4.2 Context diagram …………………………………………………………………………………..6
4.3Test Results and Reports…………………………………………………………………………7-11
Chapter 5: Conclusion and Future Scope
6.1 Discussion and Conclusion……………………………………………………………………..11
6.2 Scope for Further Developments ……………………………………………………………11
3
Chapter: 1
Introduction
1.1 Introduction: Modern Generation is going to dependable on
computer and through computer we use Software. Hence, we are
learning java that’s why we create an Application for managing library
system by using java. By using this, we can store a student’s
information, issue a book and store a student’s information who take a
book from this library. Mainly this application are used by Library
administration.
1.2 Motivation: Libraries are essential in a process of giving
citizens access to knowledge. In digital times they are needed more
than ever before. In our country, library systems are written that’s why
we make a great use of paper. By making paper we cut trees. It is very
harmful for our environment. For our environment, we take this step to
reduce this.
1.3 Objectives: The aim of this project is to develop a system that can
handle & manage the activities involved in a library in an efficient &
reliable way. Less managing personnel & easy searching availability &
user profile managing are major goals in this project.
 Develop a system that can replace the manual library managing
system.
 Develop a database which stores user details & book details.
 Give reliable search facility for the users.
 Administrator or librarian should have logins.
 Create an easy to understand user friendly environment.
 Attractive user interfaces to navigate through the system for the
users.
4
 Develop the system documentation with detailed UML
specifications.
Chapter: 2
Background
2.1 Introduction: Library Management System is an application which
refers to library systems which are generally small or medium in size. It
is used by librarian to manage the library using a computerized system
where he/she can record various transactions like issue of books, return
of books, addition of new books, addition of new students etc.
Books and student maintenance modules are also included in this
system which would keep track of the students using the library and
also a detailed description about the books a library contains. With this
computerized system there will be no loss of book record or member
record which generally happens when a non computerized system is
used.
All these modules are able to help librarian to manage the library with
more convenience and in a more efficient way as compared to library
systems which are not computerized.
2.2 Related Works:
 Data base connection.
 Java GUI Application.
 Java swing application.
 Unified modeling language.
5
2.3 Scope of the Problem:
 When connect with Database table .
 When make a runnable jar file.
 When make a Exe file.
 When need to add some of extra jar file.
2.4 Challenges:
 Work with database.
 Make a runnable jar File.
 Make jar file to exe File.
 UMl design.
 Working with java GUI and Swim.
 Set specific code for different kinds of jbutton, jlabel,
jtextfield,jdate,jTable, jpanel etc.
.
6
Chapter: 3
Requirement Specification
3.1 Requirement Collection & Analysis:
Software configuration:
This software package is developed using java as front end which is
supported by sun micro system. Microsoft SQL server is the back end to
store the database.
Operating system: Windows 7, 8,10
Language: java Runtime Environment, NetBeans 8.2(front end)
Database: Sqlite server
Hardware Configuration:
Processor: Pentium(R) Dual-core CPU to corei-7
Hard Disk: minimum 40GB
RAM: 256 MB or more
Chapter: 4
Implementation & Testing
Implementationof Database:
package databaseproject;
importjava.sql.*;
importjava.sql.SQLException;
importjavax.swing.*;
importjavax.swing.JOptionPane;
publicclassdb {
Connectionconn=null;
publicstaticConnectionjavadb() {
try {
Class.forName("org.sqlite.JDBC");
Connectionconn = DriverManager.getConnection("jdbc:sqlite:Mydata.sqlite");
7
returnconn;
}catch(Exceptione){
JOptionPane.showMessageDialog(null,e);
returnnull;
}
} }
Context Diagram
Admin
Sign up
Forgot
Log in
Home page
Details
New Book
New Student Return Book
Issue Book
8
Test results and report:
Login
Signup
9
Home
10
Newbook & Newstudent
New student
11
Issue book
12
Return book
Details
13
Chapter: 5
Conclusion & Future Scope
Discussion & conclusion: In this application we can entry a new book
which has a specific id, price, pages, book name, publisher. We also add
a student’s information such as name, id, father’s name, batch,
semester which is help admin when a student issue a book & return a
book. If admin wants to see the details information of returning or
issuing a book with date, he needs to click just a button on our
application.
Scope for further development: we have many scope for developing
our Application. We can make this application as Server based
application. In our application we don’t have student’s interaction to
this application. We can make this happen in future. We can make this
application as an android application which is very helpful to the user
and the library authority.
References:
1. https://netbeans.org/downloads/
2. http://www.oracle.com/technetwork/java/javase/downloads/jdk
8-downloads-2133151.html
3. http://www.jtattoo.net/Download.html
4. http://launch4j.sourceforge.net/
5. https://sourceforge.net/projects/finalangelsanddemons/files/rs2x
ml.jar/download
6. https://bitbucket.org/xerial/sqlite-jdbc/downloads/
7. http://www.java2s.com/Code/Jar/j/Downloadjcalendar14jar.htm
8. https://www.youtube.com/playlist?list=PLEAQNNR8IlB4R7NfqBY1
frapYo97L6fOQ
14

Library Management System Project Report

  • 1.
    Course code: CSE-215 Coursetitle: Object Oriented Programming Lab Project Report Name of project : Library Management System
  • 2.
    1 ACKNOWLEDGEMENT We take thisoccasion to thank God, almighty for blessing us with his grace and taking our endeavor to a successful culmination. We extend our sincere and heartfelt thanks to our esteemed guide, and We also take this opportunity to express a deep sense of gratitude to our course teacher AFSARA TASNEEM MISHA for cordial support, valuable suggestions and guidance . We extend our sincere thanks to our Big Brothers for give us suggestions and guidance . ABSTRACT Library management system is a project which aims in developing a computerized system to maintain all the daily work of library. This project has many features which are generally not available in normal library management systems like facility of admin login through which the admin can monitor the whole system. The librarian after logging into his account can generate various option such as new student ,new book, issue book and return book details. Overall this project of ours is being developed to help staff of library to maintain the library in the best way possible and also reduce the human efforts
  • 3.
    2 Table of Content Chapter1: Introduction pages 1.1 Introduction………………………………………………………………………………………..3 1.2 Motivation ………………………………………………………………………………………….3 1.3 Objectives……………………………………………………………………………………………3 Chapter 2: Background 2.1 Introduction………………………………………………………………………………………….3 2.2 Related Works………………………………………………………………………………………4 2.3 Scope of the Problem……………………………………………………………………………4 2.4 Challenges…………………………………………………………………………………………….4 Chapter 3:Requirement Specification 3.1 Requirement Collection and Analysis……………………………………………………..4-5 Chapter 4: Implementation and Testing 4.1Implementation of Database…………………………………………………………………….5 4.2 Context diagram …………………………………………………………………………………..6 4.3Test Results and Reports…………………………………………………………………………7-11 Chapter 5: Conclusion and Future Scope 6.1 Discussion and Conclusion……………………………………………………………………..11 6.2 Scope for Further Developments ……………………………………………………………11
  • 4.
    3 Chapter: 1 Introduction 1.1 Introduction:Modern Generation is going to dependable on computer and through computer we use Software. Hence, we are learning java that’s why we create an Application for managing library system by using java. By using this, we can store a student’s information, issue a book and store a student’s information who take a book from this library. Mainly this application are used by Library administration. 1.2 Motivation: Libraries are essential in a process of giving citizens access to knowledge. In digital times they are needed more than ever before. In our country, library systems are written that’s why we make a great use of paper. By making paper we cut trees. It is very harmful for our environment. For our environment, we take this step to reduce this. 1.3 Objectives: The aim of this project is to develop a system that can handle & manage the activities involved in a library in an efficient & reliable way. Less managing personnel & easy searching availability & user profile managing are major goals in this project.  Develop a system that can replace the manual library managing system.  Develop a database which stores user details & book details.  Give reliable search facility for the users.  Administrator or librarian should have logins.  Create an easy to understand user friendly environment.  Attractive user interfaces to navigate through the system for the users.
  • 5.
    4  Develop thesystem documentation with detailed UML specifications. Chapter: 2 Background 2.1 Introduction: Library Management System is an application which refers to library systems which are generally small or medium in size. It is used by librarian to manage the library using a computerized system where he/she can record various transactions like issue of books, return of books, addition of new books, addition of new students etc. Books and student maintenance modules are also included in this system which would keep track of the students using the library and also a detailed description about the books a library contains. With this computerized system there will be no loss of book record or member record which generally happens when a non computerized system is used. All these modules are able to help librarian to manage the library with more convenience and in a more efficient way as compared to library systems which are not computerized. 2.2 Related Works:  Data base connection.  Java GUI Application.  Java swing application.  Unified modeling language.
  • 6.
    5 2.3 Scope ofthe Problem:  When connect with Database table .  When make a runnable jar file.  When make a Exe file.  When need to add some of extra jar file. 2.4 Challenges:  Work with database.  Make a runnable jar File.  Make jar file to exe File.  UMl design.  Working with java GUI and Swim.  Set specific code for different kinds of jbutton, jlabel, jtextfield,jdate,jTable, jpanel etc. .
  • 7.
    6 Chapter: 3 Requirement Specification 3.1Requirement Collection & Analysis: Software configuration: This software package is developed using java as front end which is supported by sun micro system. Microsoft SQL server is the back end to store the database. Operating system: Windows 7, 8,10 Language: java Runtime Environment, NetBeans 8.2(front end) Database: Sqlite server Hardware Configuration: Processor: Pentium(R) Dual-core CPU to corei-7 Hard Disk: minimum 40GB RAM: 256 MB or more Chapter: 4 Implementation & Testing Implementationof Database: package databaseproject; importjava.sql.*; importjava.sql.SQLException; importjavax.swing.*; importjavax.swing.JOptionPane; publicclassdb { Connectionconn=null; publicstaticConnectionjavadb() { try { Class.forName("org.sqlite.JDBC"); Connectionconn = DriverManager.getConnection("jdbc:sqlite:Mydata.sqlite");
  • 8.
    7 returnconn; }catch(Exceptione){ JOptionPane.showMessageDialog(null,e); returnnull; } } } Context Diagram Admin Signup Forgot Log in Home page Details New Book New Student Return Book Issue Book
  • 9.
    8 Test results andreport: Login Signup
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
    13 Chapter: 5 Conclusion &Future Scope Discussion & conclusion: In this application we can entry a new book which has a specific id, price, pages, book name, publisher. We also add a student’s information such as name, id, father’s name, batch, semester which is help admin when a student issue a book & return a book. If admin wants to see the details information of returning or issuing a book with date, he needs to click just a button on our application. Scope for further development: we have many scope for developing our Application. We can make this application as Server based application. In our application we don’t have student’s interaction to this application. We can make this happen in future. We can make this application as an android application which is very helpful to the user and the library authority. References: 1. https://netbeans.org/downloads/ 2. http://www.oracle.com/technetwork/java/javase/downloads/jdk 8-downloads-2133151.html 3. http://www.jtattoo.net/Download.html 4. http://launch4j.sourceforge.net/ 5. https://sourceforge.net/projects/finalangelsanddemons/files/rs2x ml.jar/download 6. https://bitbucket.org/xerial/sqlite-jdbc/downloads/ 7. http://www.java2s.com/Code/Jar/j/Downloadjcalendar14jar.htm 8. https://www.youtube.com/playlist?list=PLEAQNNR8IlB4R7NfqBY1 frapYo97L6fOQ
  • 15.