1. Wicket Dependency Injection stackoverflow.comI've got a page with a form in Wicket where the form requires a collaborator to get its job done. The collaborator is injected (for which I'm using Guice) and ... |
2. setter injection guice + wicket stackoverflow.comI have a Wicket Web Page where I create a new Object of class A: A a = new A(User u); In A I would like to have setter injection, however this is ... |
3. How to integrate Guice 2 into Wicket? stackoverflow.comI want to use Guice 2 with Wicket 1.4. There is a "wicket-guice" package, which uses Guice 1. Can someone give me an example how to configure Wicket to use Guice ... |