You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2017/10/09 10:34:05 UTC

[07/10] isis-site git commit: ISIS-1465: updates docs, hint-n-tip for DN 4.x and structure of simpleapp

http://git-wip-us.apache.org/repos/asf/isis-site/blob/346e91e1/content/guides/rgsvc/rgsvc.html
----------------------------------------------------------------------
diff --git a/content/guides/rgsvc/rgsvc.html b/content/guides/rgsvc/rgsvc.html
index 6e084e1..8122e97 100644
--- a/content/guides/rgsvc/rgsvc.html
+++ b/content/guides/rgsvc/rgsvc.html
@@ -3022,10 +3022,10 @@ CommandContext commandContext;  <i class="conum" data-value="1"></i><b>(1)</b></
            </ul>
           </div> 
           <div class="paragraph"> 
-           <p>The last part of the puzzle is to actually run the (appropriate implementation of) `BackgroundCommandExecution). This could be run in a batch job overnight, or run continually by, say, the <a href="http://quartz-scheduler.org">Quartz</a> scheduler or by <a href="http://camel.apache.org" class="bare">http://camel.apache.org</a>]Apache Camel]. This section looks at configuring Quartz.</p> 
+           <p>The last part of the puzzle is to actually run the (appropriate implementation of) <code>BackgroundCommandExecution</code>). This could be run in a batch job overnight, or run continually by, say, the <a href="http://quartz-scheduler.org">Quartz</a> scheduler or by <a href="http://camel.apache.org">Apache Camel</a>. This section looks at configuring Quartz.</p> 
           </div> 
           <div class="paragraph"> 
-           <p>If using (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'scommand module, then note that this already provides a suitable concrete implementation, namely <code>org.isisaddons.module.command.dom.BackgroundCommandExecutionFromBackgroundCommandServiceJdo</code>. We therefore just need to schedule this to run as a Quartz job.</p> 
+           <p>If using (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s command module, then note that this already provides a suitable concrete implementation, namely <code>org.isisaddons.module.command.dom.BackgroundCommandExecutionFromBackgroundCommandServiceJdo</code>. We therefore just need to schedule this to run as a Quartz job.</p> 
           </div> 
           <div class="paragraph"> 
            <p>First, we need to define a Quartz job, for example:</p>