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

Have fun
Sven

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to