See these two threads:
http://code.google.com/p/google-web-toolkit/issues/detail?id=343
http://groups.google.com/group/Google-Web-Toolkit-Contributors/browse_thread/thread/22122c096aad94cd

It seems that the validation framework I've cooked up will not be used
by GWT or be accepted into the incubator.  As a result of that I am
creating a project and support structure to continue to contribute to
the project and support it.

The framework is based on the JSR-303 bean validation specification
and supports many of the features outlined in it.  It is very similar
to the hibernate-validation framework from Hibernate but is not
dependent on external libraries (other than GWT's own) and shares no
code in common other than the JSR-303 specifications.

I would put the framework at about 80% complete because of missing
features but I would like community feedback as well as suggestions.
It is more than ready to be used on a trial basis and I'm eager to get
some users so that we can really see what is possible.

I'm currently working on a method to more smoothly integrate the
validators with forms and events through the validateValue() method
which is still a work in progress.

I'm looking forward to feedback from the community.

Cheers!

Chris Ruffalo
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to