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 <[email protected]> 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 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 present solutions (safemodel and modelfactory) and improves on >> reflection to support: >> >> * arbitrary parameters >> * generics >> * collections >> * interfaces >> >> Two simple examples: >> >> IModel<String> model = model(from(a).getB().** >> getStrings().get("key")); >> >> new LazyColumn<A, B>(header, from(A.class).getB()); >> >> Read more here: >> >> >> https://github.com/**wicketstuff/core/wiki/**LazyModel<https://github.com/wicketstuff/core/wiki/LazyModel> >> >> Have fun >> Sven >> >> ------------------------------**------------------------------**--------- >> To unsubscribe, e-mail: >> users-unsubscribe@wicket.**apache.org<[email protected]> >> For additional commands, e-mail: [email protected] >> >> >> > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > users-unsubscribe@wicket.**apache.org<[email protected]> > For additional commands, e-mail: [email protected] > > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com <http://jweekend.com/>
