SlideShare a Scribd company logo
1 of 25
Download to read offline
Online Library Management System
Project Report
On
“Online Library Management System”
Submitted By: Guided By
1. Bhupendra Mr.Vijay Gupta
2. Shraddha Panwar Assistant Professor
3. Vijay Vaishnav IIIM, Jaipur.
Team Number:-
Online Library Management System
ACKNOWLEDGEMENT
The satisfaction that accompanies that the successful
completion of any task would be incomplete without the
mention of people whose ceaseless cooperation made it
possible, whose constant guidance and encouragement
crown all efforts with success.
We are grateful to our project guide Mr.Vijay Gupta for the
guidance, inspiration and constructive suggestions that
helpful us in the preparation of this project.
We also thank our colleagues who have helped in successful
completion of the project.
Bhupendra Singh Baghela
Shraddha Panwar
Vijay Vaishnav
Online Library Management System
CERTIFICATE
This is to certify that this report of Attendance Management
System embodies the original work done by Bhupendra
Singh Baghela, Shraddha Panwar, Vijay Vaishnav during
this project submission as a partial fulfillment of the
requirement for the System Design Project of Masters of
Computer Application IV Semester, of the Rajasthan
Technical University, Kota.
Swati V. Chande
Principal
(MCA Department)
International School of
Informatics and Management
Mr.Vijay Gupta
International School of Informatics and Management
Online Library Management System
1. Synopsis 5
2. Feasibility Study 9
3. Data Tables 11
4. Data Flow Diagrams 14
5. Entity Relationship Diagram 15
6. Screen Shots Of Form 17
7. Future Scope 22
8. Conclusion 24
9. Bibliography 25
Online Library Management System
Online Library Management System
Online Library Management System
1. Introduction:-
1.1 Purpose:-
The purpose of this application are as follows :
• The software is for automation of library.
• It provides following facilities to
Operator :
• Can enter details related to a particular book.
• Can provide membership to members.
Admin :
• Can read and write information about any
member.
• Can update, create, delete the record of
membership as per requirement and implementation
plants.
Online Library Management System
2.) Scope :
The different areas where we can use this application
are :
• Any education institute can make use of it for
providing information about author, content of the
available books.
• It can be used in offices and modifications can be
easily done according to requirements.
3.) Technology Used :
Front End : Servlets, HTML, Java script.
Back End : MS Access, Apache Tomcat server.
4.) Assumptions
• This application is used to convert the manual
application to the online application.
• Customized data will be used in this application.
• User does not have right to enter information
about books.
Online Library Management System
5.) Overview :
Project is related to library management which provides
reading services to its members. Any person can become a
member of the library by filling a prescribed form.
They can get the book issued, so that they cab take home
and return them.
6.) Functionality :
• Online membership.
• Keeps the track of issues and submission of books .
Online Library Management System
Feasibility Study
In feasibility study phase we had undergone through various
steps which are describe as under :
1. Identify the origin of the information at different level.
2. Identify the expectation of user from computerized
system.
3. Analyze the draw back of existing system (manual)
system.
WORKING OF PRESENT MANUAL SYSTEM
The staffs of library are involved in the following tasks.
1. Membership process : person have to fill membership
form and they are provided with member id.
Online Library Management System
DRAWBACKS OF PRESENT SYSTEM
Some of the problems being faced in manual system are as
follows:
1. Fast report generation is not possible.
2. Tracing a book is difficult.
3. Information about issue/return of the books are not
properly maintained.
4. No central database can be created as information is
not available in database.
PROPOSED SYSTEM
There will be three major components :
1. Stock maintenance.
2. Transaction entry.
3. Reports.
Proposed system provides with following solutions :
1. It provides "better and efficient" service to members.
2. Reduce the workload of employee.
3. Faster retrieval of information about the desired book.
4. Provide facility for proper monitoring reduce paper work
and provide data security.
5. All details will be available on a click.
Online Library Management System
Table : Members
S.no. Coloum
Name
Data
Type
Length Description
1 Id_no Text 50 Unique identification
of the members
2 Name Text 70 Name of members
3 Address Text 100 Location of Members
4 Date of
Issue
Date/Time Date of Registration
5 Date of
Expiry
Date/Time Registration expiry
date
6 Status Text 50 Permanent/Temporary
Online Library Management System
Table : Add Books
s.no. Column
Name
Date-
Type
Description
1 Book_name Text Title of the book
2 Book_code Text Book identification number
3 Author Text Author of books
4 Date of
arrival
Date/time Date on which book was
received
5 Price Text Cost of books
6 Rack_no Text Almirah no
7 No_of_books Text Quantity of books
8 Subject_code Text Unique identification no of
particular subject
Online Library Management System
Table: issue
s.no. Column
Type
Date
Type
Description
1 Id_no Text User identification number
2 Book_name Text Title of books
3 Issue_date Date/time Date on which book is
issued
4 Due_date Date/time Due date on which book is
to be returned
Online Library Management System
! " #
Online Library Management System
E-R DIGRAM
It is clear that the physical objects from the previous section
– the member, books, library – correspond to entities in the
Entity-Relationship model, and the operations to be done on
those entities – holds, checkouts, and so on – correspond to
relationships. However, a good design will minimize
redundancy and attempt to store all the required information
in as small a space as possible.
Online Library Management System
Online Library Management System
Online Library Management System
Online Library Management System
Online Library Management System
Online Library Management System
Online Library Management System
Future Scope
FUTURE SCOPE OF APPLICATION :
This application can be easily implemented under various situations.
We can add new features as and when we require. Reusability is
possible as and when require in this application. There is flexibility
in all the modules.
SOFTWARE SCOPE:
• Extensibility: This software is extendable in ways that its original
developers may not expect. The following principles enhances
extensibility like hide data structure, avoid traversing multiple
links or methods, avoid case statements on object type and
distinguish public and private operations.
• Reusability: Reusability is possible as and when require in this
application. We can update it next version. Reusable software
reduces design, coding and testing cost by amortizing effort
over several designs. Reducing the amount of code also
simplifies understanding, which increases the likelihood that
the code is correct. We follow up both types of reusability:
Sharing of newly written code within a project and reuse of
previously written code on new projects.
Online Library Management System
• Understandability: A method is understandable if someone other
than the creator of the method can understand the code (as
well as the creator after a time lapse). We use the method,
which small and coherent helps to accomplish this.
• Cost-effectiveness: Its cost is under the budget and make within
given time period. It is desirable to aim for a system with a
minimum cost subject to the condition that it must satisfy the
entire requirement.
Scope of this document is to put down the requirements, clearly
identifying the information needed by the user, the source of the
information and outputs expected from the system.
Online Library Management System
Conclusion
From a proper analysis of positive points and constraints on
the component, it can be safely concluded that the product is
a highly efficient GUI based component. This application is
working properly and meeting to all user requirements. This
component can be easily plugged in many other systems.
Online Library Management System
Bibliography
Books:
• Beginning Java Objects: From Concepts to Code -by
Jacquie Barker)
• Introduction to Java Programming (NIIIT publication)
• The Complete Reference Java(McGrawhill; Herbert
Schildth- reprint 2008)
• Introduction to MS-Access(Aptech)
Web Sites:
• www.apache.org
• www.wikipedia.com

More Related Content

What's hot

17337071 srs-library-management-system
17337071 srs-library-management-system17337071 srs-library-management-system
17337071 srs-library-management-system
ANAS NAIN
 
Library mangement system project srs documentation.doc
Library mangement system project srs documentation.docLibrary mangement system project srs documentation.doc
Library mangement system project srs documentation.doc
jimmykhan
 

What's hot (20)

17337071 srs-library-management-system
17337071 srs-library-management-system17337071 srs-library-management-system
17337071 srs-library-management-system
 
Online Admission System
Online Admission System  Online Admission System
Online Admission System
 
Library mangement system project srs documentation.doc
Library mangement system project srs documentation.docLibrary mangement system project srs documentation.doc
Library mangement system project srs documentation.doc
 
E book management system
E book management systemE book management system
E book management system
 
Learning set of rules
Learning set of rulesLearning set of rules
Learning set of rules
 
Report on web development
Report on web developmentReport on web development
Report on web development
 
Library management system project
Library management system projectLibrary management system project
Library management system project
 
Library management system
Library management systemLibrary management system
Library management system
 
Srs library m s
Srs library m sSrs library m s
Srs library m s
 
Movie recommendation project
Movie recommendation projectMovie recommendation project
Movie recommendation project
 
Library management system using java technology
Library management system using java technologyLibrary management system using java technology
Library management system using java technology
 
python project ppt.pptx
python project ppt.pptxpython project ppt.pptx
python project ppt.pptx
 
Inductive analytical approaches to learning
Inductive analytical approaches to learningInductive analytical approaches to learning
Inductive analytical approaches to learning
 
Introduction to cloud computing
Introduction to cloud computingIntroduction to cloud computing
Introduction to cloud computing
 
Online Library management system proposal by Banuka Dananjaya Subasinghe
Online Library management system proposal by Banuka Dananjaya SubasingheOnline Library management system proposal by Banuka Dananjaya Subasinghe
Online Library management system proposal by Banuka Dananjaya Subasinghe
 
Ecommerce srs
Ecommerce  srsEcommerce  srs
Ecommerce srs
 
Library Management system
Library Management systemLibrary Management system
Library Management system
 
Online library management system
Online library management systemOnline library management system
Online library management system
 
Library Management System Project in C
Library Management System Project in CLibrary Management System Project in C
Library Management System Project in C
 
Online Electronic Shopping Project Report Final Year
Online Electronic Shopping Project Report Final YearOnline Electronic Shopping Project Report Final Year
Online Electronic Shopping Project Report Final Year
 

Similar to 11 Project-Online Library Management System

11.project online library management system
11.project online library management system11.project online library management system
11.project online library management system
monika ahalawat
 
11.project online library management system
11.project online library management system11.project online library management system
11.project online library management system
richaramgarh
 
Online Library Management
Online Library ManagementOnline Library Management
Online Library Management
Varsha Sarkar
 
11 project-online20library20management20system-110809063139-phpapp01(2)
11 project-online20library20management20system-110809063139-phpapp01(2)11 project-online20library20management20system-110809063139-phpapp01(2)
11 project-online20library20management20system-110809063139-phpapp01(2)
Roopal Shrivastava
 
online library management system
online library management systemonline library management system
online library management system
Virani Sagar
 
11.project online library management system
11.project online library management system11.project online library management system
11.project online library management system
Golden Arc
 

Similar to 11 Project-Online Library Management System (20)

11.project online library management system
11.project online library management system11.project online library management system
11.project online library management system
 
11.project online library management system
11.project online library management system11.project online library management system
11.project online library management system
 
library management
library management library management
library management
 
Online Library Management
Online Library ManagementOnline Library Management
Online Library Management
 
11 project-online20library20management20system-110809063139-phpapp01(2)
11 project-online20library20management20system-110809063139-phpapp01(2)11 project-online20library20management20system-110809063139-phpapp01(2)
11 project-online20library20management20system-110809063139-phpapp01(2)
 
online library management system
online library management systemonline library management system
online library management system
 
11.project online library management system
11.project online library management system11.project online library management system
11.project online library management system
 
Library Management System Waterfall Model
Library Management System Waterfall ModelLibrary Management System Waterfall Model
Library Management System Waterfall Model
 
srno-2,3,16,18,21.pptx
srno-2,3,16,18,21.pptxsrno-2,3,16,18,21.pptx
srno-2,3,16,18,21.pptx
 
Synopsis of Library Management System
Synopsis of Library Management SystemSynopsis of Library Management System
Synopsis of Library Management System
 
Library Management System
Library Management SystemLibrary Management System
Library Management System
 
Library Management System.pptx
Library Management System.pptxLibrary Management System.pptx
Library Management System.pptx
 
E-library mangament system
E-library mangament systemE-library mangament system
E-library mangament system
 
Project
ProjectProject
Project
 
LIBRARY MANAGEMENT SYSTEM.pptx for students
LIBRARY MANAGEMENT SYSTEM.pptx for studentsLIBRARY MANAGEMENT SYSTEM.pptx for students
LIBRARY MANAGEMENT SYSTEM.pptx for students
 
Library App for beginners to understand a
Library App for beginners to understand aLibrary App for beginners to understand a
Library App for beginners to understand a
 
Library Management System.pptx
Library Management System.pptxLibrary Management System.pptx
Library Management System.pptx
 
amansingh.docx
amansingh.docxamansingh.docx
amansingh.docx
 
Library_Management_System_Mini_Project_R (1).pdf
Library_Management_System_Mini_Project_R (1).pdfLibrary_Management_System_Mini_Project_R (1).pdf
Library_Management_System_Mini_Project_R (1).pdf
 
Library management system
Library management systemLibrary management system
Library management system
 

More from Heather Strinden

More from Heather Strinden (20)

53 Best Technical Report Example RedlineSP
53 Best Technical Report Example RedlineSP53 Best Technical Report Example RedlineSP
53 Best Technical Report Example RedlineSP
 
Empathy Answer - PHDessay.Com. Online assignment writing service.
Empathy Answer - PHDessay.Com. Online assignment writing service.Empathy Answer - PHDessay.Com. Online assignment writing service.
Empathy Answer - PHDessay.Com. Online assignment writing service.
 
Argumentative Essay Topics Dealing With Children - 10
Argumentative Essay Topics Dealing With Children - 10Argumentative Essay Topics Dealing With Children - 10
Argumentative Essay Topics Dealing With Children - 10
 
TEEL Paragraph Sentence Starters Word Mat
TEEL Paragraph Sentence Starters Word MatTEEL Paragraph Sentence Starters Word Mat
TEEL Paragraph Sentence Starters Word Mat
 
Can Money Buy Happiness Essay - The Writing Center.
Can Money Buy Happiness Essay - The Writing Center.Can Money Buy Happiness Essay - The Writing Center.
Can Money Buy Happiness Essay - The Writing Center.
 
College Essay Essentials A Step-By-Step Guide To Writ
College Essay Essentials A Step-By-Step Guide To WritCollege Essay Essentials A Step-By-Step Guide To Writ
College Essay Essentials A Step-By-Step Guide To Writ
 
How To Write A Presentation Us. Online assignment writing service.
How To Write A Presentation  Us. Online assignment writing service.How To Write A Presentation  Us. Online assignment writing service.
How To Write A Presentation Us. Online assignment writing service.
 
Narrative Essay Writing PPT. Online assignment writing service.
Narrative Essay Writing  PPT. Online assignment writing service.Narrative Essay Writing  PPT. Online assignment writing service.
Narrative Essay Writing PPT. Online assignment writing service.
 
Expository Story. Exposition In A Story Why Background Infor
Expository Story. Exposition In A Story Why Background InforExpository Story. Exposition In A Story Why Background Infor
Expository Story. Exposition In A Story Why Background Infor
 
How To Make Fun Cursive N. Online assignment writing service.
How To Make Fun Cursive N. Online assignment writing service.How To Make Fun Cursive N. Online assignment writing service.
How To Make Fun Cursive N. Online assignment writing service.
 
All You Need To Know About Sociology Essay Writing Ser
All You Need To Know About Sociology Essay Writing SerAll You Need To Know About Sociology Essay Writing Ser
All You Need To Know About Sociology Essay Writing Ser
 
Annotating Musical Theatre Plots On Narrative Structure And Emotional Content
Annotating Musical Theatre Plots On Narrative Structure And Emotional ContentAnnotating Musical Theatre Plots On Narrative Structure And Emotional Content
Annotating Musical Theatre Plots On Narrative Structure And Emotional Content
 
Aristotle S Topics And Informal Reasoning
Aristotle S Topics And Informal ReasoningAristotle S Topics And Informal Reasoning
Aristotle S Topics And Informal Reasoning
 
Activity-Based Rail Freight Costing A Model For Calculating Transport Costs I...
Activity-Based Rail Freight Costing A Model For Calculating Transport Costs I...Activity-Based Rail Freight Costing A Model For Calculating Transport Costs I...
Activity-Based Rail Freight Costing A Model For Calculating Transport Costs I...
 
3 Th Stage 2Nd Course
3 Th Stage 2Nd Course3 Th Stage 2Nd Course
3 Th Stage 2Nd Course
 
A LITERATURE REVIEW ON PHISHING EMAIL DETECTION USING DATA MINING
A LITERATURE REVIEW ON PHISHING EMAIL DETECTION USING DATA MININGA LITERATURE REVIEW ON PHISHING EMAIL DETECTION USING DATA MINING
A LITERATURE REVIEW ON PHISHING EMAIL DETECTION USING DATA MINING
 
5 Important Deep Learning Research Papers You Must Read In 2020
5 Important Deep Learning Research Papers You Must Read In 20205 Important Deep Learning Research Papers You Must Read In 2020
5 Important Deep Learning Research Papers You Must Read In 2020
 
Arabic Writing Challenges Faced By Students In Collegiate 1 Of Al
Arabic Writing Challenges Faced By Students In Collegiate 1 Of AlArabic Writing Challenges Faced By Students In Collegiate 1 Of Al
Arabic Writing Challenges Faced By Students In Collegiate 1 Of Al
 
An Inquiry-Based Case Study For Conservation Biology
An Inquiry-Based Case Study For Conservation BiologyAn Inquiry-Based Case Study For Conservation Biology
An Inquiry-Based Case Study For Conservation Biology
 
An Introduction To Environmental Auditing
An Introduction To Environmental AuditingAn Introduction To Environmental Auditing
An Introduction To Environmental Auditing
 

Recently uploaded

Call Girls in Uttam Nagar (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in  Uttam Nagar (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in  Uttam Nagar (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in Uttam Nagar (delhi) call me [🔝9953056974🔝] escort service 24X7
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Recently uploaded (20)

Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptx21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptx
 
OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & Systems
 
dusjagr & nano talk on open tools for agriculture research and learning
dusjagr & nano talk on open tools for agriculture research and learningdusjagr & nano talk on open tools for agriculture research and learning
dusjagr & nano talk on open tools for agriculture research and learning
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
AIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.pptAIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.ppt
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
Details on CBSE Compartment Exam.pptx1111
Details on CBSE Compartment Exam.pptx1111Details on CBSE Compartment Exam.pptx1111
Details on CBSE Compartment Exam.pptx1111
 
latest AZ-104 Exam Questions and Answers
latest AZ-104 Exam Questions and Answerslatest AZ-104 Exam Questions and Answers
latest AZ-104 Exam Questions and Answers
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Call Girls in Uttam Nagar (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in  Uttam Nagar (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in  Uttam Nagar (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in Uttam Nagar (delhi) call me [🔝9953056974🔝] escort service 24X7
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 

11 Project-Online Library Management System

  • 1. Online Library Management System Project Report On “Online Library Management System” Submitted By: Guided By 1. Bhupendra Mr.Vijay Gupta 2. Shraddha Panwar Assistant Professor 3. Vijay Vaishnav IIIM, Jaipur. Team Number:-
  • 2. Online Library Management System ACKNOWLEDGEMENT The satisfaction that accompanies that the successful completion of any task would be incomplete without the mention of people whose ceaseless cooperation made it possible, whose constant guidance and encouragement crown all efforts with success. We are grateful to our project guide Mr.Vijay Gupta for the guidance, inspiration and constructive suggestions that helpful us in the preparation of this project. We also thank our colleagues who have helped in successful completion of the project. Bhupendra Singh Baghela Shraddha Panwar Vijay Vaishnav
  • 3. Online Library Management System CERTIFICATE This is to certify that this report of Attendance Management System embodies the original work done by Bhupendra Singh Baghela, Shraddha Panwar, Vijay Vaishnav during this project submission as a partial fulfillment of the requirement for the System Design Project of Masters of Computer Application IV Semester, of the Rajasthan Technical University, Kota. Swati V. Chande Principal (MCA Department) International School of Informatics and Management Mr.Vijay Gupta International School of Informatics and Management
  • 4. Online Library Management System 1. Synopsis 5 2. Feasibility Study 9 3. Data Tables 11 4. Data Flow Diagrams 14 5. Entity Relationship Diagram 15 6. Screen Shots Of Form 17 7. Future Scope 22 8. Conclusion 24 9. Bibliography 25
  • 6. Online Library Management System Online Library Management System 1. Introduction:- 1.1 Purpose:- The purpose of this application are as follows : • The software is for automation of library. • It provides following facilities to Operator : • Can enter details related to a particular book. • Can provide membership to members. Admin : • Can read and write information about any member. • Can update, create, delete the record of membership as per requirement and implementation plants.
  • 7. Online Library Management System 2.) Scope : The different areas where we can use this application are : • Any education institute can make use of it for providing information about author, content of the available books. • It can be used in offices and modifications can be easily done according to requirements. 3.) Technology Used : Front End : Servlets, HTML, Java script. Back End : MS Access, Apache Tomcat server. 4.) Assumptions • This application is used to convert the manual application to the online application. • Customized data will be used in this application. • User does not have right to enter information about books.
  • 8. Online Library Management System 5.) Overview : Project is related to library management which provides reading services to its members. Any person can become a member of the library by filling a prescribed form. They can get the book issued, so that they cab take home and return them. 6.) Functionality : • Online membership. • Keeps the track of issues and submission of books .
  • 9. Online Library Management System Feasibility Study In feasibility study phase we had undergone through various steps which are describe as under : 1. Identify the origin of the information at different level. 2. Identify the expectation of user from computerized system. 3. Analyze the draw back of existing system (manual) system. WORKING OF PRESENT MANUAL SYSTEM The staffs of library are involved in the following tasks. 1. Membership process : person have to fill membership form and they are provided with member id.
  • 10. Online Library Management System DRAWBACKS OF PRESENT SYSTEM Some of the problems being faced in manual system are as follows: 1. Fast report generation is not possible. 2. Tracing a book is difficult. 3. Information about issue/return of the books are not properly maintained. 4. No central database can be created as information is not available in database. PROPOSED SYSTEM There will be three major components : 1. Stock maintenance. 2. Transaction entry. 3. Reports. Proposed system provides with following solutions : 1. It provides "better and efficient" service to members. 2. Reduce the workload of employee. 3. Faster retrieval of information about the desired book. 4. Provide facility for proper monitoring reduce paper work and provide data security. 5. All details will be available on a click.
  • 11. Online Library Management System Table : Members S.no. Coloum Name Data Type Length Description 1 Id_no Text 50 Unique identification of the members 2 Name Text 70 Name of members 3 Address Text 100 Location of Members 4 Date of Issue Date/Time Date of Registration 5 Date of Expiry Date/Time Registration expiry date 6 Status Text 50 Permanent/Temporary
  • 12. Online Library Management System Table : Add Books s.no. Column Name Date- Type Description 1 Book_name Text Title of the book 2 Book_code Text Book identification number 3 Author Text Author of books 4 Date of arrival Date/time Date on which book was received 5 Price Text Cost of books 6 Rack_no Text Almirah no 7 No_of_books Text Quantity of books 8 Subject_code Text Unique identification no of particular subject
  • 13. Online Library Management System Table: issue s.no. Column Type Date Type Description 1 Id_no Text User identification number 2 Book_name Text Title of books 3 Issue_date Date/time Date on which book is issued 4 Due_date Date/time Due date on which book is to be returned
  • 15. Online Library Management System E-R DIGRAM It is clear that the physical objects from the previous section – the member, books, library – correspond to entities in the Entity-Relationship model, and the operations to be done on those entities – holds, checkouts, and so on – correspond to relationships. However, a good design will minimize redundancy and attempt to store all the required information in as small a space as possible.
  • 22. Online Library Management System Future Scope FUTURE SCOPE OF APPLICATION : This application can be easily implemented under various situations. We can add new features as and when we require. Reusability is possible as and when require in this application. There is flexibility in all the modules. SOFTWARE SCOPE: • Extensibility: This software is extendable in ways that its original developers may not expect. The following principles enhances extensibility like hide data structure, avoid traversing multiple links or methods, avoid case statements on object type and distinguish public and private operations. • Reusability: Reusability is possible as and when require in this application. We can update it next version. Reusable software reduces design, coding and testing cost by amortizing effort over several designs. Reducing the amount of code also simplifies understanding, which increases the likelihood that the code is correct. We follow up both types of reusability: Sharing of newly written code within a project and reuse of previously written code on new projects.
  • 23. Online Library Management System • Understandability: A method is understandable if someone other than the creator of the method can understand the code (as well as the creator after a time lapse). We use the method, which small and coherent helps to accomplish this. • Cost-effectiveness: Its cost is under the budget and make within given time period. It is desirable to aim for a system with a minimum cost subject to the condition that it must satisfy the entire requirement. Scope of this document is to put down the requirements, clearly identifying the information needed by the user, the source of the information and outputs expected from the system.
  • 24. Online Library Management System Conclusion From a proper analysis of positive points and constraints on the component, it can be safely concluded that the product is a highly efficient GUI based component. This application is working properly and meeting to all user requirements. This component can be easily plugged in many other systems.
  • 25. Online Library Management System Bibliography Books: • Beginning Java Objects: From Concepts to Code -by Jacquie Barker) • Introduction to Java Programming (NIIIT publication) • The Complete Reference Java(McGrawhill; Herbert Schildth- reprint 2008) • Introduction to MS-Access(Aptech) Web Sites: • www.apache.org • www.wikipedia.com