Author: johndament
Date: Sun Jul 14 23:25:48 2013
New Revision: 1503080
URL: http://svn.apache.org/r1503080
Log:
Updated docs for bean validation module.
Modified:
deltaspike/site/trunk/content/documentation.mdtext
deltaspike/site/trunk/pom.xml
Modified: deltaspike/site/trunk/content/documentation.mdtext
URL:
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/documentation.mdtext?rev=1503080&r1=1503079&r2=1503080&view=diff
==============================================================================
--- deltaspike/site/trunk/content/documentation.mdtext (original)
+++ deltaspike/site/trunk/content/documentation.mdtext Sun Jul 14 23:25:48 2013
@@ -131,6 +131,15 @@ Or if you want to very bleeding edge, po
<scope>runtime</scope>
</dependency>
+#### Bean Validation Module
+
+ <dependency>
+ <groupId>org.apache.deltaspike.modules</groupId>
+ <artifactId>deltaspike-beanval-module-impl</artifactId>
+ <version>${deltaspike.version}</version>
+ <scope>runtime</scope>
+ </dependency>
+
### With Java SE
To use DeltaSpike with Java SE, we must provide additional jars file
corresponding to the DeltaSpike CDI Controller API
@@ -331,9 +340,17 @@ Definition :
Features :
*
-
<a class="btn" href="container-control.html">View details »</a>
+## Bean Validation (optional)
+
+Definition : A module for adding CDI support in Bean Validation.
+
+Features : Allows a developer to create CDI aware `ConstraintValidator`s that
can use business objects (EJBs, ManagedBeans) to support validation needs.
+
+*
+<a class="btn" href="beanval.html">View details »</a>
+
# External
## Blogs
Modified: deltaspike/site/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/deltaspike/site/trunk/pom.xml?rev=1503080&r1=1503079&r2=1503080&view=diff
==============================================================================
--- deltaspike/site/trunk/pom.xml (original)
+++ deltaspike/site/trunk/pom.xml Sun Jul 14 23:25:48 2013
@@ -41,7 +41,7 @@
<name>Apache DeltaSpike - Site</name>
<description>Files for the DeltaSpike site (Apache CMS)</description>
- <url>http://incubator.apache.org/deltaspike/</url>
+ <url>http://deltaspike.apache.org/</url>
<build>
<resources>