+ mailgroup ---------- Forwarded message ---------- From: Nitin Malik <nmal...@gmail.com> Date: Tue, Nov 24, 2015 at 8:03 PM Subject: Re: Subject: JavaFX dependency injection To: Eugene Ryzhikov <eryzhi...@gmail.com>
Hi Eugene, This look promising, but I dont think it addresses the multiple controller scenario (#1) I outlined in my original mail. Specifically looking at this line <https://bitbucket.org/gluon-oss/ignite/src/c85197b33852b78b1a519dca2b1424314cb899fb/spring/src/main/java/com/gluonhq/ignite/spring/SpringContext.java?at=default&fileviewer=file-view-default#SpringContext.java-89>, the lookup is by class, not Spring bean. Are there plans to add support for this? Regards, Nitin On Tue, Nov 24, 2015 at 4:55 PM, Eugene Ryzhikov <eryzhi...@gmail.com> wrote: > > At Gluon we’ve open-sourced the framework called Ignite just for this > purpose. > > With this library, developers can use popular dependency injection > frameworks in their JavaFX applications, including inside their FXML > controllers. Gluon Ignite creates a common abstraction over several popular > dependency injection frameworks (currently Guice, Spring, and Dagger). Full > support of JSR-330 makes using dependency injection in JavaFX applications > trivial. > > For more information take a look at our blog at > > http://gluonhq.com/announcing-gluon-ignite-easy-javafx-dependency-injection/ > > Eugene > > >