Fwd: Subject: JavaFX dependency injection

2015-11-25 Thread Nitin Malik
around due to the restrictive API. I would like to get inputs from the Oracle folks on this. Nitin -- Forwarded message -- From: Eugene Ryzhikov Date: Tue, Nov 24, 2015 at 8:22 PM Subject: Re: Subject: JavaFX dependency injection To: Nitin Malik Cc: openjfx-dev Nitin

Re: Subject: JavaFX dependency injection

2015-11-25 Thread Matthieu BROUILLARD
ge -- > From: Eugene Ryzhikov > Date: Tue, Nov 24, 2015 at 8:22 PM > Subject: Re: Subject: JavaFX dependency injection > To: Nitin Malik > Cc: openjfx-dev > > > Nitin, > > Ignite makes use of standard JavaFX API, which provides only controller > class

Fwd: Subject: JavaFX dependency injection

2015-11-24 Thread Nitin Malik
+ mailgroup -- Forwarded message -- From: Nitin Malik Date: Tue, Nov 24, 2015 at 8:03 PM Subject: Re: Subject: JavaFX dependency injection To: Eugene Ryzhikov Hi Eugene, This look promising, but I dont think it addresses the multiple controller scenario (#1) I outlined in my

Subject: JavaFX dependency injection

2015-11-24 Thread Eugene Ryzhikov
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

Re: JavaFX dependency injection

2015-11-24 Thread Brian Harris
Thanks Tom. Oracle fx team would be nice to hear your guidance as well. On Mon, Nov 23, 2015 at 12:38 AM, Tom Schindl wrote: > JavaFX is a UI-Toolkit and not an UI-Framework, JavaFX provides all the > hooks needed to integrate with whatever DI-Container (Sping, Guice, ...) > you want it to run o

Re: JavaFX dependency injection

2015-11-23 Thread Tom Schindl
JavaFX is a UI-Toolkit and not an UI-Framework, JavaFX provides all the hooks needed to integrate with whatever DI-Container (Sping, Guice, ...) you want it to run on. I would go for 1. as the general recommendation and there are frameworks out there who do exactly this type of thing. Tom On 21.

RE: JavaFX dependency injection

2015-11-22 Thread Markus KARG
@openjdk.java.net Subject: JavaFX dependency injection This was asked recently ( http://mail.openjdk.java.net/pipermail/openjfx-dev/2015-October/018080.html) but I didnt see this addressed. Are there plans to have better integration with DI frameworks for views and controllers? For example, we have

JavaFX dependency injection

2015-11-21 Thread Nitin Malik
This was asked recently ( http://mail.openjdk.java.net/pipermail/openjfx-dev/2015-October/018080.html) but I didnt see this addressed. Are there plans to have better integration with DI frameworks for views and controllers? For example, we have scenarios where multiple instances of the same view