I came across the work-in-progress design document for RequestFactory
for GWT2.1 in this wave:
http://www.google.com/url?sa=D&q=https://wave.google.com/wave/%3Fpli%3D1%23restored:wave:googlewave.com!w%25252BWU4iAICkI.1&usg=AFQjCNFOgpBanLKsvyXMtWpvLl9lWc4qGQ
The document does not directly describe the data binding, AFAICS, but
it seeded some related questions that I can't figure:
1a) The examples in the wave show validation annotations for the
model properties, e.g. something like
@Length(4,10)
I assume that the validation code generated from these
annotations will be reusable on the server?
1b) Will it be possible to implement our own validation code,
1c) and will the feedback messages be i18n-able?
2) The document mentions development using Roo to maintain the
boilerplate code. But us that use objectify instead of JDO will
probably not be able to use Roo because Roo does not currently support
objectify. Am I correct?
Any hints would be much appreciated. :-)
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.