[jboss-cvs] JBossAS SVN: r105126 - projects/snowdrop/branches/enterprise/Snowdrop_1.0_User_Guide/en-US.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon May 24 01:06:28 EDT 2010
Author: laubai
Date: 2010-05-24 01:06:27 -0400 (Mon, 24 May 2010)
New Revision: 105126
Modified:
projects/snowdrop/branches/enterprise/Snowdrop_1.0_User_Guide/en-US/Configuration.xml
projects/snowdrop/branches/enterprise/Snowdrop_1.0_User_Guide/en-US/This_Guide.xml
Log:
Checked in Marius' suggested changes.
Modified: projects/snowdrop/branches/enterprise/Snowdrop_1.0_User_Guide/en-US/Configuration.xml
===================================================================
--- projects/snowdrop/branches/enterprise/Snowdrop_1.0_User_Guide/en-US/Configuration.xml 2010-05-24 04:24:48 UTC (rev 105125)
+++ projects/snowdrop/branches/enterprise/Snowdrop_1.0_User_Guide/en-US/Configuration.xml 2010-05-24 05:06:27 UTC (rev 105126)
@@ -17,7 +17,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>
@@ -72,9 +74,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>
@@ -241,7 +243,7 @@
structure:
</para>
- <screen>my-app.jar/
+ <screen>my-app.spring/
org/
acme/
MyBean.class
@@ -250,7 +252,7 @@
jboss-spring.xml</screen>
<para>
- <filename>my-app.jar</filename> is a JAR that contains classes. A
+ <filename>my-app.spring</filename> is a JAR that contains classes. A
<filename>jboss-spring.xml</filename> file exists in the
<filename>META-INF</filename> directory of the JAR. By default, the
JBoss Spring deployer registers the bean factory defined in
Modified: projects/snowdrop/branches/enterprise/Snowdrop_1.0_User_Guide/en-US/This_Guide.xml
===================================================================
--- projects/snowdrop/branches/enterprise/Snowdrop_1.0_User_Guide/en-US/This_Guide.xml 2010-05-24 04:24:48 UTC (rev 105125)
+++ projects/snowdrop/branches/enterprise/Snowdrop_1.0_User_Guide/en-US/This_Guide.xml 2010-05-24 05:06:27 UTC (rev 105126)
@@ -23,8 +23,8 @@
<listitem>
<para>
extensions for deploying and running Spring applications with
- JBoss Enterprise Application Platform and JBoss Enterprise Web
- Platform.
+ JBoss Enterprise Platforms (JBoss Enterprise Application
+ Platform and JBoss Enterprise Web Platform).
</para>
</listitem>
</itemizedlist>
@@ -32,10 +32,19 @@
<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 and JBoss Enterprise Web Platform.
+ optimally for running Spring applications in the JBoss Enterprise Platforms.
</para>
+ <important>
+ <title>Supported Spring Version</title>
+
+ <para>
+ Snowdrop 1.0 and subsequent micro-release versions (1.0.1, 1.0.2,
+ etc.) should be used with Spring 2.5 (preferred version being
+ 2.5.6.SEC01).
+ </para>
+ </important>
+
<!--<para>
The current version of the package is supporting the following
configuration:
More information about the jboss-cvs-commits
mailing list