You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.
Provides enhanced validation features based on Hibernate Validator.
To get started, add the following dependencies to your pom.xml: :
<dependency> <groupId>org.jboss.seam.validation</groupId> <artifactId>seam-validation-api</artifactId> <version>3.1.0.Final</version> </dependency> <dependency> <groupId>org.jboss.seam.validation</groupId> <artifactId>seam-validation</artifactId> <version>3.1.0.Final</version> <scope>runtime</scope> </dependency> |
Name | Module role | Commit username | Hometown (Time zone) |
---|---|---|---|
Gunnar Morling | Lead | gunnarmorling | UTC+1 |
The Seam Validation module aims at integrating Hibernate Validator, the reference implementation for the Bean Validation API (JSR 303), with CDI (JSR 299).
This integration falls into two main areas:
Version | Time frame | Focus |
---|---|---|
3.0.0.CR1 | 2011-02-26 |
|
This section serves as a whiteboard for design and ideas for this module. Ideas for future features of Seam Validation include:
|
No notes. See the issue tracker.