Author: asankha
Date: Mon Jun  9 23:58:20 2008
New Revision: 18265
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=18265

Log:
updates to the ESB 1.7 site


Modified:
   trunk/esb/java/pom.xml
   trunk/esb/java/src/site/site.xml
   trunk/esb/java/src/site/xdoc/ESB_Configuration_Language.xml
   trunk/esb/java/src/site/xdoc/ESB_Extending.xml
   trunk/esb/java/src/site/xdoc/ESB_Samples.xml
   trunk/esb/java/src/site/xdoc/docs_index.xml
   trunk/esb/java/src/site/xdoc/index.xml
   trunk/esb/java/src/site/xdoc/release_notes.xml

Modified: trunk/esb/java/pom.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/pom.xml?rev=18265&r1=18264&r2=18265&view=diff
==============================================================================
--- trunk/esb/java/pom.xml      (original)
+++ trunk/esb/java/pom.xml      Mon Jun  9 23:58:20 2008
@@ -99,6 +99,7 @@
             <id>asankha</id>
             <email>asankha AT wso2 DOT com</email>
             <organization>WSO2 Inc.</organization>
+            <url>http://wso2.org/blog/asankha</url>
             <roles>
                 <role>Software Architect</role>
                 <role>Product Manager</role>
@@ -187,6 +188,7 @@
             <name>Ruwan Linton</name>
             <id>ruwan</id>
             <email>ruwan AT wso2 DOT com</email>
+            <url>http://ruwansblog.blogspot.com/</url>
             <organization>WSO2 Inc.</organization>
             <roles>
                 <role>Software Engineer</role>
@@ -231,11 +233,7 @@
         <developer>
             <name>Upul Godage</name>
             <id>upul</id>
-            <email>upul AT wso2 DOT com</email>
-            <organization>WSO2 Inc.</organization>
-            <roles>
-                <role>Senior Software Engineer</role>
-            </roles>
+            <email>upulg.dev AT gmail DOT com</email>
         </developer>
         <developer>
             <name>Kasun Samarasinghe</name>

Modified: trunk/esb/java/src/site/site.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/src/site/site.xml?rev=18265&r1=18264&r2=18265&view=diff
==============================================================================
--- trunk/esb/java/src/site/site.xml    (original)
+++ trunk/esb/java/src/site/site.xml    Mon Jun  9 23:58:20 2008
@@ -66,7 +66,7 @@
         </menu>
 
         <menu name="Resources">
-            <item name="Java Docs" 
href="http://ws.apache.org/synapse/apidocs/index.html"/>
+            <item name="Java Docs" 
href="http://synapse.apache.org/apidocs/index.html"/>
             <item name="Wiki" href="http://wso2.org/wiki/display/esbjava"/>
             <!--<item name="FAQ" href="faq.html"/>-->
             <!--<item name="Articles" href="articles.html"/>-->

Modified: trunk/esb/java/src/site/xdoc/ESB_Configuration_Language.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/src/site/xdoc/ESB_Configuration_Language.xml?rev=18265&r1=18264&r2=18265&view=diff
==============================================================================
--- trunk/esb/java/src/site/xdoc/ESB_Configuration_Language.xml (original)
+++ trunk/esb/java/src/site/xdoc/ESB_Configuration_Language.xml Mon Jun  9 
23:58:20 2008
@@ -27,7 +27,7 @@
   <head>
     <meta content="text/html; charset=iso-8859-1" http-equiv="content-type"/>
     <title>
-      Synapse Configuration Language
+       WSO2 Enterprise Service Bus (ESB) - Synapse Configuration Language
     </title>
     <style type="text/css">
     .command {
@@ -145,20 +145,24 @@
     }</style>
   </head>
   <body>
-    <div style="margin-top:-40px; float:right; _margin-top:0px;">
-      <img alt="Synapse logo"
-           src="images/synapse-logo-web2.png" width="197"
-           height="82"/>
-    </div>
+    <!--<div style="margin-top:-40px; float:right; _margin-top:0px;">-->
+      <!--<img alt="Synapse logo"-->
+           <!--src="images/synapse-logo-web2.png" width="197"-->
+           <!--height="82"/>-->
+    <!--</div>-->
     <div>
       <h1>
-        Apache Synapse ESB - Configuration
+         WSO2 Enterprise Service Bus (ESB) - Configuration Language
       </h1>
     </div>
     <h3>
       Overview
     </h3>
     <p>
+        The WSO2 ESB is built on top of the Apache Synapse ESB. This document 
describes the
+        Apache Synapse configuration language syntax used by the WSO2 ESB.
+    </p>
+    <p>
       An Apache Synapse Enterprise Service Bus (ESB) engine is driven off a set
       of simple text/xml configuration files. This allows the configuration to
       be easily hand edited, backed up from the file system, or even included
@@ -735,8 +739,8 @@
       Synapse server instances. The Synapse server name is picked up from the
       system property 'SynapseServerName', failing which the hostname of the
       machine would be used or default to 'localhost'. You can give a name to a
-      Synapse server instance as ./synapse.sh 
-DSynapseServerName=&lt;ServerName&gt;
-      or by editing the wrapper.conf where Synapse is started as a service.
+      Synapse server instance as ./wso2-esb.sh -serverName &lt;ServerName&gt;
+      or by editing the wrapper.conf where the ESB is started as a service.
     </p>
     <p>
       Each service could define the target for received messages as a named

Modified: trunk/esb/java/src/site/xdoc/ESB_Extending.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/src/site/xdoc/ESB_Extending.xml?rev=18265&r1=18264&r2=18265&view=diff
==============================================================================
--- trunk/esb/java/src/site/xdoc/ESB_Extending.xml      (original)
+++ trunk/esb/java/src/site/xdoc/ESB_Extending.xml      Mon Jun  9 23:58:20 2008
@@ -27,14 +27,14 @@
   <head>
     <meta content="text/html; charset=iso-8859-1" http-equiv="content-type"/>
     <title>
-      WSO2 ESB - Extending Synapse
+      Extending the WSO2 ESB
     </title>
     <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" 
media="all"/>
 
   </head>
   <body>
     <h1>
-      Extending Synapse
+      Extending the WSO2 ESB
     </h1>
     <p>
       This document explains how to write custom mediator implementations and

Modified: trunk/esb/java/src/site/xdoc/ESB_Samples.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/src/site/xdoc/ESB_Samples.xml?rev=18265&r1=18264&r2=18265&view=diff
==============================================================================
--- trunk/esb/java/src/site/xdoc/ESB_Samples.xml        (original)
+++ trunk/esb/java/src/site/xdoc/ESB_Samples.xml        Mon Jun  9 23:58:20 2008
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
   ~  Copyright (c) 2005-2008, WSO2 Inc. (http://www.wso2.org) All Rights 
Reserved.
   ~
@@ -3686,7 +3687,7 @@
 <pre xml:space="preserve">ant stockquote 
-Daddurl=http://localhost:9000/soap/SimpleStockQuoteService 
-Dtrpurl=http://localhost:8280/ -Dsymbol=IBM</pre>
 
 <p>ESB console shows </p>
-<pre xml:space="preserve">INFO LogMediator text = ** Looking up from the 
Database **INFO LogMediator text = Company ID &ndash; c1<br /></pre>
+<pre xml:space="preserve">INFO LogMediator text = ** Looking up from the 
Database **INFO LogMediator text = Company ID - c1<br /></pre>
 
 <p></p>
 
@@ -3696,11 +3697,11 @@
 <p></p>
 
 <p>ESB console shows </p>
-<pre xml:space="preserve">INFO LogMediator text = ** Looking up from the 
Database **INFO LogMediator text = Company ID &ndash; c2<br /></pre>
+<pre xml:space="preserve">INFO LogMediator text = ** Looking up from the 
Database **INFO LogMediator text = Company ID - c2<br /></pre>
 
 <p>and for the MSFT stock quote, </p>
 <pre xml:space="preserve">ant stockquote 
-Daddurl=http://localhost:9000/soap/SimpleStockQuoteService 
-Dtrpurl=http://localhost:8280/ -Dsymbol=MSFT</pre>
-<pre xml:space="preserve">INFO LogMediator text = ** Looking up from the 
Database **<br />INFO LogMediator text = Company ID &ndash; c2</pre>
+<pre xml:space="preserve">INFO LogMediator text = ** Looking up from the 
Database **<br />INFO LogMediator text = Company ID - c2</pre>
 
 <p>For any other symbols, ESB console shows </p>
 <pre xml:space="preserve">INFO LogMediator text = ** Unrecognized Company ID 
**</pre>
@@ -4343,7 +4344,7 @@
 
 <p></p>
 
-<p>Throttle policy is loaded from the &ldquo;throttle_policy. xml&rdquo;
+<p>Throttle policy is loaded from the "throttle_policy. xml"
 .That policy contains merging policy from sample 370 and 371. To check the
 functionality , it is need to run load test.The all enabled request from the
 concurrency throttling will be controlled by the access rate base throttling
@@ -4778,7 +4779,7 @@
 <h2><a id="Sample430">Sample 430: Simple Callout Mediator for synchronizing
 web service invocation</a> </h2>
 
-<p>&nbsp; </p>
+<p></p>
 <pre xml:space="preserve">    &lt;!-- Simple callout  mediator --&gt;
 &lt;definitions xmlns="http://ws.apache.org/ns/synapse"&gt;
     &lt;callout serviceURL="http://localhost:9000/soap/SimpleStockQuoteService";

Modified: trunk/esb/java/src/site/xdoc/docs_index.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/src/site/xdoc/docs_index.xml?rev=18265&r1=18264&r2=18265&view=diff
==============================================================================
--- trunk/esb/java/src/site/xdoc/docs_index.xml (original)
+++ trunk/esb/java/src/site/xdoc/docs_index.xml Mon Jun  9 23:58:20 2008
@@ -66,7 +66,7 @@
       on how to start the sample server, deploy a service, and run the client.
     </p>
     <p>
-      <a href="ESB_Samples.html">How to Run the WSO2 ESB Samples</a> :
+      <a href="ESB_Samples.html">WSO2 ESB Samples Guide</a> :
       While the document above gives you a generic description on how to set up
       and and run the WSO2 ESB samples, this document takes each sample, one by
       one and discusses the objective of the sample, its prerequisites, and its

Modified: trunk/esb/java/src/site/xdoc/index.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/src/site/xdoc/index.xml?rev=18265&r1=18264&r2=18265&view=diff
==============================================================================
--- trunk/esb/java/src/site/xdoc/index.xml      (original)
+++ trunk/esb/java/src/site/xdoc/index.xml      Mon Jun  9 23:58:20 2008
@@ -36,10 +36,10 @@
       Welcome to WSO2 Enterprise Service Bus (ESB) v1.7
     </h1>
     <h3>
-      June, 2008 - WSO2 ESB, v1.7 Released!
+      June 10, 2008 - WSO2 ESB, v1.7 Released!
     </h3>
     <p>
-      [<a href="http://dist.wso2.org/products/esb/java/1.7";>Download</a>] | [<a
+      [<a href="http://dist.wso2.org/products/esb/";>Download</a>] | [<a
       href="docs_index.html">Documentation Index</a>] | [<a
       href="http://wso2.org/projects/esb/java#resources";>Project Resources</a>]
       | [<a href="http://wso2.org/projects/esb/java";>Official Web site</a>]</p>

Modified: trunk/esb/java/src/site/xdoc/release_notes.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/src/site/xdoc/release_notes.xml?rev=18265&r1=18264&r2=18265&view=diff
==============================================================================
--- trunk/esb/java/src/site/xdoc/release_notes.xml      (original)
+++ trunk/esb/java/src/site/xdoc/release_notes.xml      Mon Jun  9 23:58:20 2008
@@ -36,10 +36,10 @@
       Welcome to WSO2 Enterprise Service Bus (ESB) v1.7
     </h1>
     <h3>
-      June, 2008 - WSO2 ESB, v1.7 Released!
+      June 10, 2008 - WSO2 ESB, v1.7 Released!
     </h3>
     <p>
-      [<a href="http://dist.wso2.org/products/esb/java/1.7";>Download</a>] | [<a
+      [<a href="http://dist.wso2.org/products/esb/";>Download</a>] | [<a
       href="docs_index.html">Documentation Index</a>] | [<a
       href="http://wso2.org/projects/esb/java#resources";>Project Resources</a>]
       | [<a href="http://wso2.org/projects/esb/java";>Official Web site</a>]</p>

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

Reply via email to