[jboss-cvs] JBoss Messaging SVN: r6719 - in trunk/docs: user-manual and 3 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri May 8 12:52:24 EDT 2009


Author: timfox
Date: 2009-05-08 12:52:24 -0400 (Fri, 08 May 2009)
New Revision: 6719

Added:
   trunk/docs/user-manual/en/images/architecture1.jpg
Modified:
   trunk/docs/migration-guide/en/modules/differences.xml
   trunk/docs/user-manual/en/diagrams/architecture-diagrams.odg
   trunk/docs/user-manual/en/modules/architecture.xml
   trunk/docs/user-manual/user-manual.xpr
Log:
work on architecture chapter

Modified: trunk/docs/migration-guide/en/modules/differences.xml
===================================================================
--- trunk/docs/migration-guide/en/modules/differences.xml	2009-05-08 16:50:38 UTC (rev 6718)
+++ trunk/docs/migration-guide/en/modules/differences.xml	2009-05-08 16:52:24 UTC (rev 6719)
@@ -2,5 +2,5 @@
 <chapter id="differences">
     <title>Differences</title>
     <para>TODO</para>
-    <graphic fileref="../images/image3.jpg" align="left"/>
+    <graphic fileref="../../../standard_image.jpg" align="left"/>
 </chapter>

Modified: trunk/docs/user-manual/en/diagrams/architecture-diagrams.odg
===================================================================
(Binary files differ)

Added: trunk/docs/user-manual/en/images/architecture1.jpg
===================================================================
(Binary files differ)


Property changes on: trunk/docs/user-manual/en/images/architecture1.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: trunk/docs/user-manual/en/modules/architecture.xml
===================================================================
--- trunk/docs/user-manual/en/modules/architecture.xml	2009-05-08 16:50:38 UTC (rev 6718)
+++ trunk/docs/user-manual/en/modules/architecture.xml	2009-05-08 16:52:24 UTC (rev 6719)
@@ -40,7 +40,14 @@
             into operations on the JBoss Messaging core client API before being transferred over the
             wire using the JBoss Messaging wire format.</para>
         <para>The server always just deals with core API interactions.</para>
-        <para>A schematic illustrating this relationship is shown in figure 1</para>
+        <para>A schematic illustrating this relationship is shown in figure 3.1 below:</para>
+        <para/>
+        <para><inlinegraphic fileref="../images/architecture1.jpg" align="center"/></para>
+        <para>Figure 3.1 shows two user applications interacting with a JBoss Mesaging server. User
+            Application 1 is using the JMS API, while User Application 2 is using the core client
+            API directly.</para>
+        <para>You can see from the diagram that the JMS API is implemented by a thin facade layer on
+            the client side.</para>
     </section>
     <section>
         <title>JBoss Messaging embedded in your own application</title>
@@ -87,8 +94,7 @@
         <para>The stand-alone server configuration uses JBoss Microcontainer to instantiate and
             enforce dependencies between the components. JBoss Microcontainer is a very lightweight
             POJO bootstrapper.</para>
-        <para>The stand-alone server architecture is shown in figure X</para>
-     </section>
-
-   
+        <para>The stand-alone server architecture is shown in figure X<inlinegraphic
+                fileref="../diagrams/architecture-diagram3.jpg"/></para>
+    </section>
 </chapter>

Modified: trunk/docs/user-manual/user-manual.xpr
===================================================================
--- trunk/docs/user-manual/user-manual.xpr	2009-05-08 16:50:38 UTC (rev 6718)
+++ trunk/docs/user-manual/user-manual.xpr	2009-05-08 16:52:24 UTC (rev 6719)
@@ -5,16 +5,46 @@
             positiveFilePatterns="" showHiddenFiles="false"/>
         <options/>
     </meta>
-    <projectTree name="quickstart.xpr">
+    <projectTree name="user-manual.xpr">
         <folder name="en">
             <folder name="images"/>
             <folder name="modules">
-                <file name="en/modules/about.xml"/>
-                <file name="en/modules/download.xml"/>
-                <file name="en/modules/examples.xml"/>
-                <file name="en/modules/installation.xml"/>
-                <file name="en/modules/introduction.xml"/>
-                <file name="en/modules/running.xml"/>
+                <file name="en/modules/architecture.xml"/>
+                <file name="en/modules/client-reconnection.xml"/>
+                <file name="en/modules/clusters.xml"/>
+                <file name="en/modules/configuring-transports.xml"/>
+                <file name="en/modules/consumer-buffering.xml"/>
+                <file name="en/modules/core-bridges.xml"/>
+                <file name="en/modules/diverts.xml"/>
+                <file name="en/modules/embedding-jbm.xml"/>
+                <file name="en/modules/flow-control.xml"/>
+                <file name="en/modules/ha.xml"/>
+                <file name="en/modules/ha-jndi.xml"/>
+                <file name="en/modules/intercepting-operations.xml"/>
+                <file name="en/modules/interoperability.xml"/>
+                <file name="en/modules/jca-adaptor.xml"/>
+                <file name="en/modules/jms-bridge.xml"/>
+                <file name="en/modules/large-messages.xml"/>
+                <file name="en/modules/last-value-queues.xml"/>
+                <file name="en/modules/logging.xml"/>
+                <file name="en/modules/management.xml"/>
+                <file name="en/modules/message-expiry.xml"/>
+                <file name="en/modules/message-grouping.xml"/>
+                <file name="en/modules/messaging-concepts.xml"/>
+                <file name="en/modules/paging.xml"/>
+                <file name="en/modules/perf-tuning.xml"/>
+                <file name="en/modules/persistence.xml"/>
+                <file name="en/modules/pre-acknowledge.xml"/>
+                <file name="en/modules/preface.xml"/>
+                <file name="en/modules/queue-attributes.xml"/>
+                <file name="en/modules/scheduled-messages.xml"/>
+                <file name="en/modules/security.xml"/>
+                <file name="en/modules/server-discovery.xml"/>
+                <file name="en/modules/undelivered-messages.xml"/>
+                <file name="en/modules/using-core.xml"/>
+                <file name="en/modules/using-jms.xml"/>
+                <file name="en/modules/using-server.xml"/>
+                <file name="en/modules/xa-recovery.xml"/>
             </folder>
             <file name="en/master.xml"/>
         </folder>




More information about the jboss-cvs-commits mailing list