Ad
Is There Any Way To Use Jpa Library Like Those Used Spring-boot In A JavaFX Project?
I've been working through an online spring-boot course directed by in28minutes, the way it configures a connection to a database through JPA library is very neat. However I'm now working on a JavaFX project, it requires me to use JDK7_025 and JavaFX SDK 2.1.(which is quite old). I wonder if we can combine the newest JPA method to do the connection work instead of old fashioned JDBC way to save us more time without writing those plumbing codes? Any approach will be appreciated, thanks.
Ad
Answer
Yes you can. E.g. EclipseLink or is a good choice for using JPA standalone in your project.
Ad
source: stackoverflow.com
Related Questions
- → How to update data attribute on Ajax complete
- → October CMS - Radio Button Ajax Click Twice in a Row Causes Content to disappear
- → Octobercms Component Unique id (Twig & Javascript)
- → Passing a JS var from AJAX response to Twig
- → Laravel {!! Form::open() !!} doesn't work within AngularJS
- → DropzoneJS & Laravel - Output form validation errors
- → Import statement and Babel
- → Uncaught TypeError: Cannot read property '__SECRET_DOM_DO_NOT_USE_OR_YOU_WILL_BE_FIRED' of undefined
- → React-router: Passing props to children
- → ListView.DataSource looping data for React Native
- → Can't test submit handler in React component
- → React + Flux - How to avoid global variable
- → Webpack, React & Babel, not rendering DOM
Ad