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 ch...@apache.org on 2006/01/05 10:35:36 UTC

svn commit: r366137 - in /webservices/axis2/trunk/java: modules/integration/test/org/apache/axis2/integration/UtilServer.java xdocs/0_93/index.html xdocs/0_94/index.html xdocs/index.html xdocs/navigation.xml

Author: chinthaka
Date: Thu Jan  5 01:35:21 2006
New Revision: 366137

URL: http://svn.apache.org/viewcvs?rev=366137&view=rev
Log:
Some more changes to xdocs.

Modified:
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/integration/UtilServer.java
    webservices/axis2/trunk/java/xdocs/0_93/index.html
    webservices/axis2/trunk/java/xdocs/0_94/index.html
    webservices/axis2/trunk/java/xdocs/index.html
    webservices/axis2/trunk/java/xdocs/navigation.xml

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/integration/UtilServer.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/integration/UtilServer.java?rev=366137&r1=366136&r2=366137&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/integration/UtilServer.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/integration/UtilServer.java Thu Jan  5 01:35:21 2006
@@ -39,7 +39,6 @@
 
     public static final String FAILURE_MESSAGE = "Intentional Failure";
 
-//    private static ThreadPool tp = null;
 
     public static synchronized void deployService(AxisService service)
             throws AxisFault {

Modified: webservices/axis2/trunk/java/xdocs/0_93/index.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/0_93/index.html?rev=366137&r1=366136&r2=366137&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/0_93/index.html (original)
+++ webservices/axis2/trunk/java/xdocs/0_93/index.html Thu Jan  5 01:35:21 2006
@@ -9,25 +9,62 @@
 <body>
 <h2>Getting Started Guides for Axis2 </h2>
 <ul>
-  <li><a href="../0.93/installationguide.html">Installation Guide</a></li>
-  <li><a href="../0.93/userguide.html">User's Guide</a></li>
-  <li><a href="../0.93/webadminguide.html">Web Administration Guide </a></li>
+  <li><a href="installationguide.html">Installation Guide</a></li>
+  <li><a href="userguide.html">User's Guide</a></li>
+  <li><a href="webadminguide.html">Web Administration Guide </a></li>
 </ul>
 <h2>Additional References</h2>
 <ul>
-  <li><a href="../0.93/docs.html">Additional Reference</a></li>
   <li><a href="http://wiki.apache.org/ws/FrontPage/Axis2">Axis2 Wiki</a></li>
-  <li><a href="../0.93/Axis2ArchitectureGuide.html">Architecture Guide</a></li>
-  <li><a href="../0.93/OMTutorial.html">AXIOM Tutorial</a></li>
-  <li><a href="../0.93/CodegenToolReference.html">Code Generation Tutorial</a></li>
-  <li><a href="../0.93/rest-ws.html">REST Support</a></li>
-  <li>    <a href="../0.93/mtom-guide.html">Handling Binary Data with Axis2</a></li>
-  <li>    <a href="../0.93/axis2config.html">Axis2 Configuration Guide</a></li>
-  <li>    <a href="../0.93/migration.html">Migrating from Axis 1.x</a></li>
-  <li>    <a href="../0.93/api.html">Online Java Docs</a></li>
-  <li>    <a href="../0.93/adb/adb-howto.html">ADB How-to</a></li>
-  <li>    <a href="../0.93/security-module.html">WS-Security How-to</a></li>
-  <li>    <a href="../0.93/otherTutorials.html">Other Tutorials</a></li>
+  <li><a href="Axis2ArchitectureGuide.html">Architecture Guide</a></li>
+  <li><a href="OMTutorial.html">AXIOM Tutorial</a></li>
+  <li><a href="CodegenToolReference.html">Code Generation Tutorial</a></li>
+  <li><a href="rest-ws.html">REST Support</a></li>
+  <li>    <a href="mtom-guide.html">Handling Binary Data with Axis2</a></li>
+  <li>    <a href="axis2config.html">Axis2 Configuration Guide</a></li>
+  <li>    <a href="migration.html">Migrating from Axis 1.x</a></li>
+  <li>    <a href="api/api.html">Online Java Docs</a></li>
+  <li>    <a href="adb/adb-howto.html">ADB How-to</a></li>
+  <li>    <a href="security-module.html">WS-Security How-to</a></li>
+</ul>
+<h2>Other Tutorials </h2>
+<h3>Axis2</h3>
+<ul>
+  <li><a
+    href="http://www.jaxmagazine.com/itr/online_artikel/psecom,id,747,nodeid,147.html">Axis2
+    - The Future of Web Services</a>
+  </li>
+  <li>
+    <a
+    href="http://www.developer.com/services/article.php/3525481">Introducing
+        Axis2</a>
+  </li>
+  <li><a href="http://www.onjava.com/pub/a/onjava/2005/07/27/axis2.html">Web
+    Services Messaging with Apache Axis2: Concepts and Techniques</a></li>
+  <li><a href="http://developer.com/java/web/article.php/3529321">Axis2
+    Execution Framework</a>
+  </li>
+  <li><a
+    href="http://jaxmag.com/itr/online_artikel/psecom,id,757,nodeid,147.html">Axis2
+    Deployment Model</a>
+  </li>
+  <li><a
+    href="http://www.developer.com/open/article.php/3557741">Undertanding Axis2 Deployment Architecture</a>
+  </li>
+
+</ul>
+
+<h3>AXIOM</h3>
+<ul>
+  <li><a
+    href="http://www.jaxmag.com/itr/online_artikel/psecom,id,726,nodeid,147.html">Fast
+    and Lightweight Object Model for XML </a> - An Introduction to AXIOM, the
+    Open Source API for Working with XML
+  </li>
+  <li><a href="http://www-128.ibm.com/developerworks/library/x-axiom/">Get
+    the most out of XML processing with AXIOM</a> - Explaining the
+    flexibilities of AXIOM in developerworks.
+  </li>
 </ul>
 </body>
 </html>

Modified: webservices/axis2/trunk/java/xdocs/0_94/index.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/0_94/index.html?rev=366137&r1=366136&r2=366137&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/0_94/index.html (original)
+++ webservices/axis2/trunk/java/xdocs/0_94/index.html Thu Jan  5 01:35:21 2006
@@ -15,7 +15,6 @@
 </ul>
 <h2>Additional References</h2>
 <ul>
-  <li><a href="docs.html">Additional Reference</a></li>
   <li><a href="http://wiki.apache.org/ws/FrontPage/Axis2">Axis2 Wiki</a></li>
   <li><a href="Axis2ArchitectureGuide.html">Architecture Guide</a></li>
   <li><a href="OMTutorial.html">AXIOM Tutorial</a></li>
@@ -24,11 +23,48 @@
   <li>    <a href="mtom-guide.html">Handling Binary Data with Axis2</a></li>
   <li>    <a href="axis2config.html">Axis2 Configuration Guide</a></li>
   <li>    <a href="migration.html">Migrating from Axis 1.x</a></li>
-  <li>    <a href="api.html">Online Java Docs</a></li>
+  <li>    <a href="api/api.html">Online Java Docs</a></li>
   <li>    <a href="adb/adb-howto.html">ADB How-to</a></li>
   <li>    <a href="security-module.html">WS-Security How-to</a></li>
-  <li>    <a href="otherTutorials.html">Other Tutorials</a></li>
+</ul>
+<h2>Other Tutorials </h2>
+<h3>Axis2</h3>
+<ul>
+  <li><a
+    href="http://www.jaxmagazine.com/itr/online_artikel/psecom,id,747,nodeid,147.html">Axis2
+    - The Future of Web Services</a>
+  </li>
+  <li>
+    <a
+    href="http://www.developer.com/services/article.php/3525481">Introducing
+        Axis2</a>
+  </li>
+  <li><a href="http://www.onjava.com/pub/a/onjava/2005/07/27/axis2.html">Web
+    Services Messaging with Apache Axis2: Concepts and Techniques</a></li>
+  <li><a href="http://developer.com/java/web/article.php/3529321">Axis2
+    Execution Framework</a>
+  </li>
+  <li><a
+    href="http://jaxmag.com/itr/online_artikel/psecom,id,757,nodeid,147.html">Axis2
+    Deployment Model</a>
+  </li>
+  <li><a
+    href="http://www.developer.com/open/article.php/3557741">Undertanding Axis2 Deployment Architecture</a>
+  </li>
+
+</ul>
+
+<h3>AXIOM</h3>
+<ul>
+  <li><a
+    href="http://www.jaxmag.com/itr/online_artikel/psecom,id,726,nodeid,147.html">Fast
+    and Lightweight Object Model for XML </a> - An Introduction to AXIOM, the
+    Open Source API for Working with XML
+  </li>
+  <li><a href="http://www-128.ibm.com/developerworks/library/x-axiom/">Get
+    the most out of XML processing with AXIOM</a> - Explaining the
+    flexibilities of AXIOM in developerworks.
+  </li>
 </ul>
 </body>
 </html>
-

Modified: webservices/axis2/trunk/java/xdocs/index.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/index.html?rev=366137&r1=366136&r2=366137&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/index.html (original)
+++ webservices/axis2/trunk/java/xdocs/index.html Thu Jan  5 01:35:21 2006
@@ -38,39 +38,47 @@
 </ul>
 
 <h2>Latest Release</h2>
-
-<p><b>02 December  2005 - Apache Axis2 Version 0.93 Released!</b> <a
-href="http://ws.apache.org/axis2/download.cgi">(Download 0.93)</a></p>
-
-<p>Axis2 is becoming more and more stable. <a href="http://ws.apache.org/axis2/download.cgi">Download
-it!. </a>This 0.93 release contains the following additional features:</p>
-<ul>
-  <li>JDK 1.5 compatibility </li>
-  <li> Configurable handler chains using axis2.xml </li>
-  <li> Improved class loader hierarchy </li>
-  <li> Improved security module with dynamic configurability </li>
-  <li> ADB (Axis Data Binding) with complete simple types support and limited complex type support </li>
-  <li> Jalopy based code formatting of generated code </li>
-  <li>Proxy support and NTLM authentication </li>
-  <li>support for rpc/literal </li>
-  <li>And numerous bug fixes after 0.92 release </li>
-</ul>
-
-<h3 id="head-4804f145dbcf856d6cfef8fc5fff555e5590931b">Experimental features list</h3>
+<p><b>xx xxxx 2006 - Apache Axis2 Version 0.94 Released!</b> <a
+href="http://ws.apache.org/axis2/download.cgi">(Download 0.94)</a></p>
+<h3 id="head-2ce2fd289831e05f56fa336a249bf40422ff688c">Axis2 New Features List</h3>
 <ol type="1">
-  <li> DOOM - DOM implementation over OM </li>
-  <li> Java2WSDL </li>
-  <li> RPC Support </li>
+  <li>    DOOM </li>
+  <li>Wrap/Unwrap capability for the generated code </li>
+  <li>More convenient Client API </li>
+  <li>Deploying a web service by just putting a java class </li>
 </ol>
-<h3>Major changes since last release </h3>
-<ol>
-  <li> Refactored org.apache.axis2.clientapi to org.apache.axis2.client </li>
-  <li> Introduction of Options to configure clients </li>
-  <li>Renaming of descriptors. OperationDescription -&gt; AxisOperation, ServiceDescription -&gt; AxisService, ServiceGroupDescription -&gt; AxisServiceGroup</li>
+<h3 id="head-5bb5aa099717d1d49642f7ae2d63ce5cf94487ad">Axis2 Experimental Features List</h3>
+<ol type="1">
+  <li>
+    <p>Sessions scoping </p>
+  </li>
+</ol>
+<h3 id="head-7dd8e783bb9e22fb00f88748855bb6e500111e12">Major changes since last release</h3>
+<ol type="1">
+  <li>    Fixing of memory leaks </li>
+  <li>New client API with Service Clients. So Call, <a class="nonexistent" href="http://wiki.apache.org/ws/MessageSender">MessageSender</a>, InOutMEPClient, InOnlyMEPClient are deprecated. </li>
+  <li>Configuration system abstraction so that configuration loading can be done using database, file, etc., </li>
+</ol>
+<h3 id="head-c801dc47aa5a8e1f63b02db0f1a09c745fa4b40b">Axis2 Features List</h3>
+<ol type="1">
+  <li>    SOAP 1.1/SOAP 1.2 support </li>
+  <li>WSDL 1.1 </li>
+  <li>WSA Submission and Final </li>
+  <li>Module Architecture </li>
+  <li>Context Hierachy </li>
+  <li>Transports : HTTP, SMTP, TCP, JMS </li>
+  <li>Raw XML Providers </li>
+  <li>Support for MTOM/MIME/SwA </li>
+  <li>Deployment </li>
+  <li>Client API modules </li>
+  <li>WSD<a class="nonexistent" href="http://wiki.apache.org/ws/L2Java">L2Java</a> and Java2WSDL </li>
+  <li>REST support </li>
+  <li>XML Beans based data binding implemntation </li>
+  <li>WSS4J Module </li>
 </ol>
 <p>We are getting closer to a 1.0 release, the remaining tasks to be
-completed before a 1.0 release include: SOAP 1.1 and 1.2 validation, Our own
-data binding implementation, WSDL Generation.</p>
+completed before a 1.0 release include: SOAP 1.1 and 1.2 validation.</p>
+
 <h2>Axis2 Background and Motivation</h2>
 
 <p>Axis1 was built under the assumption that other protocols such as
@@ -116,6 +124,32 @@
 a richer set of options for client-server interaction.</p>
 
 <h2>Archived News</h2>
+<p><b>02 December 2005 - Apache Axis2 Version 0.93 Released!</b> <a
+href="http://ws.apache.org/axis2/download.cgi">(Download 0.93)</a></p>
+<p>Axis2 is becoming more and more stable. <a href="http://ws.apache.org/axis2/download.cgi">Download it!. </a>This 0.93 release contains the following additional features:</p>
+<ul>
+  <li>JDK 1.5 compatibility </li>
+  <li> Configurable handler chains using axis2.xml </li>
+  <li> Improved class loader hierarchy </li>
+  <li> Improved security module with dynamic configurability </li>
+  <li> ADB (Axis Data Binding) with complete simple types support and limited complex type support </li>
+  <li> Jalopy based code formatting of generated code </li>
+  <li>Proxy support and NTLM authentication </li>
+  <li>support for rpc/literal </li>
+  <li>And numerous bug fixes after 0.92 release </li>
+</ul>
+<h3 id="head-4804f145dbcf856d6cfef8fc5fff555e5590931b">Experimental features list</h3>
+<ol type="1">
+  <li> DOOM - DOM implementation over OM </li>
+  <li> Java2WSDL </li>
+  <li> RPC Support </li>
+</ol>
+<h3>Major changes since last release </h3>
+<ol>
+  <li> Refactored org.apache.axis2.clientapi to org.apache.axis2.client </li>
+  <li> Introduction of Options to configure clients </li>
+  <li>Renaming of descriptors. OperationDescription -&gt; AxisOperation, ServiceDescription -&gt; AxisService, ServiceGroupDescription -&gt; AxisServiceGroup</li>
+</ol>
 <p><b>26 September 2005 - Apache Axis2 Version 0.92 Released!</b> <a
 href="http://ws.apache.org/axis2/download.cgi">(Download 0.92)</a></p>
 <p>Axis2 is becoming more and more stable. <a href="releases.html#0.9">Download it!</a> This 0.92 release is a glimpse of 1.0 that should be comming soon. This 0.92 release contains the following additional features:</p>

Modified: webservices/axis2/trunk/java/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/navigation.xml?rev=366137&r1=366136&r2=366137&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/navigation.xml (original)
+++ webservices/axis2/trunk/java/xdocs/navigation.xml Thu Jan  5 01:35:21 2006
@@ -21,7 +21,7 @@
         <item name="Mailing Lists" href="mail-lists.html"/>
         <item name="FAQ" href="faq.html"/>
       </item>
-      <item name="Ackknowledgements" href="thanks.html"/>
+      <item name="Acknowledgements" href="thanks.html"/>
       <item name="Project Information">
         <item name="Project Team" href="team-list.html"/>
         <item name="Issue Tracking" href="issue-tracking.html"/>