Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue collection that may need a big refactoring of the FXML loading process #233

Open
manuel-mauky opened this issue May 11, 2015 · 0 comments

Comments

@manuel-mauky
Copy link
Collaborator

manuel-mauky commented May 11, 2015

This issue should be used to gather other issues and ideas that can't be implemented with the current FXML loading mechanism.

At the moment we are wrapping javafx's FXMLLoader when we load our Views. But maybe this approach isn't sufficient because the FXMLLoader isn't implemented in a modular way and don't provide hooks to modify or configure the live cycle and loading process.

Therefore a possible workaround would be to fork the FXMLLoader and provde our own extended FXMLLoader. Of cause this would have many negative impacts like the effort of porting back upstream bugfixes into our version. Another downside is the usage of private APIs in the FXMLLoader that won't be available for us with Java 9.

This issue can be used to discuss other solutions and a general architecture of a more flexible loading process.

Issues that are effected:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant