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 16:11:43 UTC

svn commit: r509597 - in /webservices/muse/site: docs/2.2.0/tutorial/01-install-muse.html docs/2.2.0/tutorial/index.html docs/index.html download.html index.html source-code.html

Author: danj
Date: Tue Feb 20 07:11:42 2007
New Revision: 509597

URL: http://svn.apache.org/viewvc?view=rev&rev=509597
Log:
Minor boilerplate updates for 2.2 release. Also removed some text from the install page that will 
no longer be relevant for the 2.2 distro.

Modified:
    webservices/muse/site/docs/2.2.0/tutorial/01-install-muse.html
    webservices/muse/site/docs/2.2.0/tutorial/index.html
    webservices/muse/site/docs/index.html
    webservices/muse/site/download.html
    webservices/muse/site/index.html
    webservices/muse/site/source-code.html

Modified: webservices/muse/site/docs/2.2.0/tutorial/01-install-muse.html
URL: http://svn.apache.org/viewvc/webservices/muse/site/docs/2.2.0/tutorial/01-install-muse.html?view=diff&rev=509597&r1=509596&r2=509597
==============================================================================
--- webservices/muse/site/docs/2.2.0/tutorial/01-install-muse.html (original)
+++ webservices/muse/site/docs/2.2.0/tutorial/01-install-muse.html Tue Feb 20 07:11:42 2007
@@ -123,10 +123,8 @@
 <a name="N1000C"></a><a name="latest-release"></a>
 <h2 class="boxed">Get the Latest Release</h2>
 <div class="section">
-    <p>Go to the <a href="../../../download.html#v2.0.0">download page</a> and download the binary distribution. 
-    Unzip the package into a directory on your machine. You must run the <b>/bin/update_install</b> script 
-    in order to complete the installation. This script will download the files needed to support the various code 
-    generation options and may take a few minutes depending on your connection speed.</p>
+    <p>Go to the <a href="../../../download.html">download page</a> and download the binary distribution. 
+    Unzip the package into a directory on your machine.</p>
     </p>
 </div>
 		
@@ -153,6 +151,8 @@
             &nbsp;&nbsp;&nbsp;/axis2<br/>
             &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;...<br/>
             &nbsp;&nbsp;&nbsp;/core<br/>
+            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;...<br/>
+            &nbsp;&nbsp;&nbsp;/mini<br/>
             &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;...<br/>
             &nbsp;&nbsp;&nbsp;/osgi<br/>
             &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;...<br/>
@@ -172,20 +172,23 @@
     <ul>
         <li><b>/bin</b> - contains scripts for executing <a href="../manual/tools/wsdl2java.html">wsdl2java</a> and <a href="../manual/tools/wsdlmerge.html">wsdlmerge</a>. There are batch scripts (<em>.bat</em> extension) for Windows machines and shell scripts (<em>.sh</em> extension, uses standard <em>/bin/sh</em>). For convenience, this would be the directory that you would add to your system's executable search path.<br/></li><br/>
         <li><b>/docs</b> - contains the documentation you are currently reading.<br/></li><br/>
-        <li><b>/lib</b> - contains libraries and template project directories for code generation. More specifically the command line 
-        tools (<a href="../manual/tools/wsdl2java.html">wsdl2java</a> and <a href="../manual/tools/wsdlmerge.html">wsdlmerge</a>) use 
-        the jars under <b>/common</b> when they are invoke. The <a href="../manual/tools/wsdl2java.html">wsdl2java</a> tool uses the 
-        files in <b>/axis2</b> and <b>/eclipse-osgi</b> to create projects for Axis2 J2EE projects and OSGi projects respectively.<br/></li><br/>
+        <li><b>/lib</b> - contains libraries and template project directories for code generation.
+        <br/><br/>
+        More specifically, all of the command line tools use 
+        the JARs under <b>/common</b> when they are invoked. The <a href="../manual/tools/wsdl2java.html">wsdl2java</a> tool uses the 
+        files in <b>/axis2</b> and <b>/eclipse-osgi</b> to create projects for Apache Axis2 (J2EE) and Eclipse Equinox (OSGi) projects. 
+        The Mini SOAP Engine is part of the Muse project itself.<br/></li><br/>
         <ul>
-            <li><b>/axis2</b> - an expanded template WAR from the Axis2 project.<br/></li><br/>
-            <li><b>/common</b> - common third-party libraries, including the Apache Xerces XML Parser, XStream and WSDL4J.<br/></li><br/>
-            <li><b>/eclipse-osgi</b> - components from the Eclipse project that provide the minimum OSGi environment needed to host 
+            <li><b>/axis2</b> - an expanded template WAR from the Apache Axis2 project.<br/></li><br/>
+            <li><b>/common</b> - common third-party libraries, including Apache Xerces, Apache Xalan, and WSDL4J.<br/></li><br/>
+            <li><b>/eclipse-osgi</b> - components from the Eclipse Equinox project, which provide the minimum OSGi environment needed to host 
             a Muse-based application.<br/></li><br/>
         </ul>
         <li><b>/modules</b> - contains the jars that contain the muse runtime and tooling implementation.<br/></li><br/>
         <ul>
             <li><b>/axis2</b> - contains support for Axis2 deployment.<br/></li><br/>
-            <li><b>/core</b> - contains jars that are essential to all Muse applications.<br/></li><br/>
+            <li><b>/core</b> - contains jars that are essential to all Muse applications.<br/></li><br/>
+            <li><b>/mini</b> - contains support for Mini SOAP Engine deployment.<br/></li><br/>
             <li><b>/osgi</b> - contains support for OSGi deployment.<br/></li><br/>
             <li><b>/tools</b> - contains the code generation and resource analysis tools.<br/></li><br/>
             <li><b>/ws-fx-api</b> - contains the Java interfaces for WS-* specifications.<br/></li><br/>

Modified: webservices/muse/site/docs/2.2.0/tutorial/index.html
URL: http://svn.apache.org/viewvc/webservices/muse/site/docs/2.2.0/tutorial/index.html?view=diff&rev=509597&r1=509596&r2=509597
==============================================================================
--- webservices/muse/site/docs/2.2.0/tutorial/index.html (original)
+++ webservices/muse/site/docs/2.2.0/tutorial/index.html Tue Feb 20 07:11:42 2007
@@ -125,7 +125,7 @@
 </div>
 <p>
 During the tutorial, you will occasionally have to choose between sections based on 
-Apache Axis2, OSGi, or constrained footprint ("mini") deployment; the programming model 
+Apache Axis2, OSGi, or the Mini SOAP Engine (for constrained footprint); the programming model 
 and code will remain the same no matter which platform is chosen, but the packaging 
 will be different. In general, your design and development should not be affected by 
 platform choice, but the set up of your deployment and test environment may vary.

Modified: webservices/muse/site/docs/index.html
URL: http://svn.apache.org/viewvc/webservices/muse/site/docs/index.html?view=diff&rev=509597&r1=509596&r2=509597
==============================================================================
--- webservices/muse/site/docs/index.html (original)
+++ webservices/muse/site/docs/index.html Tue Feb 20 07:11:42 2007
@@ -117,11 +117,9 @@
 <h2>Apache Muse - Documentation</h2>
 <div id="minitoc-area">
 <ul class="minitoc">
-<!--
 <li>
 <a href="2.2.0/index.html">2.2.0</a>
 </li>
--->
 <li>
 <a href="2.1.0/index.html">2.1.0</a>
 </li>

Modified: webservices/muse/site/download.html
URL: http://svn.apache.org/viewvc/webservices/muse/site/download.html?view=diff&rev=509597&r1=509596&r2=509597
==============================================================================
--- webservices/muse/site/download.html (original)
+++ webservices/muse/site/download.html Tue Feb 20 07:11:42 2007
@@ -118,6 +118,12 @@
 <div id="minitoc-area">
 <ul class="minitoc">
 
+<li>2.2.0: 
+<a class="external" href="http://www.apache.org/dist/ws/muse/2.2.0/bin/">binary distribution</a> 
+<a class="external" href="http://www.apache.org/dist/ws/muse/2.2.0/src/">source distribution</a> 
+[<a href="#2.2.0-packaging">1</a>]
+</li>
+
 <li>2.1.0: 
 <a class="external" href="http://www.apache.org/dist/ws/muse/2.1.0/bin/">binary distribution</a> 
 <a class="external" href="http://www.apache.org/dist/ws/muse/2.1.0/src/">source distribution</a>
@@ -133,11 +139,18 @@
 </li>
 </ul>
 </div>
+<p>f you want to test a new feature or bug fix that is not part of a release yet, 
+you can download the <a href="http://ws.apache.org/muse/nightly">nightly build</a>. 
+Remember that the nightly builds offer varying levels of stability depending on 
+where we are in the development cycle, and they should not to be used in a 
+production environment.
+</p>
 <p>
-If you want to test a new feature or bug fix that is not part of a release yet, you can download 
-<a href="http://ws.apache.org/muse/nightly">the nightly build</a>. Remember that the nightly 
-builds offer varying levels of stability depending on where we are in the development cycle, 
-and they should not to be used in a production environment.
+[<a name="2.2.0-packaging">1</a>] Beginning with Apache Muse 2.2.0, the binary distribution 
+includes all of the libraries for Apache Axis2 and Eclipse Equinox (OSGi). These files 
+are needed by the code generation tools that create the deployable artifacts for J2EE 
+or OSGi containers. You may not use all of them, but they are included so that you can 
+take advantage of all code generation options in one distribution.
 </p>
   
 </div>

Modified: webservices/muse/site/index.html
URL: http://svn.apache.org/viewvc/webservices/muse/site/index.html?view=diff&rev=509597&r1=509596&r2=509597
==============================================================================
--- webservices/muse/site/index.html (original)
+++ webservices/muse/site/index.html Tue Feb 20 07:11:42 2007
@@ -134,6 +134,9 @@
 <div class="section">
 <blockquote>
 
+<strong>[ March 23, 2006 ]</strong> <a href="download.html">Apache Muse 2.2.0</a> is now available!
+<br/><br/>
+
 <strong>[ January 26, 2006 ]</strong> The next release of Apache Muse (version 2.2.0) is 
 scheduled for March 23, 2007. The first release candidate will be published on March 2, 2007.
 <br/><br/>
@@ -166,7 +169,7 @@
 <a name="N10022"></a><a name="Features"></a>
 <h2 class="boxed">Features</h2>
 <div class="section">
-Apache Muse 2.0.0 includes:
+Apache Muse 2.2.0 includes:
 <br/><br/>
 <ul>
 <li>Implementation of all WSRF 1.2, WSN 1.3, WSDM 1.1, and WS-MetadataExchange port types.</li>
@@ -181,10 +184,9 @@
 on your part).</li>
 <li>Lots of utility APIs for common tasks associated with resource properties, 
 service groups, relationships, publish-subscribe scenarios, and resource introspection.</li>
-<li>Automatic XML serialization of complex types via <a class="external" href="http://xstream.codehaus.org">XStream.</a></li>
-<li>A WSDL-to-Java client generation tool.</li>
 <li>A persistence API so that users can recover the state of a WS-resource 
 after shutdown of the host.</li>
+<li>A WSDL-to-Java client generation tool.</li>
 <li>Complete WSDL-to-Java tooling that parses WSDL and creates both service 
 and client-side code and artifacts.</li>
 <li>Continued dedication to 100% compliance with ratified standards!</li>

Modified: webservices/muse/site/source-code.html
URL: http://svn.apache.org/viewvc/webservices/muse/site/source-code.html?view=diff&rev=509597&r1=509596&r2=509597
==============================================================================
--- webservices/muse/site/source-code.html (original)
+++ webservices/muse/site/source-code.html Tue Feb 20 07:11:42 2007
@@ -163,11 +163,11 @@
 To build the Muse distribution archives, you must install 
 <a href="http://maven.apache.org/" class="external">Apache Maven</a>, 
 <a href="http://ant.apache.org" class="external">Apache Ant</a>, and a 
-<a href="http://tortoisesvn.tigris.org/" class="external">Subversion client</a> on your system. 
+<a href="http://subversion.tigris.org/" class="external">Subversion client</a> on your system. 
 With regard to Maven, we require version <strong>2.0.4</strong>.
-After the installation make sure that <em>mvn.bat</em> (or <em>mvn</em> on non-Windows systems),
+After the installation make sure that the <em>mvn</em>,
 <em>ant</em> and <em>svn</em> executables are in the search path (on Windows-like systems
-this would be in the <em>%PATH%</em> variable, on Unix-like systems this would be in the <em>$PATH</em>
+this would be in the <em>%PATH%</em> enviroment variable, on Unix-like systems this would be in the <em>$PATH</em>
 environment variable).
 </p>
 <p>



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