[jboss-cvs] JBoss Messaging SVN: r7037 - trunk/docs/user-manual/en.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 26 12:48:00 EDT 2009


Author: timfox
Date: 2009-05-26 12:48:00 -0400 (Tue, 26 May 2009)
New Revision: 7037

Removed:
   trunk/docs/user-manual/en/jar-dependencies.xml
Modified:
   trunk/docs/user-manual/en/client-classpath.xml
   trunk/docs/user-manual/en/master.xml
Log:
removed jar depedencies chapter

Modified: trunk/docs/user-manual/en/client-classpath.xml
===================================================================
--- trunk/docs/user-manual/en/client-classpath.xml	2009-05-26 16:45:00 UTC (rev 7036)
+++ trunk/docs/user-manual/en/client-classpath.xml	2009-05-26 16:48:00 UTC (rev 7037)
@@ -4,10 +4,10 @@
     <para>In this chapter we explain what jars you need on the Java classpath of a JBoss Messaging
         client application. This depends on various factors including whether you're using just
         core, JMS, JNDI or Netty. We explain what jars are needed in each case.</para>
-    <para>All the jars mentioned here can be found in the <literal>lib</literal> directory of the
-        JBoss Messaging distribution. Be sure you only use the jars from the correct version of the
-        release, you <emphasis>must not</emphasis> mix and match versions of jars from different
-        JBoss Messaging versions.</para>
+    <note><para>All the jars mentioned here can be found in the <literal>lib</literal> directory of
+            the JBoss Messaging distribution. Be sure you only use the jars from the correct version
+            of the release, you <emphasis>must not</emphasis> mix and match versions of jars from
+            different JBoss Messaging versions.</para></note>
     <section>
         <title>Pure Core Client</title>
         <para>If you're using just a pure JBoss Messaging core client (i.e. no JMS) then you need

Deleted: trunk/docs/user-manual/en/jar-dependencies.xml
===================================================================
--- trunk/docs/user-manual/en/jar-dependencies.xml	2009-05-26 16:45:00 UTC (rev 7036)
+++ trunk/docs/user-manual/en/jar-dependencies.xml	2009-05-26 16:48:00 UTC (rev 7037)
@@ -1,171 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<chapter id="jar-dependencies">
-    <title>Jar Dependencies and Client Classpath</title>
-    <para>JBoss Messaging was designed to have as few dependencies on external jars as possible. In
-        fact, JBoss Messaging core has zero dependencies on any jars other than the standard JDK
-        classes!</para>
-    <para>However depending on how you're running JBoss Messaging, you may require extra jars. Each
-        section here will explain the requirements.</para>
-    <section>
-        <title>JBoss Messaging Jars</title>
-        <table frame="topbot">
-            <title>List of jars distributed by JBoss Messaging</title>
-            <tgroup cols="3">
-                <colspec colname="c1" colnum="1"/>
-                <colspec colname="c2" colnum="2"/>
-                <colspec colname="c3" colnum="3"/>
-                <thead>
-                    <row>
-                        <entry>Name</entry>
-                        <entry>Description</entry>
-                        <entry>Dependencies</entry>
-                    </row>
-                </thead>
-                <tbody>
-                    <row>
-                        <entry><link linkend="using-core">jbm-core.jar</link></entry>
-                        <entry>JBoss Messaging Core</entry>
-                        <entry>No dependencies</entry>
-                    </row>
-                    <row>
-                        <entry><link linkend="using-core">jbm-core-client.jar</link></entry>
-                        <entry>JBoss Messaging Core Client</entry>
-                        <entry>No dependencies</entry>
-                    </row>
-                    <row>
-                        <entry><link linkend="using-jms">jbm-jms.jar</link></entry>
-                        <entry>JBoss Messaging JMS facade</entry>
-                        <entry>jbm-core.jar, jboss-javaee.jar</entry>
-                    </row>
-                    <row>
-                        <entry><link linkend="using-server">jbm-bootstrap.jar</link></entry>
-                        <entry>Classes to bootstrap JBM in the JBoss Microcontainer</entry>
-                        <entry>jbm-core.jar and JBoss Micro Container</entry>
-                    </row>
-                    <row>
-                        <entry><link linkend="logging">jbm-logging.jar</link></entry>
-                        <entry>Wrapper to other Logger Frameworks</entry>
-                        <entry>Log4j or JBoss Logger depending on the logging configuration</entry>
-                    </row>
-                    <row>
-                        <entry><link linkend="security">jbm-jbossas-security.jar</link></entry>
-                        <entry>Security Manager implementations for JAAS and JBoss AS</entry>
-                        <entry>No dependencies if using <literal>JAAS</literal> or JBoss security
-                            libraries if using <literal>JBossASSecurityManager</literal></entry>
-                    </row>
-                    <row>
-                        <entry><link linkend="configuring-transports"
-                            >jbm-transports.jar</link></entry>
-                        <entry>Implementation of the JBM transport provider SPI for Netty</entry>
-                        <entry>netty.jar</entry>
-                    </row>
-                    <row>
-                        <entry><link linkend="appserver-integration">jbm-ra.rar</link></entry>
-                        <entry>Java Connector Plugin, used to Application Server integration</entry>
-                        <entry>jbm-core-client.jar, jbm-jms.jar (are contained on the rar)</entry>
-                    </row>
-                    <row>
-                        <entry><link linkend="appserver-integration">jbm-ra.jar</link></entry>
-                        <entry>It contains the resource adapter implementation. Use jbm-ra.rar
-                            instead.</entry>
-                        <entry>jbm-core-client.jar, jbm-jms.jar</entry>
-                    </row>
-                    <row>
-                        <entry>netty.jar</entry>
-                        <entry>NIO Socket library used by JBoss Messaging</entry>
-                        <entry>No dependencies</entry>
-                    </row>
-                </tbody>
-            </tgroup>
-        </table>
-    </section>
-    <section>
-        <title>Micro Container</title>
-        <para><trademark>JBoss Micro Container</trademark> is the kernel around JBoss Application
-            Server, and it relies on a few other projects.</para>
-        <para>JBoss Micro Container distributes a series of jars. The following list only shows what
-            is required by JBoss Messaging</para>
-        <table frame="topbot">
-            <title>JBoss Micro Container jars</title>
-            <tgroup cols="3">
-                <colspec colname="c1" colnum="1"/>
-                <colspec colname="c2" colnum="2"/>
-                <colspec colname="c3" colnum="3"/>
-                <thead>
-                    <row>
-                        <entry>Name</entry>
-                        <entry>Description</entry>
-                        <entry>Dependencies</entry>
-                    </row>
-                </thead>
-                <tbody>
-                    <row>
-                        <entry>jboss-kernel.jar</entry>
-                        <entry>The Micro Container Kernel</entry>
-                        <entry>Listed on <xref linkend="jar-dependencies.micro-container-thirdparty"
-                            /></entry>
-                    </row>
-                    <row>
-                        <entry>jboss-dependency.jar</entry>
-                        <entry>Dependency Framework from JBoss Micro Container</entry>
-                        <entry>Listed on <xref linkend="jar-dependencies.micro-container-thirdparty"
-                            /></entry>
-                    </row>
-                </tbody>
-            </tgroup>
-        </table>
-        <para>The following table lists the third party libraries used by JBoss Micro
-            Container.</para>
-        <table frame="topbot" id="jar-dependencies.micro-container-thirdparty">
-            <title>Jars used by the JBoss Micro Container</title>
-            <tgroup cols="2">
-                <colspec colname="c1" colnum="1"/>
-                <colspec colname="c2" colnum="2"/>
-                <thead>
-                    <row>
-                        <entry>Name</entry>
-                        <entry>Description</entry>
-                    </row>
-                </thead>
-                <tbody>
-                    <row>
-                        <entry>jboss-common-logging-spi.jar</entry>
-                        <entry>Logging integration library</entry>
-                    </row>
-                    <row>
-                        <entry>jboss-reflect.jar</entry>
-                        <entry>Reflection framework</entry>
-                    </row>
-                    <row>
-                        <entry>jboss-commong-core.jar</entry>
-                        <entry>Common application server</entry>
-                    </row>
-                    <row>
-                        <entry>jboss-mdr.jar</entry>
-                        <entry>Meta data classes</entry>
-                    </row>
-                    <row>
-                        <entry>jboss-xml-binding.jar</entry>
-                        <entry>XML Readers</entry>
-                    </row>
-                    <row>
-                        <entry>jaxb-api.jar</entry>
-                        <entry>Sun's jaxb api</entry>
-                    </row>
-                    <row>
-                        <entry>jboss-aop.jar</entry>
-                        <entry>JBoss AOP</entry>
-                    </row>
-                    <row>
-                        <entry>trove.jar</entry>
-                        <entry>Native collections used by AOP</entry>
-                    </row>
-                    <row>
-                        <entry>javassist.jar</entry>
-                        <entry>Byte code manipulations used by AOP</entry>
-                    </row>
-                </tbody>
-            </tgroup>
-        </table>
-    </section>
-</chapter>

Modified: trunk/docs/user-manual/en/master.xml
===================================================================
--- trunk/docs/user-manual/en/master.xml	2009-05-26 16:45:00 UTC (rev 7036)
+++ trunk/docs/user-manual/en/master.xml	2009-05-26 16:48:00 UTC (rev 7037)
@@ -42,7 +42,6 @@
         <!ENTITY thread-pooling          SYSTEM "thread-pooling.xml">
         <!ENTITY undelivered-messages    SYSTEM "undelivered-messages.xml">
         <!ENTITY using-core              SYSTEM "using-core.xml">
-        <!ENTITY jar-dependencies        SYSTEM "jar-dependencies.xml">
         <!ENTITY using-jms               SYSTEM "using-jms.xml">
         <!ENTITY using-server            SYSTEM "using-server.xml">
         <!ENTITY wildcard-syntax         SYSTEM "wildcard-syntax.xml">
@@ -100,7 +99,6 @@
    &interoperability;
    &perf-tuning;
    &configuration-index;
-   &jar-dependencies;
    &project-info;
    
 </book>




More information about the jboss-cvs-commits mailing list