Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

Database can be online or local Thank you for your help!! Create a NEW Project that manages students. (do NOT add on to the existing

image text in transcribed Database can be online or local Thank you for your help!!

Create a NEW Project that manages students. (do NOT add on to the existing Employee management program) Use the derby database and the JFoenix UI library for this assignment. This new program should allow the user to do the following: 1. Create a new Student Database if it doesn't exist yet by the click of a button. 2. Create a second button that populates the database with the appropriate Student table if it does not exist yet, and fill the table with at least 10 students. 3. Connect to the Student Database and display all current students in a List by default. You will have to create a Student Class. This class needs at a minimum the following attributes: Name, Id, Age, Major, GPA. Use appropriate data types. (use UUID for the Id property). 4. Next to the list displaying the students, create at least three ways to filter that list. For instance, you only want to display students over the age of 30. Or only students who have the Major "Biology". Or only students with GPA below 2.0. Be creative in which filters would make real sense and use appropriate JFoeniX controls for them. Make sure the controls you us send the appropriate SQL Query to the database and display the results in the student list view. Use labels on the UI to describe what the filters do or how they work, if it is not immediately clear. (Note: if you decide to use a different UI Library other than JFoenix, then that is certainly allowed. Just make sure you mention that in the submission comment and include the library or libraries (.jar files) in the submission. ) Create a NEW Project that manages students. (do NOT add on to the existing Employee management program) Use the derby database and the JFoenix UI library for this assignment. This new program should allow the user to do the following: 1. Create a new Student Database if it doesn't exist yet by the click of a button. 2. Create a second button that populates the database with the appropriate Student table if it does not exist yet, and fill the table with at least 10 students. 3. Connect to the Student Database and display all current students in a List by default. You will have to create a Student Class. This class needs at a minimum the following attributes: Name, Id, Age, Major, GPA. Use appropriate data types. (use UUID for the Id property). 4. Next to the list displaying the students, create at least three ways to filter that list. For instance, you only want to display students over the age of 30. Or only students who have the Major "Biology". Or only students with GPA below 2.0. Be creative in which filters would make real sense and use appropriate JFoeniX controls for them. Make sure the controls you us send the appropriate SQL Query to the database and display the results in the student list view. Use labels on the UI to describe what the filters do or how they work, if it is not immediately clear. (Note: if you decide to use a different UI Library other than JFoenix, then that is certainly allowed. Just make sure you mention that in the submission comment and include the library or libraries (.jar files) in the submission. )

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions