You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2014/02/11 21:14:37 UTC

svn commit: r897478 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/components/objectstores/jdo/lazy-loading.html

Author: buildbot
Date: Tue Feb 11 20:14:36 2014
New Revision: 897478

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/components/objectstores/jdo/lazy-loading.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb 11 20:14:36 2014
@@ -1 +1 @@
-1567355
+1567357

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb 11 20:14:36 2014
@@ -1 +1 @@
-1567355
+1567357

Modified: websites/staging/isis/trunk/content/components/objectstores/jdo/lazy-loading.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/lazy-loading.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/lazy-loading.html Tue Feb 11 20:14:36 2014
@@ -286,7 +286,7 @@
 
 <p>However, even in the case of collections that have annotated with <code>@Render(Type.EAGERLY)</code>, these should probably still be lazily loaded.  Otherwise, there will always be an unnecessary cost when rendering the object in a table.</p>
 
-<p>For example, in the <code>ToDoItem</code> (in the <a href="../../../getting-started/quickstart-archetype.html">wicket/restful/jdo archetype</a>) the <code>dependencies</code> collection is as follows:</p>
+<p>For example, in the <code>ToDoItem</code> (in the <a href="../../../intro/getting-started/quickstart-archetype.html">quickstart archetype</a>) the <code>dependencies</code> collection is as follows:</p>
 
 <pre>
   @javax.jdo.annotations.Persistent(table="TODO_DEPENDENCIES")