Author: hiranya
Date: Sat Nov 27 03:38:25 2010
New Revision: 1039617

URL: http://svn.apache.org/viewvc?rev=1039617&view=rev
Log:
updating site


Added:
    synapse/trunk/scratch/hiranya/website/src/site/xdoc/userguide/samples.xml
Modified:
    synapse/trunk/scratch/hiranya/website/src/site/site.xml

Modified: synapse/trunk/scratch/hiranya/website/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/synapse/trunk/scratch/hiranya/website/src/site/site.xml?rev=1039617&r1=1039616&r2=1039617&view=diff
==============================================================================
--- synapse/trunk/scratch/hiranya/website/src/site/site.xml (original)
+++ synapse/trunk/scratch/hiranya/website/src/site/site.xml Sat Nov 27 03:38:25 
2010
@@ -34,6 +34,7 @@
         </menu>
         <menu name="Documentation">
             <item name="Quick Start Guide" href="userguide/quick_start.html"/>
+            <item name="Samples Catalog" href="userguide/samples.html"/>
         </menu>
         <menu name="Developer Resources">
             <item name="Checkout the Source"/>

Added: synapse/trunk/scratch/hiranya/website/src/site/xdoc/userguide/samples.xml
URL: 
http://svn.apache.org/viewvc/synapse/trunk/scratch/hiranya/website/src/site/xdoc/userguide/samples.xml?rev=1039617&view=auto
==============================================================================
--- synapse/trunk/scratch/hiranya/website/src/site/xdoc/userguide/samples.xml 
(added)
+++ synapse/trunk/scratch/hiranya/website/src/site/xdoc/userguide/samples.xml 
Sat Nov 27 03:38:25 2010
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+  ~  Licensed to the Apache Software Foundation (ASF) under one
+  ~  or more contributor license agreements.  See the NOTICE file
+  ~  distributed with this work for additional information
+  ~  regarding copyright ownership.  The ASF licenses this file
+  ~  to you under the Apache License, Version 2.0 (the
+  ~  "License"); you may not use this file except in compliance
+  ~  with the License.  You may obtain a copy of the License at
+  ~
+  ~   http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~  Unless required by applicable law or agreed to in writing,
+  ~  software distributed under the License is distributed on an
+  ~   * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~  KIND, either express or implied.  See the License for the
+  ~  specific language governing permissions and limitations
+  ~  under the License.
+  -->
+
+<document>
+    <properties>
+        <title>Apache Synapse - Samples Catalog</title>
+    </properties>
+    <body>
+        <section name="Apache Synapse Samples Catalog">
+            <p>
+                Apache Synapse comes prelaoded with a horde of sample 
configurations that
+                demonstrates various features of the service bus. This catalog 
lists out all
+                these sample configurations and provides detailed information 
on how to run
+                them. These samples require an Apache ANT installation for you 
to be able to
+                try them out. If you are new to Synapse and have no experience 
running Synapse,
+                the Quick Start Guide may be a better starting point. If you 
are comfortable
+                with running Synapse samples, please go ahead and pick the 
samples you are
+                interested in.
+            </p>
+            <p>
+                <ul>
+                    <li>
+                        <a href="">Message Mediation Samples</a>
+                        <ul>
+                            <li><a href="">Sample 0: Introduction to 
Synapse</a></li>
+                            <li><a href="">Sample 1: Simple content based 
routing (CBR) of messages</a></li>
+                            <li><a href="">Sample 2: CBR with the Switch-case 
mediator, using message properties</a></li>
+                            <li><a href="">Sample 3: Local Registry entry 
definitions, reusable endpoints and sequences</a></li>
+                            <li><a href="">Sample 4: Introduction to error 
handling</a></li>
+                            <li><a href="">Sample 5: Creating SOAP fault 
messages and changing the direction of a message</a></li>
+                            <li><a href="">Sample 6: Manipulating SOAP 
headers, and filtering incoming and outgoing messages</a></li>
+                            <li><a href="">Sample 7: Introduction to local 
Registry entries and using Schema validation</a></li>
+                            <li><a href="">Sample 8: Introduction to static 
and dynamic registry resources, and using XSLT transformations</a></li>
+                            <li><a href="">Sample 9: Introduction to dynamic 
sequences with the Registry</a></li>
+                            <li><a href="">Sample 10: Introduction to dynamic 
endpoints with the Registry</a></li>
+                            <li><a href="">Sample 11: A full registry based 
configuration, and sharing a configuration between multiple instances</a></li>
+                            <li><a href="">Sample 12: One way messaging / 
fireAndForget through Synapse</a></li>
+                            <li><a href="">Sample 13: Dual channel invocation 
through Synapse</a></li>
+                        </ul>
+                    </li>
+                </ul>
+            </p>
+        </section>
+    </body>
+</document>
\ No newline at end of file


Reply via email to