My favorites | Sign in
Logo
                

This project began as a response to this issue in the GWT issue tracker.

Currently this project is written in code compatible to Java5 but should also be compatible with Java6 to provide the widest range of support.

The purpose is to provide an annotation based solution to both client side and server side validation.

We aim to be mostly compliant to the JSR-303 standard where it has relevance to GWT.

Currently the library supports the following:

The following is in progress:

For further information on features see the development roadmap.

For more on how this works see the Concept of Operations.

Instructions: To use this in your project you'll need to add (along with the jar on your classpath) to your module xml file:

<inherits name="com.google.gwt.validation.Validation">
</inherits>

Building:

See how to build from source if you're interested in modifying and contributing.









Powered by Google Project Hosting