Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 842 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 842 Bytes

JavaFXAddressBook

Image Of The Application

Technologies used:

  1. Java + JavaFX + JavaFXML
  2. SceneBuilder
  3. Embedded Derby database
  4. XML (Generating, reading, storing data from XML into database)

Functionalities:

Listing all users stored in the databse. With ability to Refresh the list, edit data, delete the data.

Image Of The List Users

Storing user into the database.

Image Of The Add User

If there was an issue with the database, this application has the ability to store the data into Persons.xml By clicking the Exit button, we are persisting all data that are saved inside the Persons.xml. If there are duplicate data in XML and database, that data is removed from the XML and will not be persisted.