Hi Jeff, I suggest you to have a look at Apache BeanValidation[1] that is the implementation of JSR303 BeanValidation. HTH, Simo
[1] http://incubator.apache.org/bval/cwiki/index.html http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Mon, Sep 19, 2011 at 12:23 PM, jeff mutonho <[email protected]> wrote: > Is there utility in the commons library that one can use to do > recursive object graph validation? I'm looking for something similar to the > Oval project( http://oval.sourceforge.net/userguide.html#d4e841 ) > I would like to be able to do something similar to what's specified in > section 3.1 of the aforementioned Oval project user guide. > > Thanks > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
