JavaFX-MySQL
JavaFX-MySQL copied to clipboard
Simple crud using JavaFX and JPA with Hibernate
JavaFX-MySQL
Simple crud using JavaFX and JPA with Hibernate
The JavaMail API was also used to send e-mails
Samples
Reading data from database

Registering a New Person

Database
Hibernate is being used, so the database settings are in the META-INF/persistence.xml. For the program to work, create a database with the name crudjava or put the following credentials in the file the chosen name:
<property name="javax.persistence.jdbc.url" value="jdbc:mysql://localhost:3306/NAME/>