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 ch...@apache.org on 2007/04/24 10:20:45 UTC

svn commit: r531826 - in /webservices/axis2/branches/java/1_2: release-notes.html xdocs/@axis2_version_dir@/Axis2ArchitectureGuide.html xdocs/index.html

Author: chatra
Date: Tue Apr 24 01:20:45 2007
New Revision: 531826

URL: http://svn.apache.org/viewvc?view=rev&rev=531826
Log:
reviewed and committing patches in https://issues.apache.org/jira/browse/AXIS2-2582 

Modified:
    webservices/axis2/branches/java/1_2/release-notes.html
    webservices/axis2/branches/java/1_2/xdocs/@axis2_version_dir@/Axis2ArchitectureGuide.html
    webservices/axis2/branches/java/1_2/xdocs/index.html

Modified: webservices/axis2/branches/java/1_2/release-notes.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/release-notes.html?view=diff&rev=531826&r1=531825&r2=531826
==============================================================================
--- webservices/axis2/branches/java/1_2/release-notes.html (original)
+++ webservices/axis2/branches/java/1_2/release-notes.html Tue Apr 24 01:20:45 2007
@@ -8,7 +8,6 @@
 <h1>Welcome to Apache Axis2 version 1.1</h1>
 
 <h3>@TODAY@</h3>
-
 <pre>Just over 6 months since the original 1.0 release, we are very proud to
 announce the release of Apache Axis2 version 1.1.
 
@@ -26,21 +25,22 @@
 WS-Eventing (Apache Savan) will be available soon after the Apache Axis2
 1.1 release. Please see these projects' own sites for further information.
 
-Major Changes Since 1.0:
-- Significantly improved documentation
-- Significantly improved support for POJO services and clients
-- Significantly improved support for Spring services
-- Significantly improved Axis Data Binding (ADB) to increase schema
-  coverage and overall stability
-- Improved service lifecycle model
-- Improved JMS support
-- Improved handler and module interfaces
-- Improved Eclipse and Idea plugins
-- New Attachments API for sending & receiving MTOM and SwA attachments
-- Built in support for WS-Policy via Apache Neethi
-- Added support for unwrapping Web service requests
-- Fixed tons of small and not-so-small bugs
-- Major refactoring of release structure to make usage easy
+Major Changes Since 1.1:
+- WSDL 2.0 fully support (reading, writing, and codegen)
+- POJO annotation 
+- JAX-WS integration
+- JAX-WS -annotation
+- Un-wrapping (Response) 
+- ADB - missing schema support 
+- Maven2 support
+- JASON support 
+- Binary serialization 
+- Multiple services support in code gen 
+- HTTP code generation (both WSDL 1.1 and 2.0)
+- Fix/update helper mode 
+- Custom deployer support
+- Message formatters
+- Message Builders
 
 Known Issues and Limitations in 1.1 Release:
 - Unwrapping of response messages (coming in 1.2)
@@ -66,7 +66,7 @@
 Features of Apache Axis2:
 
 Programming Model
-   - Simple XML-centric client API with full WSDL and policy support
+   - Improved XML-centric client API with full WSDL and policy support
    - Support for POJO and Spring services and clients
    - Support for any message exchange pattern (MEP)
    - Synchronous and asynchronous programming model
@@ -80,6 +80,10 @@
    - Automatic support for POX (REST) style invocation of services
    - Support for querying service's WSDL (with ?wsdl), schema (with
      ?xsd) and policies (with ?policy)
+   - WSDL 2.0POJO annotation (JSR 181)
+   - JAX-WS intregration
+   - Binary serialization (Fast Infoset)
+   - JSON support
 
 Supported Specifications
    - SOAP 1.1 and 1.2

Modified: webservices/axis2/branches/java/1_2/xdocs/@axis2_version_dir@/Axis2ArchitectureGuide.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/xdocs/%40axis2_version_dir%40/Axis2ArchitectureGuide.html?view=diff&rev=531826&r1=531825&r2=531826
==============================================================================
--- webservices/axis2/branches/java/1_2/xdocs/@axis2_version_dir@/Axis2ArchitectureGuide.html (original)
+++ webservices/axis2/branches/java/1_2/xdocs/@axis2_version_dir@/Axis2ArchitectureGuide.html Tue Apr 24 01:20:45 2007
@@ -9,7 +9,7 @@
 </head>
 
 <body lang="en-US" dir="ltr">
-<h1 align="center">Apache Axis2 Architecture Guide</h1>
+<h1 align="center">eApache Axis2 Architecture Guide</h1>
 
 <p>This document gives an introduction to Axis2's modular architecture with
 explanations on every module.</p>
@@ -436,7 +436,7 @@
 <p>An incoming SOAP message is always received by a Transport Receiver
 waiting for the SOAP messages. Once the SOAP message arrives, the transport
 Headers are parsed and a <a href="#messageContext">Message Context</a> is
-created from the incoming SOAP message. This message context encpsulates all
+created from the incoming SOAP message. This message context encapsulates all
 the information, including the SOAP message itself, transport headers, etc.,
 inside it. Then the <i>In Pipe</i> is executed with the Message Context.</p>
 

Modified: webservices/axis2/branches/java/1_2/xdocs/index.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/xdocs/index.html?view=diff&rev=531826&r1=531825&r2=531826
==============================================================================
--- webservices/axis2/branches/java/1_2/xdocs/index.html (original)
+++ webservices/axis2/branches/java/1_2/xdocs/index.html Tue Apr 24 01:20:45 2007
@@ -194,6 +194,11 @@
   <li>Flexible service life cycle model</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 (JSR 181)</li>
+  <li>JAX-WS intregration</li>
+  <li>Binary serialization (Fast Infoset)</li>
+  <li>JSON support</li>
 </ul>
 
 <h3>Supported Specifications</h3>



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