Create a java desktop application with CRUD functionality using Java Fx Api or Scanner Class. You should create an application for a Realtor Brokerage. You have to maintain the record of homes sold using this application. You will be using a Property class With the fields like Propertyid,AgentName,AskingPrice,Region,Type,ClosingDate .You have to follow these steps for this application.
Create a database named Brokerage.
Create table named Properties for homes in the database.
Insert 5 or 6 Home Records in the database.
Add Jar file for your database to the lib Folder.
Create one Java class as a Model class.
Create a separate DAO class for database connectivity.
Create separate methods for connection and all crud operations.
Create a third separate java class and call these methods in this class to display data on console or Display using Java Fx API.
This is not a question, but a complex project, the solution of which will take a lot of time, so the answer cannot be provided here.
Comments
Leave a comment