Comment by [email protected]:
Rather than manually declaring interfaces, why not do just
class Person {
String name;
Address address;
}
and then have some internal code generators for required AutoBean
structures?
See also http://code.google.com/p/google-gson/ which is very easy to use
(no boilerplate code), but which doesn't work on GWT due to lack of
reflection. I would love AutoBean to work in the same way as gson.
For more information:
http://code.google.com/p/google-web-toolkit/wiki/AutoBean
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors