Author: pzf
Date: Tue Nov 6 01:15:11 2007
New Revision: 592347
URL: http://svn.apache.org/viewvc?rev=592347&view=rev
Log:
updating text on main page to be more punchy
Modified:
webservices/synapse/trunk/java/src/site/xdoc/index.xml
Modified: webservices/synapse/trunk/java/src/site/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/webservices/synapse/trunk/java/src/site/xdoc/index.xml?rev=592347&r1=592346&r2=592347&view=diff
==============================================================================
--- webservices/synapse/trunk/java/src/site/xdoc/index.xml (original)
+++ webservices/synapse/trunk/java/src/site/xdoc/index.xml Tue Nov 6 01:15:11
2007
@@ -21,21 +21,20 @@
<document>
<properties>
- <title>Apache Synapse</title>
+ <title>Apache Synapse - the lightweight ESB</title>
</properties>
<body>
-<section name="Apache Synapse">
+<section name="Apache Synapse - the lightweight ESB">
<p>
- Apache Synapse is a easy-to-use and lightweight XML and Web Services
management and integration
- broker that can form the basis of a Service Oriented Architecture (SOA) and
Enterprise Service Bus (ESB)
+ Apache Synapse is a simple, lightweight and high performance Enterprise
Service Bus (ESB) from Apache. Based on a small asynchronous core, Apache
Synapse has excellent support for XML and Web services - as well as binary and
text formats. The Synapse engine is configured with a simple XML format and
comes with a set of useful transports and mediators. We recommend you start by
reading the QuickStart and then trying out the samples.
</p>
<p>For more information, see:</p>
<ul>
- <li><a href="Synapse_Configuration_Language.html">The Synapse Configuration
Language</a></li>
<li><a href="Synapse_QuickStart.html">Quick Start Guide</a></li>
+ <li><a href="Synapse_Configuration_Language.html">The Synapse Configuration
Language</a></li>
<li><a href="Synapse_Samples.html">A Quick start with Synapse
Samples</a></li>
<li><a href="Synapse_Extending.html">Extending Synapse</a></li>
<li>The Developer mailing list: <a href="mailto:[EMAIL
PROTECTED]">Subscribe</a></li>
@@ -46,29 +45,20 @@
<section name="Introduction">
<p>
-Apache Synapse is a easy-to-use and lightweight XML and Web Services
management and integration
-broker that can form the basis of a Service Oriented Architecture (SOA) and
Enterprise Service Bus (ESB)
-</p>
-<p>
-Apache Synapse offers a wide range of mediation capabilities, including
support for a number of
-open standards, including XML, XSLT, XPath, SOAP, HTTP, JMS, Web Services
Security, Web Services
-Reliable Messaging (WS-RM), SMTP and Web Services Addressing. Synapse supports
a number of useful
-functions out-of-the-box without programming, but it also can be extended
using popular programming
-languages such as Java, JavaScript, Ruby, and Groovy.
+Apache Synapse is a easy-to-use and lightweight ESB which offers a wide range
of management, routing and transformation capabilities. With support for HTTP,
SOAP, SMTP, JMS, FTP and file system transports. Included is first class
support for standards such as WS-Addressing, Web Services Security (WSS), Web
Services Reliable Messaging (WSRM), efficient binary attachments (MTOM/XOP) as
well as key transformation standards such as XSLT, XPath and XQuery. Synapse
supports a number of useful
+functions out-of-the-box without programming, but it also can be extended
using popular programming languages such as Java, JavaScript, Ruby, and Groovy.
</p>
</section>
<section name="Status">
- <p>Synapse graduated from the Apache Incubator on the 2nd of January
2007, and has been
- officially accepted as a sub-project of the Apache Web Services project</p>
-
- <p>The latest release of Synapse is <a
href="http://ws.apache.org/synapse/download/1.0/download.cgi">1.0</a>. Its key
features are </p>
+ <p>The latest release of Synapse is <a
href="http://ws.apache.org/synapse/download/1.0/download.cgi">1.0</a>. Its key
features are </p>
<ul>
<li><p>Proxy services - facilitating transport, interface
(WSDL/Schema/Policy), message format (SOAP/POX), QoS (WS-Security/RM) and
optimization switching (MTOM/SwA)</p></li>
<li><p>Non-blocking http/s transports based on Apache <a
target="_blank"
href="http://jakarta.apache.org/httpcomponents/httpcore/">HttpCore</a> for
ultrafast execution and support for thousands of connections</p></li>
<li><p>Built in Registry/Repository, facilitating dynamic updating and
reloading of the configuration and associated resources (e.g. XSLTs, XSD, JS,
..)</p></li>
<li><p>Easily extended via custom Java class/Spring mediators, or BSF
Scripting languages (Javascript, Ruby etc)</p></li>
+ <li><p>Built in support for scheduling tasks using the <a
href="http://www.opensymphony.com/quartz">Quartz</a> scheduler</p></li>
<li><p>Load-balancing/Fail-over and Throttling support</p></li>
<li><p>WS-Security, WS-Reliable Messaging & Throttling
configurable via WS-Policies</p></li>
<li><p>JMS message support for binary, plain text and XML and SOAP
payloads</p></li>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]