Skip to content
mariok edited this page Sep 20, 2012 · 2 revisions

BVA is an acronym for Bean Validation API.

From Wikipedia, the free encyclopedia:

Java Bean Validation (JSR 303) is a framework that has been approved by the JCP as of 16 November 2009 and is accepted as part of the Java EE 6 specification. Bean Validation defines a metadata model and API for JavaBean validation. The metadata source is annotations, with the ability to override and extend the meta-data through the use of XML validation descriptors. The Hibernate team provides with Hibernate Validator the reference implementation of Bean Validation and also created the Bean Validation TCK any implementation of JSR 303 needs to pass.

droMDAry and BVA

With a special cartridge droMDAry generates annotations for BVA validation from a UML model into a set of Java classes.

For using BVA in your Java project our Recommendations on BVA might be helpful.

Links

Clone this wiki locally