igniter.fx
igniter.fx copied to clipboard
A maven 3 archetype for building Java FX MVP applications with Dependency Injection and afterburner.fx
Now if you create a project using ignite it does not build unless you have a 1.8 JDK that includes JavaFX. This pull request updates the archetype to be able...
Let's see if I can explain. Situation : NetBeans 8.2 Maven 3.3.9 (Not bundled) but with bundled 3.0.5 I have the same problem. OS - Ubuntu Linux 17.04 JDK 1.8...
when i do `mvn archetype:generate -Dfilter=com.airhacks:igniter -X` i get the following error log Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T07:57:37-04:00) Maven home: C:\tools\apache-maven-3.3.3 Java version: 1.8.0_77, vendor: Oracle Corporation Java home: C:\Program...
hi Adam, if any injected object is a singleton and we are creating multiple instances of the entire view - wouldn't this be an issue in terms of private members...