Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)