Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

javafx database desktop application

982198Dec 30 2012 — edited Jan 2 2013
Hi

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 30 2013
Added on Dec 30 2012
1 comment
961 views