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/12 08:40:16 UTC

svn commit: r897564 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/reference/non-ui/isis-session-template.html

Author: buildbot
Date: Wed Feb 12 07:40:16 2014
New Revision: 897564

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/reference/non-ui/isis-session-template.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Feb 12 07:40:16 2014
@@ -1 +1 @@
-1567540
+1567541

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Feb 12 07:40:16 2014
@@ -1 +1 @@
-1567540
+1567541

Modified: websites/staging/isis/trunk/content/reference/non-ui/isis-session-template.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/non-ui/isis-session-template.html (original)
+++ websites/staging/isis/trunk/content/reference/non-ui/isis-session-template.html Wed Feb 12 07:40:16 2014
@@ -284,8 +284,8 @@
 
 <p>======</p>
 
-<p>{{{{{ note
-This class is only semi-formalized, it may change in small ways over time.
+<p><div class="note">
+This class is only semi-formalized, and may change (in small ways) over time.
 </div></p>
 
 <p>The <code>AbstractIsisSessionTemplate</code> class (whose name is inspired by the Spring framework's naming convention for similar classes that query <a href="http://docs.spring.io/spring/docs/2.5.x/reference/jdbc.html#jdbc-JdbcTemplate">JDBC</a>, <a href="http://docs.spring.io/spring/docs/2.5.x/reference/jms.html#jms-jmstemplate">JMS</a>, <a href="http://docs.spring.io/spring/docs/2.5.x/reference/orm.html#orm-jpa-template">JPA</a> etc) provides the mechanism to open up a 'session' within the Isis framework, in order to resolve and interact with entities.</p>