Introducing afterburner.fx TopGun Edition 📎
afterburner.fx is the leanest possible MVP / MVVM "framework" for Java FX 8 / Java 8.
As afterburner.fx became more popular, I got many interesting community contributions. I rejected most of the pull requests, because I could not find the "killer use case" for most of them. afterburner.fx should remain lean and simple.
The solution to this unsatisfying situation is the branch topgun. Recent pull requests, like e.g. weld integration and support for @Named
qualifiers are already merged.
In addition the "topgun" edition is also available from maven central:
<dependency>
<groupId>com.airhacks</groupId>
<artifactId>afterburner-topgun.fx</artifactId>
<version>1.6.2</version>
</dependency>
There are no changes for coordinates of the default afterburner.fx:
<dependency>
<groupId>com.airhacks</groupId>
<artifactId>afterburner.fx</artifactId>
<version>[LATEST_RELEASE]</version>
</dependency>
Now all contributions are welcome. Use the branch: topgun as base for feature implementations and the default branch master for possible bug fixes.
See you at Java EE Workshops at Munich Airport!