[jboss-cvs] JBossRemoting/docs/guide/en ...

Ron Sigal ron_sigal at yahoo.com
Wed Aug 23 03:06:28 EDT 2006


  User: rsigal  
  Date: 06/08/23 03:06:28

  Modified:    docs/guide/en    chap10.xml chap12.xml chap13.xml
  Log:
  JBREM-571:  Fixed some types.  Added dist.jars target to chapter 13.
  
  Revision  Changes    Path
  1.6       +3 -3      JBossRemoting/docs/guide/en/chap10.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: chap10.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/en/chap10.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- chap10.xml	1 Aug 2006 22:34:56 -0000	1.5
  +++ chap10.xml	23 Aug 2006 07:06:28 -0000	1.6
  @@ -1665,14 +1665,14 @@
   
         <para>The second server class is the <code>RMIServer</code> class. The
         <code>RMIServer</code> class extends the <code>SocketServer</code> class
  -      and uses a different locator uri specify <literal>rmi</literal> as the
  +      and uses a different locator uri to specify <literal>rmi</literal> as the
         transport protocol and a different port
         (<literal>5500</literal>).</para>
   
         <programlisting>public class <emphasis role="bold">RMIServer</emphasis> extends <emphasis
             role="bold">SocketServer</emphasis>
   {
  -   private String localLocatorURI = "r<emphasis role="bold">mi://localhost:5500</emphasis>";
  +   private String localLocatorURI = "<emphasis role="bold">rmi://localhost:5500</emphasis>";
   
      protected String getLocatorURI()
      {
  @@ -2406,7 +2406,7 @@
   zip: 30249
   </programlisting>
   
  -      <para>The output for the client should like as expected. The first line
  +      <para>The first line
         is the print out from calling the Customer's toString() method that was
         created to be passed to the CustomerProcessor's processCustomer()
         method. Then the contents of the Customer object before being processed.
  
  
  
  1.2       +1 -1      JBossRemoting/docs/guide/en/chap12.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: chap12.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/en/chap12.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- chap12.xml	30 Jul 2006 06:56:36 -0000	1.1
  +++ chap12.xml	23 Aug 2006 07:06:28 -0000	1.2
  @@ -3,7 +3,7 @@
   
       <para>As of JBossRemoting 2.0.0 versioning has been added to guarantee
       compatibility between different versions. This is accomplished by changing
  -    serialization formats for certain classes and by using wire versioing. By
  +    serialization formats for certain classes and by using wire versioning. By
       wire versioning, mean that the version used by a client and server will be
       sent on the wire so that the other side will be able to adjust
       accordingly. This will be automatic for JBossRemoting 2.0.0 and later
  
  
  
  1.2       +4 -0      JBossRemoting/docs/guide/en/chap13.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: chap13.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/en/chap13.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- chap13.xml	30 Jul 2006 06:56:36 -0000	1.1
  +++ chap13.xml	23 Aug 2006 07:06:28 -0000	1.2
  @@ -33,6 +33,10 @@
       <para><emphasis role="bold">jars</emphasis> - creates the
       jboss-remoting.jar file from the compiled classes</para>
   
  +    <para><emphasis role="bold">dist.jars</emphasis> - creates the
  +    subsystem jar files (jboss-remoting-core.jar, jboss-remoting-socket.jar, etc.)
  +    from the compiled classes</para>
  +    
       <para><emphasis role="bold">javadoc</emphasis> - creates the javadoc html
       files for JBossRemoting</para>
   
  
  
  



More information about the jboss-cvs-commits mailing list