[jboss-cvs] JBossAS SVN: r105127 - projects/snowdrop/branches/enterprise/Snowdrop_1.1_User_Guide/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 24 01:17:32 EDT 2010


Author: laubai
Date: 2010-05-24 01:17:32 -0400 (Mon, 24 May 2010)
New Revision: 105127

Modified:
   projects/snowdrop/branches/enterprise/Snowdrop_1.1_User_Guide/en-US/Configuration.xml
   projects/snowdrop/branches/enterprise/Snowdrop_1.1_User_Guide/en-US/This_Guide.xml
Log:
Checked in Marius' suggested changes.

Modified: projects/snowdrop/branches/enterprise/Snowdrop_1.1_User_Guide/en-US/Configuration.xml
===================================================================
--- projects/snowdrop/branches/enterprise/Snowdrop_1.1_User_Guide/en-US/Configuration.xml	2010-05-24 05:06:27 UTC (rev 105126)
+++ projects/snowdrop/branches/enterprise/Snowdrop_1.1_User_Guide/en-US/Configuration.xml	2010-05-24 05:17:32 UTC (rev 105127)
@@ -26,7 +26,9 @@
 
     <para>
       The <filename>snowdrop-vfs.jar</filename> library supports resource
-      scanning in the JBoss Virtual File System (VFS).
+      scanning in the JBoss Virtual File System (VFS). It must be included
+      in Spring-based applications that use classpath and resource
+      scanning.
     </para>
 
     <para>
@@ -80,9 +82,9 @@
       The <classname>XmlWebApplicationContext</classname> is not 
       instantiated directly. Instead, it is bootstrapped by either the 
       <classname>ContextLoaderListener</classname> or the 
-      <classname>DispatcherServlet</classname>. In this case, the class used
-      for bootstrapping must be used to trigger an instantiation of the
-      VFS-enabled context.
+      <classname>DispatcherServlet</classname>. Both classes have 
+      configuration options that allow users to replace the default
+      application context type with a custom application context type.
     </para>
 
     <para>
@@ -223,23 +225,29 @@
         To install the Snowdrop JBoss deployer, unzip the
         <filename>jboss-spring-deployer.zip</filename> in the
         <filename>$JBOSS_HOME/server/$PROFILE/deployers</filename> directory of
-        your JBoss Enterprise Application Platform or JBoss Enterprise Web Platform
-        installation.
+        your JBoss Enterprise Platform installation.
       </para>
 
-<!--      <itemizedlist>
-        <listitem>
-          <para>org.springframework.beans-3.0.2.RELEASE.jar;</para>
-        </listitem>
+      <note>
+        <title>Snowdrop does not include the Spring JARs</title>
+        <para>
+          Add the following files from the Spring 3.0.2.RELEASE distribution to the 
+          <filename>spring.deployer</filename> folder:
+        </para>
+        <itemizedlist>
+          <listitem>
+            <para>org.springframework.beans-3.0.2.RELEASE.jar</para>
+          </listitem>
 
-        <listitem>
-          <para>org.springframework.context-3.0.2.RELEASE.jar;</para>
-        </listitem>
+          <listitem>
+            <para>org.springframework.context-3.0.2.RELEASE.jar</para>
+          </listitem>
 
-        <listitem>
-          <para>org.springframework.core-3.0.2.RELEASE.jar.</para>
-        </listitem>
-      </itemizedlist>-->
+          <listitem>
+            <para>org.springframework.core-3.0.2.RELEASE.jar</para>
+          </listitem>
+        </itemizedlist>
+      </note>
     </section>
 
     <section>

Modified: projects/snowdrop/branches/enterprise/Snowdrop_1.1_User_Guide/en-US/This_Guide.xml
===================================================================
--- projects/snowdrop/branches/enterprise/Snowdrop_1.1_User_Guide/en-US/This_Guide.xml	2010-05-24 05:06:27 UTC (rev 105126)
+++ projects/snowdrop/branches/enterprise/Snowdrop_1.1_User_Guide/en-US/This_Guide.xml	2010-05-24 05:17:32 UTC (rev 105127)
@@ -22,9 +22,9 @@
     </listitem>
     <listitem>
       <para>
-        extensions for deploying and running Spring applications with
-        JBoss Enterprise Application Platform, JBoss Enterprise Web Platform,
-        and JBoss Enterprise Web Server.
+        extensions for deploying and running Spring applications with the
+        JBoss Enterprise Platforms (JBoss Enterprise Application Platform
+        and JBoss Enterprise Web Platform).
       </para>
     </listitem>
   </itemizedlist>
@@ -32,10 +32,20 @@
   <para>
     This user guide aims to cover the functionality of Snowdrop, to
     describe its components, and to provide information on how to use it
-    optimally for running Spring applications in JBoss Enterprise Application
-    Platform, JBoss Enterprise Web Platform, and JBoss Enterprise Web Server.
+    optimally for running Spring applications in the JBoss Enterprise
+    Platforms.
   </para>
 
+  <important>
+    <title>Supported Spring Version</title>
+
+    <para>
+      Snowdrop 1.1 and subsequent micro-release versions (1.1.1, 1.1.2,
+      etc.) should be used with Spring 3.0 (preferred version being
+      3.0.2.RELEASE and above).
+    </para>
+  </important>
+
   <!--<para>
     The current version of the package is supporting the following
     configuration:




More information about the jboss-cvs-commits mailing list