You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Donald Woods <dw...@apache.org> on 2009/04/22 23:26:03 UTC

JSR-303 Bean Validation API available from Geronimo Specs

I've got an almost complete JSR-303 API (no Impl) over in Geronimo Specs 
as GERONIMO-4619.

The API based on the 1.0 PFD is out on the ASF Snapshot repo -
http://people.apache.org/repo/m2-snapshot-repository/org/apache/geronimo/specs/geronimo-validation_1.0_spec/1.0-SNAPSHOT/

The Validation.java class still needs to be fully implemented, but the 
other API classes are ready to use.

The source can be found at -
https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-validation_1.0_spec/


-Donald