[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Shane Bryzak sbryzak at redhat.com
Wed Aug 29 00:51:27 EDT 2007


  User: sbryzak2
  Date: 07/08/29 00:51:27

  Modified:    doc/reference/en/modules  dependencies.xml
  Log:
  added entries for spring and quartz libraries
  
  Revision  Changes    Path
  1.2       +72 -2     jboss-seam/doc/reference/en/modules/dependencies.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: dependencies.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/dependencies.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- dependencies.xml	29 Aug 2007 03:40:58 -0000	1.1
  +++ dependencies.xml	29 Aug 2007 04:51:27 -0000	1.2
  @@ -285,7 +285,7 @@
             
             <row>
               <entry>
  -              <para><literal>jcaptcha-all.jar.jar</literal></para>
  +              <para><literal>jcaptcha-all.jar</literal></para>
               </entry>
               <entry align="center">
                 <para>ear</para>
  @@ -298,6 +298,21 @@
               </entry>
             </row>                                          
             
  +          <row>
  +            <entry>
  +              <para><literal>quartz.jar</literal></para>
  +            </entry>
  +            <entry align="center">
  +              <para>ear</para>
  +            </entry>
  +            <entry align="center">
  +              <para>yes</para>
  +            </entry>
  +            <entry>
  +              <para>Required when you wish to use Quartz with Seam's asynchronous features</para>
  +            </entry>
  +          </row>                                            
  +          
           </tbody>
         </tgroup>
       </table>
  @@ -674,4 +689,59 @@
       
     </sect1>        
   
  +  <sect1>
  +    <title>Spring</title>
  +    
  +    <para>
  +      These libraries are required if you with to use the Spring Framework with your Seam application.
  +    </para>
  +    
  +    <table>
  +      <title>Spring Framework dependencies</title>
  +   
  +      <tgroup cols="4">
  +        <colspec colnum="1" colwidth="4*" />
  +        <colspec colnum="2" colwidth="2*" />
  +        <colspec colnum="3" colwidth="3*" />
  +        <colspec colnum="4" colwidth="5*" />
  +  
  +        <thead>
  +          <row>
  +            <entry align="center">
  +              <para>Name</para>
  +            </entry>
  +            <entry align="center">
  +              <para>Scope</para>
  +            </entry>
  +            <entry align="center">
  +              <para>Provided by JBoss AS 4.2.x</para>
  +            </entry>    
  +            <entry align="center">
  +              <para>Notes</para>
  +            </entry>
  +          </row>
  +        </thead>
  +  
  +        <tbody>    
  +          <row>
  +            <entry>
  +              <para><literal>spring.jar</literal></para>
  +            </entry>
  +            <entry align="center">
  +              <para>ear</para>
  +            </entry>
  +            <entry align="center">
  +              <para>no</para>
  +            </entry>
  +            <entry>
  +              <para>The Spring Framework library</para>
  +            </entry>
  +          </row>
  +  
  +        </tbody>
  +      </tgroup>
  +    </table>
  +    
  +  </sect1>     
  +
   </chapter>
  
  
  



More information about the jboss-cvs-commits mailing list