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 Project Architecture

ManiusJul 13 2016 — edited Jul 21 2016

Are there any good resources out there discussing or explaining how the architecture should be designed (i.e. best practices) for a JavaFX application which uses FXML? 

Topics like this which go beyond the typical "here's how you set up this simple project" tutorials:

For example, what is the controller's responsibility?  Other than "model" or utility classes, when should you typically move code outside of the controller and how should that be done?  Is it a common or good practice to have a service/network layer for interacting with servers or web services? 

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 18 2016
Added on Jul 13 2016
3 comments
1,158 views