You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ro...@apache.org on 2007/04/06 06:59:14 UTC

svn commit: r526054 - /webservices/axis2/branches/java/1_2/xdocs/@axis2_version_dir@/spring.html

Author: robertlazarski
Date: Thu Apr  5 21:59:14 2007
New Revision: 526054

URL: http://svn.apache.org/viewvc?view=rev&rev=526054
Log:
Minor spring doc cleanup

Modified:
    webservices/axis2/branches/java/1_2/xdocs/@axis2_version_dir@/spring.html

Modified: webservices/axis2/branches/java/1_2/xdocs/@axis2_version_dir@/spring.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/xdocs/%40axis2_version_dir%40/spring.html?view=diff&rev=526054&r1=526053&r2=526054
==============================================================================
--- webservices/axis2/branches/java/1_2/xdocs/@axis2_version_dir@/spring.html (original)
+++ webservices/axis2/branches/java/1_2/xdocs/@axis2_version_dir@/spring.html Thu Apr  5 21:59:14 2007
@@ -55,9 +55,6 @@
 href="userguide.html">User's Guide</a> for more information.</p>
 <a name="2"></a>
 
-<h2>Configuring Axis2 to be Spring Aware</h2>
-<a name="21"></a>
-
 <h3>Programming Model</h3>
 
 <p>From an Axis2 standpoint, two hooks are needed to be placed into the AAR
@@ -77,7 +74,7 @@
 &lt;context-param&gt;
       &lt;param-name&gt;contextConfigLocation&lt;/param-name&gt;
       &lt;param-value&gt;/WEB-INF/applicationContext.xml&lt;/param-value&gt;
-    &lt;/context-param&gt;</pre>
+&lt;/context-param&gt;</pre>
 
 <p>Next we will show two examples of Spring's /WEB-INF/applicationContext.xml
 referenced in the web.xml listener -  one using a ServletContext, and one
@@ -88,7 +85,7 @@
 
 <p>This example (with a ServletContext) applicationContext.xml should be
 familiar to any Spring user:</p>
-<pre> &lt;?xml version="1.0" encoding="UTF-8"?&gt;
+<pre>&lt;?xml version="1.0" encoding="UTF-8"?&gt;
 &lt;!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd"&gt;
 
 &lt;beans&gt;



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org