afterburner.fx 1.6.3 released 📎
The release v1.6.3 (aka convenience) of the Java FX Model View Presenter utility (3 classes) with built-in dependency injection: afterburner.fx is available.
Features:
- fxml files are loaded as camel and lower case
- Resources (css) can be case-insensitive
- FXML uses ExecutorService instead of Executor -> more power to FXMLView subclasses
- FXMLView inherits from StackPane (needed for custom components in Java FX Scene Builder)
- getViewAsync refactored -> view initialization is performed asynchronously
- Threads needed for asynchronous loading are
afterburner.fx-
(easier to profile in e.g. jvisualvm) - Exception reporter added for asynchronous view creation
Installation:
<dependency>
<groupId>com.airhacks</groupId>
<artifactId>afterburner.fx</artifactId>
<version>1.6.3</version>
</dependency>
See you at Java EE Workshops at Munich Airport, Terminal 2 or Virtual Dedicated Workshops / consulting. Is Munich's airport too far? Learn from home: airhacks.io.