fxDB Wiki
A framework to create CRUD applications with EclipseLink and JavaFX.
Status: Alpha
Brought to you by:
ralph_hoppe
The first thing is to setup a project in Eclipse.
You can setup a generic Java project, a Maven project or a JavaFX project.
In the example we set up a Maven Java project named fxDB.
In the pom.xml you can find the dependencies to JUnit and EclipseLink.
Next create your working project and configure a reference to fxDB.
Please add the JDBC driver needed for your database.
Next step is to [Create a Connection Identifier].