Fwd: Subject: JavaFX dependency injection

2015-11-25 Thread Nitin Malik
+ mailgroup I dont think its non-standard. We have solved this by creating a factory that holds the bean id (and does a lookup when callback is invoked). Alternatively, to make the solution Spring-free, the factory can hold the controller object. Both these approaches work, but seem like a work

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