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 2013/07/31 09:42:33 UTC

svn commit: r872060 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/core/unittestsupport.html

Author: buildbot
Date: Wed Jul 31 07:42:33 2013
New Revision: 872060

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/core/unittestsupport.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jul 31 07:42:33 2013
@@ -1 +1 @@
-1508746
+1508748

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jul 31 07:42:33 2013
@@ -1 +1 @@
-1508746
+1508748

Modified: websites/staging/isis/trunk/content/core/unittestsupport.html
==============================================================================
--- websites/staging/isis/trunk/content/core/unittestsupport.html (original)
+++ websites/staging/isis/trunk/content/core/unittestsupport.html Wed Jul 31 07:42:33 2013
@@ -346,11 +346,9 @@
 <p>>
 <strong>Note:</strong> 
 >
-If using the <a href="../components/objectstores/jdo/about.html">JDO Object Store</a>, then there is generally no need to programmatically maintain 1:m relationships (indeed it may introduce subtle errors).  For more details, see <a href="../components/objectstores/jdo/managed-1-to-m-relationships.html">here</a>.</p>
-
-<blockquote>
-  <p>If <em>not</em> using the JDO Object Store, note that <em>Isis</em> provides <a href="../getting-started/editor-templates.html">Eclipse templates</a> to help generate the necessary boilerplate.</p>
-</blockquote>
+If using the <a href="../components/objectstores/jdo/about.html">JDO Object Store</a>, then there is generally no need to programmatically maintain 1:m relationships (indeed it may introduce subtle errors).  For more details, see <a href="../components/objectstores/jdo/managed-1-to-m-relationships.html">here</a>.
+>
+If <em>not</em> using the JDO Object Store, note that <em>Isis</em> provides <a href="../getting-started/editor-templates.html">Eclipse templates</a> to help generate the necessary boilerplate.</p>
 
 <p>For example, suppose that <code>ParentDomainObject</code> and <code>ChildDomainObject</code> have a 1:m relationship (<code>ParentDomainObject#children</code> / <code>ChildDomainObject#parent</code>), and also <code>PeerDomainObject</code> has a 1:1 relationship with itself (<code>PeerDomainObject#next</code> / <code>PeerDomainObject#previous</code>).  </p>