Author: kasun
Date: Thu Dec 22 15:45:05 2011
New Revision: 1222287
URL: http://svn.apache.org/viewvc?rev=1222287&view=rev
Log:
Adding faq
Added:
synapse/trunk/scratch/hiranya/website/src/site/xdoc/userguide/faq.xml
Added: synapse/trunk/scratch/hiranya/website/src/site/xdoc/userguide/faq.xml
URL:
http://svn.apache.org/viewvc/synapse/trunk/scratch/hiranya/website/src/site/xdoc/userguide/faq.xml?rev=1222287&view=auto
==============================================================================
--- synapse/trunk/scratch/hiranya/website/src/site/xdoc/userguide/faq.xml
(added)
+++ synapse/trunk/scratch/hiranya/website/src/site/xdoc/userguide/faq.xml Thu
Dec 22 15:45:05 2011
@@ -0,0 +1,65 @@
+<?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>FAQ</title>
+ </properties>
+ <body>
+ <section name="Apache Synapse FAQs">
+ <p>
+ Welcome to Apache Synapse FAQs.
+ </p>
+ </section>
+
+
+
+ <section name="General(GeneralApache Synapse questions - Non
technical)">
+
+ <ol>
+ <li>
+ What is Apache Synapse?
+ <ul>
+ <li>
+ Apache Synapse is a lightweight and
high-performance Enterprise Service Bus (ESB).
+ </li>
+ </ul>
+ </li>
+ <p/>
+
+ <li>
+ What makes Apache Synapse unique?
+ <ul>
+ <li>
+ Apache Synapse is fast and able to handle
thousands of concurrent connections
+ with constant memory usage. It comes with a rich
set of mediators to
+ support almost any integration scenario out of the
box. It is also easily
+ extensible and highly customizable.
+ </li>
+ </ul>
+ </li>
+ <p/>
+
+ </ol>
+ </section>
+
+
+
+ </body>
+</document>