Menu

OVal 0.7 released

OVal is a generic Java 5 based object validation framework that uses annotations or XML to express constraints and optionally AspectJ to handle automatic validation (programming by contract). It supports validation of class fields as well as constructor and method parameteters.

Major changes in this release:
* NEW: XML based configuration (utilizing XStream)
* NEW: support for alternative Java Collection implementations (e.g. Javolution)
* NEW: constraint sets
* NEW: customizable error message resolver
* FIX: NPE in InstanceOfCheck
* FIX: several serialization issues

Visit the project page at http://sourceforge.net/projects/oval/

Download the code: http://sourceforge.net/project/showfiles.php?group_id=145963&package_id=160639&release_id=463055

Posted by Seb 2006-11-12

Log in to post a comment.