Hi

After playing around with both lambdaJ and SafeModel, here is our take on safe property model creation (that shamelessly steals from the above ones):

IModel<Person> p=...
IModel<Street> pm = model(from(p).getAddress().getStreet())
or
assert("address.street", path(from(p).getAddress().getStreet()) );

in short: API=SafeModel-ish, Speed=lambdaJ-ish

http://wicketeer.org/wicket-modelfactory/

this is heavily used in several production projects.
we'd love to get feedback of any kind.

uwe

PS: Kudos to C.E.Menzel and M.Fusco for their respective work

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to