Download List

项目描述

OVal is a pragmatic and extensible validation framework for any kind of Java objects (not only JavaBeans). Constraints can be configured with annotations, POJOs, or XML. Custom constraints can be expressed in pure Java or by using scripting languages such as JavaScript, Groovy, or BeanShell. Besides simple object validation, OVal provides certain Programming by Contract features. They can easily be enabled by using the provided AspectJ aspects.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-08-04 22:32 Back to release list
0.6

此版本增加了对违反信息的法文翻译内置的限制,一个@ InstanceOf约束,一个@的AssertValid约束,一ignoreIfNull参数为@ ValidateWithMethod注释,并支持多个验证实例。在@ PreValidateObject已更名为@ PreValidateThis注释。在@ PostValidateObject已更名为@ PostValidateThis注释。
标签: Minor feature enhancements
This release adds a French translation for the violation messages of the built-in constraints, an @InstanceOf constraint, an @AssertValid constraint, an ignoreIfNull parameter for the @ValidateWithMethod annotation, and support for multiple Validator instances. The annotation @PreValidateObject has been renamed to @PreValidateThis. The annotation @PostValidateObject has been renamed to @PostValidateThis.

Project Resources