[jboss-cvs] JBossCache/docs/JBossCache-UserGuide/en/modules ...

Brian Stansberry brian.stansberry at jboss.com
Thu May 31 01:23:07 EDT 2007


  User: bstansberry
  Date: 07/05/31 01:23:07

  Modified:    docs/JBossCache-UserGuide/en/modules  deployment.xml
  Log:
  Add ids for links
  
  Revision  Changes    Path
  1.7       +6 -6      JBossCache/docs/JBossCache-UserGuide/en/modules/deployment.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: deployment.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/docs/JBossCache-UserGuide/en/modules/deployment.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- deployment.xml	30 May 2007 03:08:46 -0000	1.6
  +++ deployment.xml	31 May 2007 05:23:07 -0000	1.7
  @@ -1,16 +1,16 @@
   <chapter id="deployment">
      <title>Deploying JBoss Cache</title>
  -   <section>
  -      <title>Standalone Use</title>
  +   <section id="deployment.standalone">
  +      <title>Standalone Use / Programatic Deployment</title>
         <para>
            When used in a standalone Java program, all that needs to be done is to instantiate the cache using the
            <literal>CacheFactory</literal> and a <literal>Configuration</literal> instance or an XML file, as discussed
  -         in the <link linkend="api">User API chapter</link>.
  +         in the <link linkend="api.create_start">User API chapter</link>.
         </para>
      </section>
   
  -   <section>
  -      <title>Via JMX (JBoss AS 4.x)</title>
  +   <section id="deployment.microkernel">
  +      <title>JMX-Based Deployment in JBoss AS (JBoss AS 4.x and 5.x)</title>
         <para>If JBoss Cache is run in JBoss AS 4.x then JBoss Cache can be deployed as an
            MBean. The steps below illustrate how to do this. We do not deploy JBoss Cache as a
            Service Archive (SAR), but as a JAR (
  @@ -55,7 +55,7 @@
            <para><emphasis>TODO</emphasis></para>
         </section>
   
  -   <section>
  +   <section id="deployment.microcontainer">
         <title>Via JBoss Microcontainer (JBoss AS 5.x)</title>
         <para><emphasis>TODO</emphasis></para>
      </section>
  
  
  



More information about the jboss-cvs-commits mailing list