[jboss-cvs] JBossAS SVN: r103857 - projects/snowdrop/branches/1_1/documentation/user-guide/src/main/docbook.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Apr 12 17:50:13 EDT 2010


Author: marius.bogoevici
Date: 2010-04-12 17:50:12 -0400 (Mon, 12 Apr 2010)
New Revision: 103857

Modified:
   projects/snowdrop/branches/1_1/documentation/user-guide/src/main/docbook/user-guide.xml
Log:
doc adjustments

Modified: projects/snowdrop/branches/1_1/documentation/user-guide/src/main/docbook/user-guide.xml
===================================================================
--- projects/snowdrop/branches/1_1/documentation/user-guide/src/main/docbook/user-guide.xml	2010-04-12 21:33:32 UTC (rev 103856)
+++ projects/snowdrop/branches/1_1/documentation/user-guide/src/main/docbook/user-guide.xml	2010-04-12 21:50:12 UTC (rev 103857)
@@ -246,7 +246,8 @@
       <title>The Spring Deployer</title>
 
       <para>The role of the Spring Deployer is to allow the bootstrapping of a
-      Spring application context, binding it in JNDI and using it</para>
+      Spring application context, binding it in JNDI and using it for
+      providing Spring-configured business object instances.</para>
 
       <section>
         <title>JBoss + Spring + EJB 3.0 Integration</title>
@@ -279,9 +280,9 @@
 
         <para>You can create Spring deployments that work much in the same way
         .sar's, .war's, .ear's, .har's, and .rar's work. Using the JBoss
-        Spring deployer you can create Spring jars:</para>
+        Spring deployer you can create Spring archives:</para>
 
-        <screen>my-app.jar/
+        <screen>my-app.spring/
    org/
       acme/
           MyBean.class
@@ -289,7 +290,7 @@
    META-INF/
            jboss-spring.xml</screen>
 
-        <para>So, my-app.jar is a jar that contains classes, like any other
+        <para>So, my-app.spring is a jar that contains classes, like any other
         JAR and a jboss-spring.xml file in the META-INF/ of the jar. This
         jboss-spring.xml file is like any other Spring xml file. By default,
         the JBoss Spring Deployer will register this bean factory defined in




More information about the jboss-cvs-commits mailing list