You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-commits@ws.apache.org by da...@apache.org on 2007/02/20 15:26:51 UTC

svn commit: r509576 - /webservices/muse/site/docs/2.2.0/manual/samples/build-and-deployment.html

Author: danj
Date: Tue Feb 20 06:26:50 2007
New Revision: 509576

URL: http://svn.apache.org/viewvc?view=rev&rev=509576
Log:
Fixed obsolete J2EE description for building the sample projects (s/axis2/mini)

Modified:
    webservices/muse/site/docs/2.2.0/manual/samples/build-and-deployment.html

Modified: webservices/muse/site/docs/2.2.0/manual/samples/build-and-deployment.html
URL: http://svn.apache.org/viewvc/webservices/muse/site/docs/2.2.0/manual/samples/build-and-deployment.html?view=diff&rev=509576&r1=509575&r2=509576
==============================================================================
--- webservices/muse/site/docs/2.2.0/manual/samples/build-and-deployment.html (original)
+++ webservices/muse/site/docs/2.2.0/manual/samples/build-and-deployment.html Tue Feb 20 06:26:50 2007
@@ -113,22 +113,23 @@
 <div id="minitoc-area">
 <ul class="minitoc">
 <li>
-<a href="#axis2">Apache Axis2</a>
+<a href="#j2ee">Mini SOAP Engine (J2EE)</a>
 </li>
 <li>
-<a href="#osgi">OSGi</a>
+<a href="#osgi">Eclipse Equinox (OSGi)</a>
 </li>
 </ul>
 </div>
 
-<a name="axis2"></a>
-<h2 class="boxed">Apache Axis2</h2>
+<a name="j2ee"></a>
+<h2 class="boxed">Mini SOAP Engine (J2EE)</h2>
 <div class="section">
 <p>
 Each of the sample projects has an <a href="http://ant.apache.org" class="external">Ant</a> 
 build file (<em>build.xml</em>) that can be used to compile the sample code and 
 create a deployable J2EE WAR. Simply run <em>ant</em> in the sample project's directory 
-and it will create a WAR file with the latest code and artifacts.
+and it will create a WAR file with the latest code and artifacts. The WAR will leverage 
+the Mini SOAP Engine and should be less than 2 MB.
 </p>
 <p>Once you have deployed the WAR file on your application server, you 
 can run the sample's test client using the <em>run</em> task in the build file. The <em>run</em> 
@@ -144,7 +145,7 @@
 </div>
 
 <a name="osgi"></a>
-<h2 class="boxed">OSGi</h2>
+<h2 class="boxed">Eclipse Equinox (OSGi)</h2>
 <div class="section">
 <p>
 A skeleton Equinox environment is provided as part of the samples distribution. Each OSGi sample's <em>build.xml</em>



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