Highlights
Fully documented and narrated video of the complete application. showing all the requirements of the prescribed graphical user design with the operations of insert, update, retrieve, search and delete fully functional as outlined in the document. This is an individual video presentation.
Instructions
Using MySQL Workbench, create a database named my band a table named book inside it with columns
Create database my DB use my DB CREATE TABLE mydb book (ID INT NOT NULL AUTO INCREMENT Name VARCHAR (250) NULL Edition` INT NULL Price INT NULL PRIMARY KEY (ID)
Creating a Java Project in Eclipse
Open Eclipse IDE and click on the Java Project under the new section of the File Menu (File>>New>>Java Project). Now give a name to your project (aJavaCrud as in this example) and click on “Finish”.
Note
WindowBuilder is required but not pre-installed in Eclipse. To install WindowBuilder for graphical design capabilities follow the below instructions:
After installing WindowBuilder in Eclipse, right-click on your Project “src” and create a new Java class (New>>Class>>Other>>WindowBuilder>>Swing Designer>>Application Window) as shown below:
Change to Design view and create the following design using the WindowBuilder Palette:
Adding MySQL connector jar file in Eclipse
Adding rs2xml.jar file in Eclipse
Download or use the rs2xml.jar file provided for in class. Add it as an External JAR following the above steps for configuring the MySQL connector jar file. Note: This Jar file is required for proper retrieval and display of database results into your Java table.
Connecting Java Program with MySQL Database
After adding the required jar files, now you are ready to connect your Java program to MySQL Database.
Note:
This IT and Computer Science has been solved by our PHD Experts at My Uni Paper.
© Copyright 2026 My Uni Papers – Student Hustle Made Hassle Free. All rights reserved.