> For me databinder helps cut the boilerplate code, just as WWB. I just add
> annotations to my domain model, and databinder does the rest. It's WWB for
> the database side of the app! Imagine putting both working together. I was
> able to create CRUD pages with the least amount of code ever. Less than
> that
> and it would need to read my mind... ;)
>
>

Annotations have been a big win for Java.  Many of their success stories
have come out of their usage for "configuration" or "metadata".  I think
that WWB may be a cantidate for using annotations instead of the beanprops
file!

Reply via email to