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!

Comments:

you are bad

Posted by 14.102.71.170 on December 14, 2013 at 06:46 AM CET #

Post a Comment:
  • HTML Syntax: NOT allowed
...the last 150 posts
...the last 10 comments
License