You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by th...@apache.org on 2013/12/03 19:40:28 UTC

svn commit: r1547516 - /deltaspike/site/trunk/content/documentation.mdtext

Author: thug
Date: Tue Dec  3 18:40:28 2013
New Revision: 1547516

URL: http://svn.apache.org/r1547516
Log:
Linking data documentation

Modified:
    deltaspike/site/trunk/content/documentation.mdtext

Modified: deltaspike/site/trunk/content/documentation.mdtext
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/documentation.mdtext?rev=1547516&r1=1547515&r2=1547516&view=diff
==============================================================================
--- deltaspike/site/trunk/content/documentation.mdtext (original)
+++ deltaspike/site/trunk/content/documentation.mdtext Tue Dec  3 18:40:28 2013
@@ -156,6 +156,22 @@ Or if you want to very bleeding edge, po
         <scope>runtime</scope>
     </dependency>
 
+#### Data Module
+
+    <dependency>
+        <groupId>org.apache.deltaspike.modules</groupId>
+        <artifactId>deltaspike-data-module-api</artifactId>
+        <version>${deltaspike.version}</version>
+        <scope>compile</scope>
+    </dependency>
+
+    <dependency>
+        <groupId>org.apache.deltaspike.modules</groupId>
+        <artifactId>deltaspike-data-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
@@ -355,8 +371,22 @@ Features : 
 
 <a class="btn" href="servlet.html">View details »</a>
 
+## Data (optional)
+
+Definition : The DeltaSpike Data module provides enhanced JPA experience with declarative queries, reducing boilerplate to a minimum.
+
+Features : 
+
+* Derive queries by simple method names or by method annotations defining JPQL, named queries or plain SQL
+* Result pagination and sorting
+* Auditing of entities
+* A simplified alternative to the Criteria API
+* Mapping of entities from and to DTOs
+
+<a class="btn" href="data.html">View details »</a>
+
 # External
 
 ## Blogs
 
- * [http://os890.blogspot.com/search/label/deltaspike](http://os890.blogspot.com/search/label/deltaspike)
+ * [http://os890.blogspot.com/search/label/deltaspike](http://os890.blogspot.com/search/label/deltaspike)
\ No newline at end of file