JavaFX 2 with JPA 2 and Drag and Drop – Part 2
In the first part of this series I gave an over view of the project and how to install and run it. Now I’ll cover the JPA aspects of the project.
In the first part of this series I gave an over view of the project and how to install and run it. Now I’ll cover the JPA aspects of the project.
After a bit of a break away doing other things I’m back on a project that uses JavaFX 2. So far this project hasn’t required much in the way of persistence either for settings or data but a new feature I’m working on makes use of a database. I use JPA 2 for web based …