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
I think this issue identifies a problem caused by a deeper level of the Java stack: When will CDI become part of Java SE? -Original Message- From: openjfx-dev [mailto:openjfx-dev-boun...@openjdk.java.net] On Behalf Of Nitin Malik Sent: Samstag, 21. November 2015 23:00 To: openjfx-dev@ope