Presented by Aditya Tripathi (1509010015) : Iec College of Enggering and Technology Greater Noida (U.P)
Presented by Aditya Tripathi (1509010015) : Iec College of Enggering and Technology Greater Noida (U.P)
Presented by Aditya Tripathi (1509010015) : Iec College of Enggering and Technology Greater Noida (U.P)
MANAGEMNET SYSTEM
PRESENTED BY
ADITYA TRIPATHI
(1509010015)
The Java programming language is a high-level
language .
Java is a programming language originally developed
by James Gosling at Sun Microsystems.
Released in 1995 as a core component of Sun
Microsystems' Java platform.
Java applications are typically compiled to bytecode
(class file)that can run on any Java Virtual Machine
(JVM) regardless of computer architecture.
Java is guaranteed to be Write Once, Run Anywhere.
Programming language
Another programming language using which we can develop
applets, standalone applications, web applications and
enterprise applications.
Platform Independent
A Java program written and compiled on one machine can be
executed on any other machine (irrespective of the operating
system)
Object Oriented
Complies to object oriented programming concepts. Your program is
not object oriented unless you code that way
Compiled and Interpreted
The .java file is compiled to a .class file & the .class file is
interpreted to machine code.
Simple
Programs are easy to write and debug because java does not use
the pointers explicitly.
MY SQL 5.0.88
NETBEANS IDE 8.2
jdk-6-windows-i586.exe
LIBARARY MANAGEMENT
SYSTEM
*
•The implementation of Library Management
starts with entering and updating master records
like book details, library information.
•Any further transaction like book issue, book
return will automatically update the current
books.
•It will track on the how many books available in
library and books issued to the students.
*
•The purpose of this project is to provide a friendly
environment to maintain the details of books and library
members.
•The main purpose of this project is to maintain easy
circulation system using computers and to provide
different reports.
•Improved customer service through greater access to
accurate information.
•Greater accountability and transparency in operations.
User characteristics:
We have 2 levels of users
1.User Side: In user side, user will check the availability of
the books.
• Book return
2.Administration Side: The following are the sub module in
the administration side.
• Register user
• Entry book details
• Book issue
*
Functional requirements:
• Book entry: In this module we can store the details of
the books.
• Register student: in this module we can keep the
details of the new student.
• Book issue: This module is used to keep a track of book
issue details.
• Book return: This module enables to keep a track of
return the books.
User requirements:
•The software provides good graphical interface for the
user any administrator can operate on the system,
performing the required task such as create, update,
viewing the details of the book.
•Allows user to view quick reports like Book
Issues/Returned etc in between particular time.
•Stock verification in different criteria or according to
different-different categories.
•Search facility based on different criteria in depth.
System requirements:
• The system should prompt for the user and administrator to
login to the application and for proper input criteria
Hardware requirements:
• Operating system : windows
• Hard disk :40 GB
• RAM : 256 MB
• Processor : Pentium(R)Dual-core CPU
*
1.Safety Requirements
The database may get crashed at any certain time due to virus or
operatingsystem failure. Therefore, it is required to take the database
backup
2.Security Requirements
We are going to develop a secured database for the university
.Depending upon the category of user the access rights aredecided. It
means if the user is an administrator then he can be able to modifythe
data,delete,append etc.,All other users other than library staff only
havethe rights to retrieve the information about database.
3.Hardware Constraints
The system requires a database in order to store persistent data. The
database should have backup capabilities
• Java language
Software
•
requirements:
MS SQL server 2005
Overall Description :
•The proposed Library Management System will take care of the
current book detail at any point of time.
•The book issue, book return will update the current book
details automatically so that user will get the update current
book details.
•The main purpose of this project is to reduce the manual work.
•This software is capable of managing Book Issues, Returns, and
Calculating/Managing Fine.
•Generating various Reports for Record-Keeping according to
end user requirements
LOGIN PAGE
SIGN UP PAGE
HOME PAGE
THANK YOU