Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maemresen/javafx-registration-app
An example JavaFX destop application with CRUD.
https://github.com/maemresen/javafx-registration-app
crud desktop-application hbase java javafx jdbc
Last synced: about 1 month ago
JSON representation
An example JavaFX destop application with CRUD.
- Host: GitHub
- URL: https://github.com/maemresen/javafx-registration-app
- Owner: maemresen
- License: mit
- Created: 2020-11-07T00:50:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T00:52:03.000Z (about 2 years ago)
- Last Synced: 2024-11-12T17:19:23.995Z (3 months ago)
- Topics: crud, desktop-application, hbase, java, javafx, jdbc
- Language: Java
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JavaFX Example Registration App
An example JavaFX destop application with CRUD.* H2 is using for database. So that, to test applicaton, you just need to run main method.
* For database connection, raw JDBC is used.
* For query creation a simple helper class created with custom annotations.
* [see](./src/main/java/com/maemresen/fxregisterapp/database/jdbc/utility/QueryHelper.java)