Author: chatra
Date: Mon Oct 2 03:49:30 2006
New Revision: 451966
URL: http://svn.apache.org/viewvc?view=rev&rev=451966
Log:
more updates
Modified:
webservices/axis2/trunk/java/xdocs/1_1/userguide-new.html
webservices/axis2/trunk/java/xdocs/download/1_1/download.html
Modified: webservices/axis2/trunk/java/xdocs/1_1/userguide-new.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/xdocs/1_1/userguide-new.html?view=diff&rev=451966&r1=451965&r2=451966
==============================================================================
--- webservices/axis2/trunk/java/xdocs/1_1/userguide-new.html (original)
+++ webservices/axis2/trunk/java/xdocs/1_1/userguide-new.html Mon Oct 2 03:49:30 2006
@@ -18,11 +18,6 @@
<h2>Content</h2>
<ul>
<li><p><a href="userguide1.html#Axis2_User's_Guide">Introduction</a></p>
- <ul>
- <li><a href="userguide1.html#What_is_Axis2_">What is Axis2?</a></li>
- <li><a href="userguide1.html#Axis2_Complete_Features_List">Axis2
- Feature List & Tools</a></li>
- </ul>
</li>
<li><p><a href="userguide2.html#Axis2_User's_Guide">Web Services Using
Axis2</a></p>
@@ -171,98 +166,13 @@
<p>This User's Guide is written based on <a
href="../download/1_1/download.html/#std-bin">Axis2 Standard Binary
-Distribution</a>. The standard binary distribution can be built using the
-source code or downloaded. Please refer to the <a
-href="installationguide.html#Download_Axis2">Installation Guide</a> for more
-information on the downloadables available in this release.</p>
-
-<p>If you are new to Axis, we recommend that you read <a
-href="http://ws.apache.org/axis/java/user-guide.html" target="_blank">Axis
-1.x User's Guide</a> before you proceed any further.</p>
-
-<h3><a name="What_is_Axis2_">What is Axis2?</a></h3>
-
-<p>Apache Axis2 is the core engine for Web services. A new architecture for
-Axis was introduced during the August 2004 Summit in Colombo,Sri Lanka. This
-new architecture for Axis is more flexible, efficient and configurable. Some
-well established concepts from Axis 1.x, like handlers etc., have been
-preserved in this new architecture.Axis2 comes with many new features,
-enhancements and industry specification implementations.</p>
-
-<p>Axis2 offers the following key features:</p>
-<ul>
- <li><p style="margin-bottom: 0in"><strong>Speed</strong> - Axis2
uses its
- own object model and StAX (Streaming API for XML) parsing to achieve
- significantly greater speed than earlier versions of Apache Axis.</p>
- </li>
- <li><p style="margin-bottom: 0in"><strong>Low memory foot print</strong>-
- Axis2 was designed ground-up keeping low memory foot print in mind.</p>
- </li>
- <li><p style="margin-bottom: 0in"><strong>AXIOM</strong> - Axis2
comes with
- its own light-weight object model, AXIOM, for message processing which is
- extensible, highly performant and is developer convenient.</p>
- </li>
- <li><p style="margin-bottom: 0in"><strong><a name="Hot_Deployment">Hot
- Deployment</a></strong> - Axis2 is equipped with the capability of
- deploying Web service & handlers while the system is up and running.
- In other words, new services can be added to the system without having to
- shut down the server. Simply drop the required Web service archive into
- the services directory in the repository and the deployment model will
- automatically deploy the service and make it available for use.</p>
- </li>
- <li><p style="margin-bottom: 0in"><strong>Asynchronous Web
- services</strong> - Axis2 now supports asynchronous Web services &
- asynchronous Web services invocation using non-blocking clients and
- transports .</p>
- </li>
- <li><p style="margin-bottom: 0in"><strong>MEP Support</strong>
- Axis2 now
- comes handy with the flexibility to support Message Exchange Patterns
- (MEPs) with in-built support for basic MEPs defined in WSDL 2.0.</p>
- </li>
- <li><p style="margin-bottom: 0in"><strong>Flexibility</strong>
- The Axis2
- architecture gives the developer complete freedom to insert extensions
- into the engine for custom header processing, system management, and
- <em>anything else you can imagine</em>.</p>
- </li>
- <li><p style="margin-bottom: 0in"><strong>Stability</strong> -
Axis2
- defines a set of published interfaces which change relatively slowly
- compared to the rest of Axis.</p>
- </li>
- <li><p style="margin-bottom: 0in"><strong>Component-oriented
- Deployment</strong> - You can easily define reusable networks of Handlers
- to implement common patterns of processing for your applications, or to
- distribute to partners.</p>
- </li>
- <li><p style="margin-bottom: 0in"><strong>Transport Framework</strong>
- We
- have a clean and simple abstraction for integrating and using Transports
- (i.e., senders and listeners for SOAP over various protocols such as
- SMTP, FTP, message-oriented middleware, etc), and the core of the engine
- is completely transport-independent.</p>
- </li>
- <li><p style="margin-bottom: 0in"><strong>WSDL support</strong>
- Axis2
- supports the Web Service Description Language, version <a
- href="http://www.w3.org/TR/wsdl">1.1</a> and <a
- href="http://www.w3.org/TR/wsdl20/">2.0</a>, which allows you to easily
- build stubs to access remote services, and also to automatically export
- machine-readable descriptions of your deployed services from Axis2.</p>
- </li>
- <li><p style="margin-bottom: 0in"><strong>Add-ons</strong> - Several
Web
- services specifications have been incorporated including <a
- href="http://ws.apache.org/wss4j/" target="_blank">WSS4J</a> for security
- (Apache Rampart), <a href="http://ws.apache.org/sandesha/"
- target="_blank">Sandesha</a> for reliable messaging, <a
- href="http://ws.apache.org/kandula/" target="_blank">Kandula</a> which is
- an encapsulation of WS-Coordination, WS-AtomicTransaction and
- WS-BusinessActivity.</p>
- </li>
- <li><p style="margin-bottom: 0in"><strong>Composition and
- Extensibility</strong> - Modules and phases improve support for
- composability and extensibility. Modules supports composability and is
- able to add support for new WS-* specifications in a simple and clean
- manner. They are however not <a href="#Hot_Deployment">hot deployable</a>
- as they change the overall behavior of the system.</p>
- </li>
-</ul>
+Distribution</a>. The standard binary distribution can be directly <a
+href="[preferred]/ws/axis2/1_1/axis2-std-1.1-bin.zip"
+title="[preferred]/ws/axis2/1_1/axis2-std-1.1-bin.zip">downloaded</a> or
+built using the <a href="../download/1_1/download.html#src">Standard Source
+Distribution</a>. If you choose to go for the latter, then <a
+href="installationguide.html">Installation Guide</a> will instruct you on how
+to build Axis2 Standard Binary Distribution using the Source.</p>
<p>We hope you enjoy using Axis2. Please note that this is an open-source
effort. If you feel the code could use some new features or fixes, please get
@@ -272,12 +182,6 @@
<p>Let us know what you think! Send your feedback on Axis2 to "<a
href="mailto:axis-user@ws.apache.org">axis-user@ws.apache.org</a>". Make sure
to prefix the subject of the mail with [Axis2].</p>
-
-<h3><a name="Axis2_Complete_Features_List">Axis2 Feature List and
-Tools</a></h3>
-
-<p>To get detail information on Axis2 features list and tools included in
-this release see <a href="../index.html" target="_blank">Home page</a>.</p>
<h2><a name="Web_Services_Using_Axis2">Web Services Using Axis2</a></h2>
Modified: webservices/axis2/trunk/java/xdocs/download/1_1/download.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/xdocs/download/1_1/download.html?view=diff&rev=451966&r1=451965&r2=451966
==============================================================================
--- webservices/axis2/trunk/java/xdocs/download/1_1/download.html (original)
+++ webservices/axis2/trunk/java/xdocs/download/1_1/download.html Mon Oct 2 03:49:30 2006
@@ -81,7 +81,7 @@
title="http://www.apache.org/dist/ws/axis2/1_1/axis2-std-1.1-bin.zip.asc">PGP</a></td>
</tr>
<tr>
- <td><strong>Standard Distribution - Source</strong></td>
+ <td><a name="src"></a><strong>Standard Distribution - Source</strong></td>
<td>This will contain the sources of Axis2 standard distribution. One
can generate a binary distribution from this by typing <span
class="style1">$maven dist-standard-bin. </span>(<a
---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org
|