[Wicket-user] Wicket Google Guice integration is in trunk

2007-06-20 Thread Al Maw
Hi folks, I've just implemented Google Guice integration for Wicket 1.3.x. For more details, see here: - http://herebebeasties.com/2007-06-20/wicket-gets-guicy/ Please note that due to the magic proxying of stuff, it only supports field injection at the moment. Any bug reports/feature reques

Re: [Wicket-user] Wicket Google Guice integration is in trunk

2007-06-20 Thread Jan Kriesten
Hi Al, > I've just implemented Google Guice integration for Wicket 1.3.x. that's simply just great news! :) Thanx for your efforts on this! :)) Best regards, --- Jan. - This SF.net email is sponsored by DB2 Express Downl

Re: [Wicket-user] Wicket Google Guice integration is in trunk

2007-06-20 Thread Al Maw
Al Maw wrote: > I've just implemented Google Guice integration for Wicket 1.3.x. > > For more details, see here: > - http://herebebeasties.com/2007-06-20/wicket-gets-guicy/ > > Please note that due to the magic proxying of stuff, it only supports > field injection at the moment. It now also s

Re: [Wicket-user] Wicket Google Guice integration is in trunk

2007-06-20 Thread Eelco Hillenius
Cheers Al, nice job! Eelco On 6/20/07, Al Maw <[EMAIL PROTECTED]> wrote: > Hi folks, > > I've just implemented Google Guice integration for Wicket 1.3.x. > > For more details, see here: > - http://herebebeasties.com/2007-06-20/wicket-gets-guicy/ > > Please note that due to the magic proxying of

Re: [Wicket-user] Wicket Google Guice integration is in trunk

2007-06-20 Thread Igor Vaynberg
so you call those methods before the constructor is finished right? i bet that is going to get n00bs into interesting troubles. i hope you have good javadoc about that :) -igor On 6/20/07, Al Maw <[EMAIL PROTECTED]> wrote: Al Maw wrote: > I've just implemented Google Guice integration for Wic

Re: [Wicket-user] Wicket Google Guice integration is in trunk

2007-06-20 Thread Al Maw
Igor Vaynberg wrote: > so you call those methods before the constructor is finished right? i > bet that is going to get n00bs into interesting troubles. i hope you > have good javadoc about that :) Yeah. I'm not sure how Guice handles that internally (i.e. if you're not even using Wicket). It'