How to pass both injected and assisted parameters to a Provider class?

2013-02-25 Thread Panagiotis Partheniadis
Hello, I have the following Provider class: public class GuiceResourceProvider implements ProviderWebResource { @Inject private Configuration configuration; @Inject private Environment environment; private String name; @Inject public

Re: Guice with JavaFX

2013-02-25 Thread Stephan Classen
I just started using JavaFX last week and have not yet combined it with guice. But as far as I can tell most of the JavaFX classes have a default constructor and should therefore be easely injectable. What exactly are you trying to inject and do you plan on using a mocking framework to inject