Author: upul
Date: Mon Jan 21 20:25:47 2008
New Revision: 12667
Log:
doc - updates
Modified:
branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/ESB_Configuration_Language.html
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_Samples_Setup.html
branches/esb/java/1.6/esb/java/modules/distribution/src/main/release/samples/README.txt
Modified:
branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/ESB_Configuration_Language.html
==============================================================================
---
branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/ESB_Configuration_Language.html
(original)
+++
branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/ESB_Configuration_Language.html
Mon Jan 21 20:25:47 2008
@@ -663,7 +663,7 @@
<td>modifyUserWSDLPortAddress</td>
<td>true|false</td>
<td>true</td>
- <td>(Effective only with useOriginalWSDL=true) If true (default) modify
+ <td>(Effective only with useOriginalwsdl=true) If true (default) modify
the port addresses to current host.</td>
</tr>
</tbody>
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
Mon Jan 21 20:25:47 2008
@@ -518,7 +518,7 @@
<p>Synapse loads available extensions from the runtime classpath using the <a
href="http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html#Service%20Provider">J2SE
Service Provider model</a>. This essentially iterates over the available JAR
-files, for� a META-INF/services directory within each file,� and looks for a
+files, for a META-INF/services directory within each file, and looks for a
text file with the name org.apache.synapse.config.xml.MediatorFactory which
contains a list of fully qualified classname that implement the above
interface, listing each class in a separate line. For example, the built-in
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
Mon Jan 21 20:25:47 2008
@@ -86,6 +86,29 @@
<p></p>
+<table border="1" style="width: 100%">
+ <caption></caption>
+ <tbody>
+ <tr>
+ <td><b>Client</b></td>
+ <td><b>WSO2 ESB</b></td>
+ <td><b>Service</b></td>
+ </tr>
+ <tr>
+ <td>ant stockquote</td>
+ <td>./wso2-esb.sh -sample <n></td>
+ <td>SimpleStockQuoteService</td>
+ </tr>
+ <tr>
+ <td></td>
+ <td></td>
+ <td>SecureStockQuoteService etc.</td>
+ </tr>
+ </tbody>
+</table>
+
+<p></p>
+
<p>The above diagram depicts the interactions between the clients, the ESB
and services at a high level. The Clients are able to send SOAP/REST or POX
messages over transports such as HTTP/HTTPS or JMS with WS-Addressing,
Modified:
branches/esb/java/1.6/esb/java/modules/distribution/src/main/release/samples/README.txt
==============================================================================
---
branches/esb/java/1.6/esb/java/modules/distribution/src/main/release/samples/README.txt
(original)
+++
branches/esb/java/1.6/esb/java/modules/distribution/src/main/release/samples/README.txt
Mon Jan 21 20:25:47 2008
@@ -1,8 +1,8 @@
-Samples of WSO2 Enterprise Service Bus (ESB), v 1.5 (November, 2007)
+Samples of WSO2 Enterprise Service Bus (ESB), v 1.6
====================================================================
--------------------
-Pre-requisites
+Prerequisites
====================
A JDK version of 1.5.x or later is required to run the WSO2 ESB.
_______________________________________________
Esb-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev