adam bien's blog

afterburner.fx Version 1.0 Is Available From Maven Central Repository 📎

afterburner.fx, the MVP framework with Dependency Injection for JavaFX is released and available from Maven Central:

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

Afterburner.fx seamlessly integrates Scene Builder (FXML) without being dependent on any generated artifacts.

Afterburner.fx significantly simplifies the realization of Model View Presenter (Supervising Controller, Passive View, Presentation Model) architectures with clear (strict) separation of services, models, presenters and views.

afterburner.fx supports javax.inject.Inject based injection (http://www.jcp.org/en/jsr/detail?id=330) of models and services as flyweights.

Sources are available from https://github.com/AdamBien/afterburner.fx. afterburner.fx is Apache 2 licensed.

lightfish UI uses afterburner.fx for rapid development of widgets and UI modularization.

See you at Java EE Workshops at MUC Airport, particularly at JavaEE User Interfaces workshop!