fxDB Wiki
A framework to create CRUD applications with EclipseLink and JavaFX.
Status: Alpha
Brought to you by:
ralph_hoppe
This framework helps you to create database applications using EclipseLink and JavaFX.
In 2005 we started to create a small framework to map relational database entities with JDO to Swing forms and tables.
Now we are working to migrate the framework from JDO and Swing to EclipseLink and JavaFX.
You can easily create, retrieve, update and delete (so called CRUD operations) data using view objects and attach them to forms or sheets. Most of the mapping is done by reflection using observable properties in JavaFX.
The first steps are done:
Please download the demo project to see how it works.
Please read the [How to start].