adam bien's blog

afterburner.fx v1.3 is available 📎

afterburner.fx 1.3 is available in maven repo:


<dependency>
	<groupId>com.airhacks</groupId>
	<artifactId>afterburner.fx</artifactId>
	<version>1.3</version>
</dependency>

New features:
  1. Injection of system properties:

    -DshouldExist=42 or System.setProperty("shouldExist","42")

    will inject the system property into:

    
    @Inject
    private String shouldExist;
    
    

  2. 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!