Author: upul
Date: Sun Jan 13 21:53:38 2008
New Revision: 12184

Log:

doc 1.6 updates

Modified:
   
branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/ESB_Extending.html
   
branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/ESB_QuickStart.html
   
branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/ESB_Samples.html
   
branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/ESB_Samples_Setup.html
   
branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/administratorguide.html
   
branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/docs_index.html
   branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/index.html
   
branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/installationguide.html

Modified: 
branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/ESB_Extending.html
==============================================================================
--- 
branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/ESB_Extending.html
        (original)
+++ 
branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/ESB_Extending.html
        Sun Jan 13 21:53:38 2008
@@ -19,7 +19,7 @@
 <html>
 <head>
   <meta content="text/html; charset=iso-8859-1" http-equiv="content-type">
-  <title>WSO2 ESB, v1.5 - Extending Synapse</title>
+  <title>WSO2 ESB v1.6 - Extending Synapse</title>
   <link href="styles/dist-docs.css" rel="stylesheet" type="text/css"
   media="all">
   <!--<style type="text/css">

Modified: 
branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/ESB_QuickStart.html
==============================================================================
--- 
branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/ESB_QuickStart.html
       (original)
+++ 
branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/ESB_QuickStart.html
       Sun Jan 13 21:53:38 2008
@@ -1,20 +1,20 @@
 <html>
 <head>
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
-  <title>WSO2 ESB, v1.5 - Quick Start Guide</title>
+  <title>WSO2 ESB v1.6 - Quick Start Guide</title>
   <meta name="generator" content="amaya 9.2.1, see http://www.w3.org/Amaya/";>
   <link href="styles/dist-docs.css" rel="stylesheet" type="text/css"
   media="all">
 </head>
 
 <body lang="en">
-<h1>WSO2 Enterprise Service Bus (ESB), v 1.5 Quick Start Guide</h1>
+<h1>WSO2 Enterprise Service Bus (ESB) v1.6 Quick Start Guide</h1>
 
 <p>This guide demonstrates two sample applications covering the basic and the
 most common usage scenarios of the WSO2 ESB, which are Message mediation and
 Service mediation (using Proxy services). You will be guided through a
 step-by-step approach to build, execute, and analyze these mediation
-configurations using the ESB management console, which is an AJAX-based Web
+configurations using the ESB management console, which is an Ajax-based Web
 console for configuring and monitoring your ESB.</p>
 
 <h2>Table of Contents</h2>
@@ -84,16 +84,17 @@
 
 <p>Our first task is to download the WSO2 ESB. Open a Web browser and access
 the following URL: http://dist.wso2.org/products/esb/java/. You will then see
-the list of available releases. Click on the 1.5 version, and you will be
-directed to the WSO2 ESB 1.5 release download page. Now download the binary
-distribution ZIP or tar.gz archive compatible with your operating system.</p>
+the list of available releases. Click on the latest release version, and you
+will be directed to the WSO2 ESB latestrelease download page. Now download
+the binary distribution ZIP or tar.gz archive compatible with your operating
+system.</p>
 
 <h3 id="Installati">Installation</h3>
 
 <p>WSO2 ESB can be installed by extracting the downloaded binary archive. A
-directory named wso2esb-1.5 will be created in the selected parent directory,
-containing all the files required for the ESB. We will refer to this
-directory as &lt;esb-home&gt; from now on.</p>
+directory named wso2esb with the version number will be created in the
+selected parent directory, containing all the files required for the ESB. We
+will refer to this directory as &lt;esb-home&gt; from now on.</p>
 
 <h3 id="Running">Running the Sample Scenario</h3>
 
@@ -242,26 +243,26 @@
 requests. Go to
 &lt;esb-home&gt;/samples/axis2Server/src/SimpleStockQuoteService directory.
 Run "ant" to build and deploy this service to the sample Axis2 server.</p>
-<pre>[EMAIL 
PROTECTED]:~/wso2esb-1.5/samples/axis2Server/src/SimpleStockQuoteService$ ant
+<pre>[EMAIL 
PROTECTED]:~/wso2esb-1.6/samples/axis2Server/src/SimpleStockQuoteService$ ant
 Buildfile: build.xml
 
 clean:
 
 init:
-    [mkdir] Created dir: 
/home/upul/wso2esb-1.5/samples/axis2Server/src/SimpleStockQuoteService/temp
-    [mkdir] Created dir: 
/home/upul/wso2esb-1.5/samples/axis2Server/src/SimpleStockQuoteService/temp/classes
-    [mkdir] Created dir: 
/home/upul/wso2esb-1.5/samples/axis2Server/repository/services
+    [mkdir] Created dir: 
/home/upul/wso2esb-1.6/samples/axis2Server/src/SimpleStockQuoteService/temp
+    [mkdir] Created dir: 
/home/upul/wso2esb-1.6/samples/axis2Server/src/SimpleStockQuoteService/temp/classes
+    [mkdir] Created dir: 
/home/upul/wso2esb-1.6/samples/axis2Server/repository/services
 
 compile-all:
-    [javac] Compiling 9 source files to 
/home/upul/wso2esb-1.5/samples/axis2Server/src/SimpleStockQuoteService/temp/classes
+    [javac] Compiling 9 source files to 
/home/upul/wso2esb-1.6/samples/axis2Server/src/SimpleStockQuoteService/temp/classes
 
 build-service:
-    [mkdir] Created dir: 
/home/upul/wso2esb-1.5/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote
-    [mkdir] Created dir: 
/home/upul/wso2esb-1.5/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote/META-INF
-     [copy] Copying 1 file to 
/home/upul/wso2esb-1.5/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote/META-INF
-     [copy] Copying 1 file to 
/home/upul/wso2esb-1.5/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote/META-INF
-     [copy] Copying 9 files to 
/home/upul/wso2esb-1.5/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote
-      [jar] Building jar: 
/home/upul/wso2esb-1.5/samples/axis2Server/repository/services/SimpleStockQuoteService.aar
+    [mkdir] Created dir: 
/home/upul/wso2esb-1.6/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote
+    [mkdir] Created dir: 
/home/upul/wso2esb-1.6/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote/META-INF
+     [copy] Copying 1 file to 
/home/upul/wso2esb-1.6/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote/META-INF
+     [copy] Copying 1 file to 
/home/upul/wso2esb-1.6/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote/META-INF
+     [copy] Copying 9 files to 
/home/upul/wso2esb-1.6/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote
+      [jar] Building jar: 
/home/upul/wso2esb-1.6//samples/axis2Server/repository/services/SimpleStockQuoteService.aar
 
 BUILD SUCCESSFUL
 Total time: 1 second</pre>
@@ -275,14 +276,14 @@
 Windows: axis2server.bat</div>
 
 <p>You will see the following messages on the console.</p>
-<pre>[EMAIL PROTECTED]:~/wso2esb-1.5/samples/axis2Server$ ./axis2server.sh
+<pre>[EMAIL PROTECTED]:~/wso2esb-1.6/samples/axis2Server$ ./axis2server.sh
  Using Bouncy castle JAR for Java 1.5
  Using JAVA_HOME:   /usr/java
- Using AXIS2 Repository :   
/home/upul/wso2esb-1.5/samples/axis2Server/repository
- Using AXIS2 Configuration :   
/home/upul/wso2esb-1.5/samples/axis2Server/repository/conf/axis2.xml
+ Using AXIS2 Repository :   
/home/upul/wso2esb-1.6/samples/axis2Server/repository
+ Using AXIS2 Configuration :   
/home/upul/wso2esb-1.6/samples/axis2Server/repository/conf/axis2.xml
 2007-11-08 18:00:54,283 [-] [main]  INFO SimpleHTTPServer [SimpleAxisServer] 
Starting
-[SimpleAxisServer] Using the Axis2 Repository : 
/home/upul/wso2esb-1.5/samples/axis2Server/repository
-[SimpleAxisServer] Using the Axis2 Configuration File : 
/home/upul/wso2esb-1.5/samples/axis2Server/repository/conf/axis2.xml
+[SimpleAxisServer] Using the Axis2 Repository : 
/home/upul/wso2esb-1.6/samples/axis2Server/repository
+[SimpleAxisServer] Using the Axis2 Configuration File : 
/home/upul/wso2esb-1.6/samples/axis2Server/repository/conf/axis2.xml
 2007-11-08 18:00:55,494 [-] [main]  INFO HttpCoreNIOSender HTTPS Sender 
starting
 2007-11-08 18:00:55,495 [-] [main]  INFO HttpCoreNIOSender HTTP Sender starting
 2007-11-08 18:00:55,798 [-] [main]  INFO HttpCoreNIOListener HTTPS Listener 
starting on port : 9002
@@ -300,14 +301,14 @@
 
 <p>You can see the following output with the quote price sent by the
 server.</p>
-<pre>[EMAIL PROTECTED]:~/wso2esb-1.5/samples/axis2Client$ ant stockquote 
-Daddurl=http://localhost:9000/soap/SimpleStockQuoteService 
-Dtrpurl=http://localhost:8080 -Dsymbol=IBM -Dmode=quote
+<pre>[EMAIL PROTECTED]:~/wso2esb-1.6/samples/axis2Client$ ant stockquote 
-Daddurl=http://localhost:9000/soap/SimpleStockQuoteService 
-Dtrpurl=http://localhost:8080 -Dsymbol=IBM -Dmode=quote
 Buildfile: build.xml
 
 init:
-    [mkdir] Created dir: 
/home/upul/wso2esb-1.5/samples/axis2Client/target/classes
+    [mkdir] Created dir: 
/home/upul/wso2esb-1.6/samples/axis2Client/target/classes
 
 compile:
-    [javac] Compiling 10 source files to 
/home/upul/wso2esb-1.5/samples/axis2Client/target/classes
+    [javac] Compiling 10 source files to 
/home/upul/wso2esb-1.6/samples/axis2Client/target/classes
 
 stockquote:
      [java] Standard :: Stock price = $82.19300717003419
@@ -583,7 +584,7 @@
 <p></p>
 
 <p>This quick guide illustrates the visual construction of a proxy service
-and a simple use case. Please refer to samples #100 and above in the Samples
+and a simple use case. Please refer to samples #150 and above in the Samples
 guide, for in-depth coverage of more advanced use cases. You don't have to
 worry about the configuration language too much when reading the samples. You
 can build all those samples visually using the ESB management console without

Modified: 
branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/ESB_Samples.html
==============================================================================
--- 
branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/ESB_Samples.html
  (original)
+++ 
branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/ESB_Samples.html
  Sun Jan 13 21:53:38 2008
@@ -19,13 +19,13 @@
 <html>
 <head>
   <meta http-equiv="content-type" content="">
-  <title>WSO2 ESB, v1.5 - Samples Guide</title>
+  <title>WSO2 ESB v1.6 - Samples Guide</title>
   <link href="styles/dist-docs.css" rel="stylesheet" type="text/css"
   media="all">
 </head>
 
 <body lang="en">
-<h1>Running the WSO2 Enterprise Service Bus (ESB), v1.5 Samples</h1>
+<h1>Running the WSO2 Enterprise Service Bus (ESB) v1.6 Samples</h1>
 
 <p>While the <a href="ESB_Samples_Setup.html">Samples Setup Guide</a>
 document above gives you a generic description on how to set up and and run
@@ -4120,7 +4120,9 @@
                 &lt;/out&gt;
             &lt;/outSequence&gt;
         &lt;/target&gt;
-        &lt;publishWSDL 
uri="file:repository/conf/sample/resources/proxy/sample_proxy_1.wsdl"/&gt;&lt;/proxy&gt;&lt;/definitions&gt;
   ns&gt;</pre>
+        &lt;publishWSDL 
uri="file:repository/conf/sample/resources/proxy/sample_proxy_1.wsdl"/&gt;
+    &lt;/proxy&gt;
+&lt;/definitions&gt;</pre>
 
 <p><b></b></p>
 
@@ -4281,7 +4283,8 @@
 web service invocation </a></h2>
 
 <p>&#xa0;</p>
-<pre>                                                                 
&#xa0;&#xa0;&lt;!-- Simple callout  mediator --&gt;
+<pre>
+&#xa0;&#xa0;&lt;!-- Simple callout  mediator --&gt;
 &lt;definitions xmlns="http://ws.apache.org/ns/synapse"&gt;
     &lt;callout serviceURL="http://localhost:9000/soap/SimpleStockQuoteService";
              action="urn:getQuote"&gt;
@@ -4296,7 +4299,8 @@
     &lt;header name="To" action="remove"/&gt;
     &lt;send/&gt;
     &lt;drop/&gt;
-&lt;/definitions&gt; </pre>
+&lt;/definitions&gt; 
+</pre>
 
 <div>
 <p><strong>Objective:</strong> Demonstrate the use of the Callout mediator

Modified: 
branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/ESB_Samples_Setup.html
==============================================================================
--- 
branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/ESB_Samples_Setup.html
    (original)
+++ 
branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/ESB_Samples_Setup.html
    Sun Jan 13 21:53:38 2008
@@ -1,14 +1,14 @@
 <html>
 <head>
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
-  <title>WSO2 ESB, v1.5 - Samples Setup Guide</title>
+  <title>WSO2 ESB v1.6 - Samples Setup Guide</title>
   <meta name="generator" content="amaya 9.2.1, see http://www.w3.org/Amaya/";>
   <link href="styles/dist-docs.css" rel="stylesheet" type="text/css"
   media="all">
 </head>
 
 <body lang="en">
-<h1>WSO2 Enterprise Service Bus (ESB), v1.5 Samples Setup Guide</h1>
+<h1>WSO2 Enterprise Service Bus (ESB) v1.6 Samples Setup Guide</h1>
 
 <h1>Overview</h1>
 

Modified: 
branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/administratorguide.html
==============================================================================
--- 
branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/administratorguide.html
   (original)
+++ 
branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/administratorguide.html
   Sun Jan 13 21:53:38 2008
@@ -1,13 +1,13 @@
 <html>
 <head>
   <meta http-equiv="content-type" content="">
-  <title>WSO2 ESB, v1.5 - Web Administrator Guide</title>
+  <title>WSO2 ESB v1.6 - Web Administrator Guide</title>
   <link href="styles/dist-docs.css" rel="stylesheet" type="text/css"
   media="all">
 </head>
 
 <body lang="en">
-<h1>WSO2 Enterprise Service Bus (ESB) v 1.5 Administrator Guide</h1>
+<h1>WSO2 Enterprise Service Bus (ESB) v1.6 Administrator Guide</h1>
 
 <p>The Administrator Guide describes how to configure the WSO2 ESB using the
 Web based management console. The WSO2 Management Console has been tested on

Modified: 
branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/docs_index.html
==============================================================================
--- 
branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/docs_index.html
   (original)
+++ 
branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/docs_index.html
   Sun Jan 13 21:53:38 2008
@@ -4,7 +4,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 <head>
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-  <title>WSO2 ESB, v1.5 - Documentation Index</title>
+  <title>WSO2 ESB v1.6 - Documentation Index</title>
   <link href="styles/dist-docs.css" rel="stylesheet" type="text/css"
   media="all" />
   <meta name="generator" content="amaya 9.2.1, see http://www.w3.org/Amaya/";
@@ -12,7 +12,7 @@
 </head>
 
 <body xml:lang="en">
-<h1>WSO2 Enterprise Service Bus (ESB), v1.5 Documentation Index</h1>
+<h1>WSO2 Enterprise Service Bus (ESB) v1.6 Documentation Index</h1>
 
 <h2>Getting Started</h2>
 

Modified: 
branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/index.html
==============================================================================
--- 
branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/index.html    
    (original)
+++ 
branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/index.html    
    Sun Jan 13 21:53:38 2008
@@ -4,7 +4,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 <head>
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-  <title>Welcome to WSO2 Enterprise Service Bus (ESB), v 1.5</title>
+  <title>Welcome to WSO2 Enterprise Service Bus (ESB) v1.6</title>
   <link href="styles/dist-docs.css" rel="stylesheet" type="text/css"
   media="all" />
   <meta name="generator" content="amaya 9.2.1, see http://www.w3.org/Amaya/";
@@ -12,7 +12,7 @@
 </head>
 
 <body xml:lang="en">
-<h1>Welcome to WSO2 Enterprise Service Bus (ESB), v 1.5</h1>
+<h1>Welcome to WSO2 Enterprise Service Bus (ESB) v1.6</h1>
 
 <h3>November 12th, 2007 - WSO2 ESB, v1.5 Released!</h3>
 
@@ -115,7 +115,5 @@
 
 <p><a href="http://wso2.org/forum/187";>WSO2 ESB Forum</a> : Discussion forum
 for WSO2 ESB developers/users</p>
-
-
 </body>
 </html>

Modified: 
branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/installationguide.html
==============================================================================
--- 
branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/installationguide.html
    (original)
+++ 
branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/installationguide.html
    Sun Jan 13 21:53:38 2008
@@ -4,7 +4,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 <head>
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-  <title>WSO2 ESB, v 1.5 - Installation Guide</title>
+  <title>WSO2 ESB v1.6 - Installation Guide</title>
   <meta name="generator" content="amaya 9.2.1, see http://www.w3.org/Amaya/";
   />
   <link href="styles/dist-docs.css" rel="stylesheet" type="text/css"
@@ -12,7 +12,7 @@
 </head>
 
 <body xml:lang="en">
-<h1>WSO2 Enterprise Service Bus (ESB), v1.5 Installation Guide</h1>
+<h1>WSO2 Enterprise Service Bus (ESB) v1.6 Installation Guide</h1>
 
 <p></p>
 

_______________________________________________
Esb-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev

Reply via email to