A better name would be "cloneme.fx". Follow me is the simplest possible afterburner.fx application demonstrating:
- A MVP architecture with FXML and CSS
- Integration with http://afterburner.adam-bien.com
- Dependency Injection of models / services
- Conventional configuration with DI
- Maven 3 Build
How to use
- git clone https://github.com/AdamBien/followme.fx
- cd followme.fx
- mvn
- [JAVA_8_HOME]/java -jar target/followme-app.jar
A followme.fx can be automatically created with:
mvn archetype:generate -Dfilter=com.airhacks:igniter
See also: http://afterburner.adam-bien.com and https://github.com/AdamBien/igniter.fx