Adam Bien
MVP model view presenter.
Afterburner apache project fw. giving Inversion of code.
FXML comes with javafx
Coding demo from scratch.
WYSIWYG gui editor in netbeans.
Presenter works like controller, injected with widgets designed in FXML.
Private members need @fxml annotation, public get for free.
Model holds state, service talks to backend, both pojos.
Everything injected is singleton.
Lambdas supported.
No comments:
Post a Comment