afterburner.fx v1.3 is available 📎
<dependency>
<groupId>com.airhacks</groupId>
<artifactId>afterburner.fx</artifactId>
<version>1.3</version>
</dependency>
New features:
- Injection of system properties:
-DshouldExist=42 or System.setProperty("shouldExist","42")
@Inject private String shouldExist;
- Internal methods (like e.g. instantiateModel) exposed to public API
Code (Apache License): https://github.com/AdamBien/afterburner.fx/
Checkout igniter.fx for a jump start with JavaFX.
Examples / Screencasts: http://afterburner.adam-bien.com
But: don't worry, the whole "framework" still only comprises two classes :-)
See you at Java EE Workshops at MUC Airport, particularly at the Java EE Web Frameworks workshop!