You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2008/06/23 23:18:27 UTC

svn commit: r670759 - /tapestry/tapestry5/trunk/tapestry-hibernate/src/site/apt/index.apt

Author: hlship
Date: Mon Jun 23 14:18:27 2008
New Revision: 670759

URL: http://svn.apache.org/viewvc?rev=670759&view=rev
Log:
TAPESTRY-2475: Add an implementation of GridDataSource that can be used to optimize Hibernate queries

Modified:
    tapestry/tapestry5/trunk/tapestry-hibernate/src/site/apt/index.apt

Modified: tapestry/tapestry5/trunk/tapestry-hibernate/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-hibernate/src/site/apt/index.apt?rev=670759&r1=670758&r2=670759&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-hibernate/src/site/apt/index.apt (original)
+++ tapestry/tapestry5/trunk/tapestry-hibernate/src/site/apt/index.apt Mon Jun 23 14:18:27 2008
@@ -7,7 +7,7 @@
   This library integrates into Tapestry 5 to provide out-of-the-box support for using Hibernate 3 as the backend for
   normal CRUD style applications.
   
-  For at least, the first pass, this will represent access to the native Hibernate interfaces, exposed in a
+  For at least the first pass, this will represent access to the native Hibernate interfaces, exposed in a
   thread-safe manner, within a <session-per-request> strategy.
   
   A number of more esoteric ideas in Hibernate are not supported, including nested transactions and supporting multiple
@@ -31,4 +31,7 @@
     explicitly commit the transaction if changes are to be saved.
 
   * The new @CommitAfter annotation for component and service methods can now commit the transaction
-    automatically after the method is invoked.
\ No newline at end of file
+    automatically after the method is invoked.
+
+  * {{{../apidocs/org/apache/tapestry5/hibernate/HibernateGridDataSource.html}HibernateGridDataSource}} can be used
+    with the Grid component to support optimized queries against large data sets.
\ No newline at end of file