javafx database desktop application
982198Dec 30 2012 — edited Jan 2 2013Hi
I'm new to java fx .
I want to develop a desktop application which connect to database directly.
The important things to me are :
1 - Quick development
2 - Easy to maintain -
3 - Speed
4 - Dynamic - Tables and db objects are dynamic so I will need to create dynamic views (forms , tables) on the fly with out configuration or code change .
Questions :
1 - Should I develop DAL , Using jdbs ?
2 - Use ORM solution ? which ?
3 - Would you suggest to use FXML and scene builder ?
4 - Do you have example of using stand alone database connectivity with java fx ?
I'll be happy to hear your suggestions
Many Thanks
Alon