Java Report
Java Report
BACHELOR OF ENGINEERING in
INTRODUCTION
By implementing this project, the aim is to reduce the manual workload typically
associated with traditional library operations, minimize errors in record-keeping,
and improve the overall efficiency and reliability of data handling. The system
makes use of a relational database structure to ensure that all data is stored in a
consistent and organized manner, allowing for quick retrieval and easy
manipulation through SQL queries. This approach not only reflects real-world
database applications but also emphasizes the importance of data integrity and
access control. Overall, the Library Management System serves as a practical
demonstration of how DBMS principles can be used to build a robust and user-
friendly application for managing library resources.
MySQL Server: It handles large databases much faster than existing solutions. It consists of
multithreaded SQL server that supports different back ends, several different client program
and libraries, administrative tools, and application programming interfaces (APIs) Its
connectivity, speed, and security make MySQL Server highly suited for accessing databases
on the Internet.
Java Swing is a part of Java's Graphical User Interface (GUI) toolkit used to create window-
based applications. It is built on top of the Abstract Window Toolkit (AWT) and is a part of
Java Foundation Classes (JFC). Swing provides a rich set of lightweight and platform-
independent components such as buttons, labels, text fields, tables, trees, and more, which
developers can use to design interactive and user-friendly interfaces.
Unlike AWT, which depends on the native operating system's UI components, Swing
components are written entirely in Java, making them more flexible and customizable. Swing
also supports advanced features like pluggable look-and-feel, drag-and-drop support, and rich
event-handling mechanisms.
1.1.3 SQL
Structure Query Language (SQL) is a programming language used for storing and managing
data in Relational Database Management System (RDBMS). SQL was the first commercial
language introduced for E.F Codd's Relational model. Today almost all RDBMS (MySQL,
Oracle, Info mix, Sybase, MS Access) uses SQL as the standard database language. SQL is
used to perform all type of data operations in RDBMS. Most of the actions you need to perform
on a database are done with SQL statements. SQL defines following data languages to
manipulate data of RDBMS.
CREATION OF TABLES
CREATION OF BOOKS TABLE
RESULTS
SNAPSHOT
Fig. Dashboard