The opinionated just-enough MVP framework (2.5 classes) for JavaFX
Afterburner is a "Just-Enough-Framework" extracted from airhacks-control and used in airpad, lightfish and floyd applications.
Goal: "Less Code, Increased Productivity"
Jumpstart with:
mvn archetype:generate -Dfilter=com.airhacks:igniter
Afterburner is also available from maven central:
<dependency>
<groupId>com.airhacks</groupId>
<artifactId>afterburner.fx</artifactId>
<version>[LATEST_RELEASE]</version>
</dependency>
The current development version is available as snapshot:
See also: http://afterburner.adam-bien.com
Simplistic example: https://github.com/AdamBien/followme.fx
Deploying afterburner.fx applications: https://github.com/AdamBien/airfield/