AJP Microproject (Prachi) ..
AJP Microproject (Prachi) ..
Sr. No.
Page No.
Contents.
1
3.Proposed Methodology 2-3
4. Action Plan 3
5. Resources Required 4
1.Rationale 5
15
6.Actual Resources Used
Annexure I
Micro Project Proposal
2. To study about how to write JDBC and Servlet code in IDE eclipse.
3. Proposed Methodology:
In this project, we will build Book Management System Project in Java and Oracle with source
code. This project is great for those at an intermediate level in Java who want to advance their
coding skills. In this project, the users will be able to perform the following functionalities, View
Categories, Book details, Author details, Book price, and You must have java JDK installed on your
system and we are using Eclipse IDE to build this project, you can use either this or NetBeans IDE.
The first step will be to create a new project. Name it as you wish. In the src folder create a library
package. In that package, we will be creating some files for different modules.
To connect the system with the database you will need to follow certain steps.
• Have Java JDK already installed and an IDE like Eclipse
• Install MySQL on the system.
• Download MySQL connector from here.
4. Action Plan:
5. Resources Required:
3 Browser Brave 1
4 Application VS code 1
Sr.
No. Enrollment No. Name of Team Member Roll No.
Micro-Project Report
1. Rationale:
Java technology is widely used for web applications development. Based on the object-oriented
concept and core java concept, this course will equid the student with the required knowledge and
skill of object-oriented programming approach needed for the development of robust, powerful web
applications. Through this course student will get hands-on experience on GUI Technologies.
2.To study about how to write JDBC and Servlet code in IDE eclipse.
4. Literature Review:
Book shop management systems are computer software applications that help book shops
manage their inventory, sales, and customer records. They can also provide features such as
online ordering, customer loyalty programs, and book recommendations.
Conclusion:
Library management systems can be a valuable asset for book shops of all sizes. They can help
to improve efficiency, productivity, customer service, and profitability.
CODE: - import
javax.swing.*; import
java.awt.*; import
java.awt.event.*;
import java.util.ArrayList;
class Library {
private String name;
private double price;
private int quantity;
public LibraryManagementGUI() {
initialize();
}
if (!bookTitle.isEmpty()) {
Book book = new Book(bookTitle, bookPrice, bookQuantity);
listModel.addElement(book); titleField.setText("");
priceField.setText(""); quantityField.setText("");
}
}
});
btnNewButton.setBounds(10, 104, 140, 23);
frame.getContentPane().add(btnNewButton);
OUTPUT: -
After Added New Book
3 Browser Brave 1
4 Application VS code 1
1. We learn from this project is, How to Develop the Code of JDBC.
2. We learn how to use eclipse IDE.
3. We successfully developed the Book management project in JDBC.
*********