Re: [ANN] wicketstuff-lazymodel

2013-03-08 Thread Jesse Long
I can wait till 6.7.0. :-) Cheers, Jesse On 08/03/2013 15:03, Martin Grigorov wrote: :-) I didn't understand which option you choose - to wait one more week or to release 6.6.0 this weekend ? On Fri, Mar 8, 2013 at 2:56 PM, Jesse Long wrote: OK, that sounds great. Thanks Martin. On 08/0

Re: [ANN] wicketstuff-lazymodel

2013-03-08 Thread Martin Grigorov
:-) I didn't understand which option you choose - to wait one more week or to release 6.6.0 this weekend ? On Fri, Mar 8, 2013 at 2:56 PM, Jesse Long wrote: > OK, that sounds great. > > Thanks Martin. > > > On 08/03/2013 14:33, Martin Grigorov wrote: > >> Hi, >> >> Wicket 6.7.0 will be cut next

Re: [ANN] wicketstuff-lazymodel

2013-03-08 Thread Jesse Long
OK, that sounds great. Thanks Martin. On 08/03/2013 14:33, Martin Grigorov wrote: Hi, Wicket 6.7.0 will be cut next Friday. Can you wait a bit more ? I can build it this Sunday too. On Thu, Mar 7, 2013 at 12:51 AM, Jesse Long wrote: Hi All, Please can we do a 6.6.0 release of wicketstuff

Re: [ANN] wicketstuff-lazymodel

2013-03-08 Thread Martin Grigorov
Hi, Wicket 6.7.0 will be cut next Friday. Can you wait a bit more ? I can build it this Sunday too. On Thu, Mar 7, 2013 at 12:51 AM, Jesse Long wrote: > Hi All, > > Please can we do a 6.6.0 release of wicketstuff... I'd love for LazyModel > to be on Maven Central. > > Thanks, > Jesse > > > On

Re: [ANN] wicketstuff-lazymodel

2013-03-06 Thread Jesse Long
Hi All, Please can we do a 6.6.0 release of wicketstuff... I'd love for LazyModel to be on Maven Central. Thanks, Jesse On 18/02/2013 19:30, Sven Meier wrote: Hi all, I've added a new module to wicketstuff: LazyModel offers lazy evaluation of method invocations. It takes the best from pre

Re: [ANN] wicketstuff-lazymodel

2013-02-18 Thread Martin Grigorov
Hi Sven, I think it would be useful if you add an explanation to the wiki page how it works. As far as I see from the code it is based on reflection by using Objenesis. I also saw performance tests which verify that LazyModel is at least twice faster than PropertyModel. This information may be us

[ANN] wicketstuff-lazymodel

2013-02-18 Thread Sven Meier
Hi all, I've added a new module to wicketstuff: LazyModel offers lazy evaluation of method invocations. It takes the best from present solutions (safemodel and modelfactory) and improves on reflection to support: * arbitrary parameters * generics * collections * interfaces Two simple exampl