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 ds...@apache.org on 2006/11/13 10:15:27 UTC

svn commit: r474204 - /webservices/axis2/branches/java/1_1/xdocs/1_1/quickstartguide.html

Author: dsosnoski
Date: Mon Nov 13 01:15:26 2006
New Revision: 474204

URL: http://svn.apache.org/viewvc?view=rev&rev=474204
Log:
Correcting counting errors

Modified:
    webservices/axis2/branches/java/1_1/xdocs/1_1/quickstartguide.html

Modified: webservices/axis2/branches/java/1_1/xdocs/1_1/quickstartguide.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/xdocs/1_1/quickstartguide.html?view=diff&rev=474204&r1=474203&r2=474204
==============================================================================
--- webservices/axis2/branches/java/1_1/xdocs/1_1/quickstartguide.html (original)
+++ webservices/axis2/branches/java/1_1/xdocs/1_1/quickstartguide.html Mon Nov 13 01:15:26 2006
@@ -176,7 +176,7 @@
 
 <a name="create"></a><h2>Creating Services</h2>
 
-<p>In this section, we'll look at three ways to create a service based on the StockQuoteService class:  deploying Plain Old Java Objects (POJO), building the service using AXIOM's OMElement, generating the service using Axis2 Databinding Framework (ADB), and generating the service using XMLBeans.</p>
+<p>In this section, we'll look at five ways to create a service based on the StockQuoteService class:  deploying Plain Old Java Objects (POJO), building the service using AXIOM's OMElement, generating the service using Axis2 Databinding Framework (ADB), generating the service using XMLBeans, and generating the service using JiBX.</p>
 
 <a name="deploy"></a><h3>Deploying POJOs</h3>
 
@@ -566,7 +566,7 @@
 
 <a name="clients"></a><h2>Creating Clients</h2>
 
-<p>In this section, we'll look at three ways to create clients based on the StockQuoteService class:  Building an AXIOM based client, generating a client using Axis2 Databinding Framework (ADB), and generating a client using XMLBeans.</p>
+<p>In this section, we'll look at four ways to create clients based on the StockQuoteService class:  Building an AXIOM based client, generating a client using Axis2 Databinding Framework (ADB), generating a client using XMLBeans, and generating a client using JiBX.</p>
 
 <a name="clientaxiom"></a><h3>Creating a Client with AXIOM</h3>
 
@@ -910,7 +910,7 @@
 
 <a name="summary"></a><h2>Summary</h2>
 
-<p>Axis2 is a slick and robust way to get web services up and running in no time. This guide presented four methods of creating a service deployable on Axis2, and three methods of creating a client to communicate with the services. You now have the flexibility to create Web services using a variety of different technologies.</p>
+<p>Axis2 is a slick and robust way to get web services up and running in no time. This guide presented five methods of creating a service deployable on Axis2, and four methods of creating a client to communicate with the services. You now have the flexibility to create Web services using a variety of different technologies.</p>
 
 <a name="furtherstudy"></a>
 



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