You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2008/04/11 03:07:27 UTC

svn commit: r647024 - in /webservices/axis2/trunk/java/modules/documentation: src/site/site.xml xdocs/archived_news.xml xdocs/index.xml

Author: dims
Date: Thu Apr 10 18:07:24 2008
New Revision: 647024

URL: http://svn.apache.org/viewvc?rev=647024&view=rev
Log:
more cleanup

Modified:
    webservices/axis2/trunk/java/modules/documentation/src/site/site.xml
    webservices/axis2/trunk/java/modules/documentation/xdocs/archived_news.xml
    webservices/axis2/trunk/java/modules/documentation/xdocs/index.xml

Modified: webservices/axis2/trunk/java/modules/documentation/src/site/site.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/src/site/site.xml?rev=647024&r1=647023&r2=647024&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/src/site/site.xml (original)
+++ webservices/axis2/trunk/java/modules/documentation/src/site/site.xml Thu Apr 10 18:07:24 2008
@@ -49,12 +49,13 @@
 			   <item name="Installation Guide" href="@axis2_version_dir@/installationguide.html" />
 			   <item name="QuickStart Guide" href="@axis2_version_dir@/quickstartguide.html" />
 			   <item name="User Guide" href="@axis2_version_dir@/userguide.html" />
+			   <item name="JAXWS Guide" href="@axis2_version_dir@/jaxws-guide.html" />
 			   <item name="POJO Guide" href="@axis2_version_dir@/pojoguide.html" />
 			   <item name="Spring Guide" href="@axis2_version_dir@/spring.html" />
 			   <item name="Web Administrator's Guide" href="@axis2_version_dir@/webadminguide.html" />
 			   <item name="Migration Guide (from Axis1)" href="@axis2_version_dir@/migration.html" />
 			</item>
-      <item name="Version 1.2" href="/1_3/contents.html" />
+      <item name="Version 1.3" href="/1_3/contents.html" />
       <item name="Version 1.2" href="/1_2/contents.html" />
 			<item name="Version 1.1.1" href="/1_1_1/contents.html" />
 			<item name="Version 1.1" href="/1_1/contents.html" />

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/archived_news.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/archived_news.xml?rev=647024&r1=647023&r2=647024&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/archived_news.xml (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/archived_news.xml Thu Apr 10 18:07:24 2008
@@ -40,6 +40,7 @@
 <h2>Content</h2>
 <h3>Apache Axis2 Releases:</h3>
 <ul>
+<li><a href="#1.3">13rd August 2007  - Version 1.3</a></li>
 <li><a href="#1.2">27th April 2007 - Version 1.2</a></li>
 <li><a href="#1_1_1">09th January 2007- Version 1.1.1</a></li>
 <li><a href="#1_1">13th November 2006- Version 1.1</a></li>
@@ -53,6 +54,102 @@
 <li><a href="#M2">07 June 2005 - Milestone 2</a></li>
 <li><a href="#M1">24 February 2005 - Milestone 1</a></li>
 </ul>
+
+
+<a id="1.2" name="1.2"></a>
+<h2>13rd August 2007 - Apache Axis2/Java Version 1.3 Released!</h2>
+<p>[<a href=
+"http://ws.apache.org/axis2/download/1_3/download.cgi">Download
+1.3</a>]</p>
+<p>Apache Axis2 Version 1.3 comes with performance improvements and
+a number bug fixes over the 1.2 release. Check out the complete list of
+features below.</p>
+<h3>Programming Model</h3>
+<ul>
+<li>Improved, XML-centric client API including full WSDL and policy
+support</li>
+<li>Support for POJO and Spring services and clients</li>
+<li>Support for any message exchange pattern</li>
+<li>Synchronous and asynchronous calls</li>
+<li>Archived service deployment model supporting full service
+encapsulation with versioning support</li>
+<li>Archived module deployment model supporting controlled
+extensibility with versioning support</li>
+<li><a href="#Hot_Deployment">Hot deployment</a></li>
+<li>WS-Policy driven code generation extensions</li>
+<li>Flexible service life cycle model</li>
+<li>Automatic support for POX (REST) style invocation of
+services</li>
+<li>Support for querying a service's WSDL (using ?wsdl), schema
+(using ?xsd) and policies (using ?policy)</li>
+<li>WSDL 2.0</li>
+<li>POJO annotation (<a href=
+"http://jcp.org/en/jsr/detail?id=181">JSR 181</a>)</li>
+<li>JAX-WS intregration</li>
+<li>Custom Deployers</li>
+<li>Binary serialization (Fast Infoset)</li>
+<li>JSON support</li>
+<li>EJB Provider support</li>
+</ul>
+<h3>Supported Specifications</h3>
+<ul>
+<li>SOAP 1.1 and 1.2</li>
+<li>Message Transmission Optimization Mechanism (MTOM), XML
+Optimized Packaging (XOP) and SOAP with Attachments</li>
+<li>WSDL 1.1, including both SOAP and HTTP bindings</li>
+<li>WS-Addressing (submission and final)</li>
+<li>WS-Policy</li>
+<li>SAAJ 1.1</li>
+</ul>
+<h3>Transports</h3>
+<ul>
+<li>HTTP</li>
+<li>SMTP</li>
+<li>JMS</li>
+<li>TCP</li>
+</ul>
+<h3>Supported Data Bindings</h3>
+<ul>
+<li>Axis Data Binding (ADB)</li>
+<li>XMLBeans</li>
+<li>JibX</li>
+<li>JaxBRI (Experimental)</li>
+</ul>
+<h2><a name="Tools_included_in this_Release">Tools Included in This
+Release</a></h2>
+<p>[<a href="http://ws.apache.org/axis2/tools/index.html" target=
+"_blank">Download Tool Plug-ins</a>]</p>
+<ol type="1">
+<li>Axis2 Web Application (Web App)</li>
+<li>WSDL2WS- <a href="tools/1_2/eclipse/wsdl2java-plugin.html"
+target="_blank">eclipse plug-in</a><a>/</a> <a href=
+"tools/1_2/CodegenToolReference.html" target="_blank">Command line
+version</a><a>/</a><a href=
+"tools/1_2/idea/Idea_plug-in_userguide.html#WSDL2Java_Code_Generation"
+target="_blank">IntelliJ IDEA plug-in</a><a>/</a><a href=
+"tools/1_2/maven-plugins/maven-wsdl2code-plugin.html" target=
+"_blank">Maven2 WSDL2Code Plug-in</a></li>
+<li>Service Archive Wizard- <a href=
+"tools/1_2/eclipse/servicearchiver-plugin.html" target=
+"_blank">eclipse plug-in</a>/ <a href=
+"tools/1_2/idea/Idea_plug-in_userguide.html#Create_Service_Archive"
+target="_blank">IntelliJ IDEA plug-in</a>/ <a href=
+"tools/1_2/maven-plugins/maven-aar-plugin.html" target=
+"_blank">Maven2 AAR Plug-in</a></li>
+<li>Java2WSDL- <a href=
+"tools/1_2/maven-plugins/maven-java2wsdl-plugin.html" target=
+"_blank">Maven2 Java2WSDL Plug-in</a></li>
+</ol>
+<h2>Extension Modules</h2>
+<ul>
+<li>Apache Rampart: Supporting WS-Security (and soon
+WS-Policy)</li>
+<li>Apache Sandesha2: Supporting WS-Reliable Messaging</li>
+</ul>
+(Apache Axis2 comes built in with a module that supports
+WS-Addressing.)
+<h2>Known Issues and Limitations</h2>
+
 <a id="1.2" name="1.2"></a>
 <h2>27th April 2007 - Apache Axis2/Java Version 1.2 Released!</h2>
 <p>[<a href=

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/index.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/index.xml?rev=647024&r1=647023&r2=647024&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/index.xml (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/index.xml Thu Apr 10 18:07:24 2008
@@ -215,13 +215,14 @@
 "mailto:axis-user@ws.apache.org">axis-user@ws.apache.org</a>". Make
 sure to prefix the subject of the mail with [Axis2].</p>
 <h2>Features of Axis2 Latest Version</h2>
-<p>Apache Axis2 Version 1.3 comes with performance improvements and
-a number bug fixes over the 1.2 release. Check out the complete list of
+<p>Apache Axis2 Version 1.4 comes with performance improvements and
+a number bug fixes over the 1.3 release. Check out the complete list of
 features below.</p>
 <h3>Programming Model</h3>
 <ul>
 <li>Improved, XML-centric client API including full WSDL and policy
 support</li>
+<li><a href="@axis2_version_dir@/jaxws-guide.html">Support for JAXWS-style services and clients</a></li>
 <li>Support for POJO and Spring services and clients</li>
 <li>Support for any message exchange pattern</li>
 <li>Synchronous and asynchronous calls</li>
@@ -237,9 +238,6 @@
 <li>Support for querying a service's WSDL (using ?wsdl), schema
 (using ?xsd) and policies (using ?policy)</li>
 <li>WSDL 2.0</li>
-<li>POJO annotation (<a href=
-"http://jcp.org/en/jsr/detail?id=181">JSR 181</a>)</li>
-<li>JAX-WS intregration</li>
 <li>Custom Deployers</li>
 <li>Binary serialization (Fast Infoset)</li>
 <li>JSON support</li>



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