Uwe Schäfer wrote:
Is it currently impossible to use constructor injection ?

To quickly answer my own question: no, but little tricky! :)
Well, you need to replace instances of new FooComponent() with something that gets injected, like a Provider<Foo> if you're using Guice, or some kind of bean factory if you use Spring.
I´d like to share the experience to the wiki or wherever the right place for 'little gotchas' is.

Is there a place where you can find wicket-guice notes already?
Not really. Feel free to add like Gwyn said.

Regards,

Al

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to