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
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
+ 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
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
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
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.
@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
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