Bean Validation is voted YES!

Posted by    |      

That's now official, the Bean Validation specification has been voted YES by the JCP expert committee. That's the culmination of two and a half years of work. (I know the vote has ended nov 2nd but nobody told me ;) )

Many many thanks to all the persons involved that believed in this spec, worked on it, provided feedback and improvements over time whether it be the members of the expert group, of other expert groups or people in the community. Bringing a specification to birth is very tough, I have a lot more respect for specification leads now ;)

The final specification should officially show up soon on the JSR-303 webpage but in the mean time, you can read it here.

Now go download Hibernate Validator 4 and use it. The next preview of JBoss AS (due very soon) will contain support for JSF 2, Bean Validation (via Hibernate Validator), Java Context and Dependency injection (via Weld) and partial support for JPA 2 (via Hibernate 3.5.Beta2). All these specs and products integrate with each other to provide cross-the-board validation.

Now off to my Bean Validation presentation at W-JAX.

PS: Congratulations to the 299 EG and to the WebBea-ahem Weld team for their release.


Back to top