Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need assistance with this Java Project Project Additional Database and GUI: 2 1 Create an application using the same concept as Book App from

I need assistance with this Java Project
Project Additional Database and GUI: 21
Create an application using the same concept as Book App from Chapter 21. ch21_ProductManager. Except use a GUI (Swing) and use MySQL database.
A possible GUI might be as shown below:
Specifications
GUI will need to List all Products
GUI will need to add and delete products
Same concept as ch21_ProductManager
A database will be supplied (murachdb_prod.sql)
Thoughts - a jTable was used for the listing of Products - DbUtils object was used to format the information ex: jTable1.setModel(DbUtils.resultSetToTableModel(rs)); where rs is the ResultSet for the query
against the products table. You will have to import net.proteanit.sql. DbUtils in order to do this you will need rs2xml.jar file in your libraries. This jar file is supplied for you in blackboard.
If you are using a MySQL database version 8.0 or later you will need the jar file mysql-connector-java-8.0.11.jar this is supplied in Blackboard
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

50 Tips And Tricks For MongoDB Developers Get The Most Out Of Your Database

Authors: Kristina Chodorow

1st Edition

1449304613, 978-1449304614

More Books

Students also viewed these Databases questions