Create an application that performs the general CRUD operation to manage users that are stored in a database. Create an application that can display the information about all the users that are stored in the database. You should have a button to delete a user, to update information about a user. Your Rest API should be submitted through HTTP.
Added by Samantha A.
Close
Step 1
First, we need to design the database schema for storing user information. Let's assume we have the following fields for each user: id (unique identifier), name, email, and password. Show more…
Show all steps
Your feedback will help us improve your experience
Rosemary Charnley and 82 other AP CS educators are ready to help you.
Ask a new question
Labs
Want to see this concept in action?
Explore this concept interactively to see how it behaves as you change inputs.
Key Concepts
Recommended Videos
'Part (2) Write Java application that asks the user to enter the employee name, pay rate normal hours worked, and extra hours worked_ Create an object of type Employee class you defined in Part (1) and set its values according to the input data_ Use it to calculate the pay amount and print the data'
Shelayah R.
Write a program that creates a String ArrayList. Continually prompt the user for Strings to add to the list until a sentinel value is entered. Use an iterator to display all the Strings, then continually ask the user for a String to eliminate until a sentinel value is entered. After each String is eliminated, display the new list. If the user attempts to continue to eliminate Strings after the list is empty, display an appropriate message and end the program. Save the file as RemoveWords.java.
Akash M.
Create a simple JavaFX Form to Display Student Data. The top part of the form should say "Student Information". The middle part of the form will contain labels and text fields; one each for ID, First Name, Last Name, Email, and GPA. The bottom part should have 5 buttons that read "Find", "Insert", "Delete", "Update", and "Exit". Add some JavaFX features, like fonts, borders, colors, etc. Also, the Exit button should work, and the "X" at the top right of the Window should also close the Application. Make it so that when the User clicks on the Exit Button, a MessageBox Window pops up and asks the User if they are sure that they want to exit. If they say "Yes", then Exit the App. Execute the program and capture the results.
Recommended Textbooks
Computer Science and Information Technology
Introduction to Programming Using Python
Computer Science - An Overview
Watch the video solution with this free unlock.
EMAIL
PASSWORD