blob: ac9c8f6948b96c206d9a42902cd7e74b4e9770b4 [file]
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
* Licensed 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</title>
</properties>
<body>
<section name="Apache Synapse">
<p>
The Synapse project will create a robust, lightweight
implementation of a highly scalable and distributed service mediation
framework based on Web services specifications.
</p>
<p>For more information, see:</p>
<ul>
<li>The wiki (we use this more than this main site): <a href="http://wiki.apache.org/ws/Synapse">http://wiki.apache.org/ws/Synapse</a></li>
<li>The original proposal: <a href="http://wiki.apache.org/incubator/SynapseProposal">http://wiki.apache.org/incubator/SynapseProposal</a></li>
<li>The M1 release download is available from <a href="http://www.apache.org/dist/ws/synapse/M1/">http://www.apache.org/dist/ws/synapse/M1</a></li>
<li>The developer mailing list: <a href="mailto:synapse-dev-subscribe@ws.apache.org">Subscribe</a></li>
<li>The users mailing list: <a href="mailto:synapse-user-subscribe@ws.apache.org">Subscribe</a></li>
</ul>
</section>
<section name="Introduction">
<p>Synapse is a mediation framework for Web Services. Synapse allows messages flowing through, into, or out of an organization to be mediated, including aspects such as: </p>
<ul>
<li><p> Logging, service lookup, performance mediation </p>
</li>
<li><p> Versioning, failover, monitoring </p>
</li>
<li><p> Fault management, tracing </p>
</li>
</ul>
<p>The user guide is available at <a class="external" rel="nofollow" href="http://wiki.apache.org/ws/Synapse/UserGuide">http://wiki.apache.org/ws/Synapse/UserGuide</a> </p>
<p>Synapse, incidentally, is pronounced "sine-apse", and not "sin-apse". </p>
</section>
<section name="Status">
<p>Synapse is an effort undergoing incubation at the Apache Software Foundation (ASF),
sponsored by the Web Services PMC. Incubation is required of all newly accepted projects
until a further review indicates that the infrastructure, communications, and decision making process
have stabilized in a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the completeness or
stability of the code, it does indicate that the project has
yet to be fully endorsed by the ASF.</p>
<p>We have released a first Milestone M1. The release will supports: </p>
<ul>
<li><p> Simple mediation based on regex and xpath rules </p></li>
<li><p> Onbound routing of messages </p></li>
<li><p> Deploy simple Java mediators to perform logging, routing, message transform etc </p></li>
<li><p> XSLT transformation of messages </p></li>
<li><p> HTTP Proxy support </p></li>
<li><p> Stages and in/out handling of messages </p></li>
</ul>
</section>
</body>
</document>