You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by ru...@apache.org on 2007/02/21 09:47:42 UTC

svn commit: r509940 - /webservices/synapse/site/index.html

Author: ruwan
Date: Wed Feb 21 00:47:41 2007
New Revision: 509940

URL: http://svn.apache.org/viewvc?view=rev&rev=509940
Log:
Changing the samples and configuration doc inks to svn head


Modified:
    webservices/synapse/site/index.html

Modified: webservices/synapse/site/index.html
URL: http://svn.apache.org/viewvc/webservices/synapse/site/index.html?view=diff&rev=509940&r1=509939&r2=509940
==============================================================================
--- webservices/synapse/site/index.html (original)
+++ webservices/synapse/site/index.html Wed Feb 21 00:47:41 2007
@@ -1,280 +1,193 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-
-
-
-
-
-
-
-
-
-<html>
-  <head>
-    <title>Apache Synapse - 
-    Apache Synapse</title>
-    <style type="text/css" media="all">
-      @import url("./css/maven-base.css");
-      @import url("./css/maven-theme.css");
-      @import url("./css/site.css");
-    </style>
-    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
-  <body class="composite">
-    <div id="banner">
-                  <a href="http://ws.apache.org/synapse/" id="bannerLeft">
-    
-            Apache Synapse
-    
-            </a>
-                    <div class="clear">
-        <hr/>
-      </div>
-    </div>
-    <div id="breadcrumbs">
-          
-  
-
-  
-    
-  
-  
-            <div class="xleft">
-        Last Published: 08 Jan 2007
-                      </div>
-            <div class="xright">      <a href="http://www.apache.org/">Apache</a>
-          |
-          <a href="../">WebServices</a>
-          
-  
-
-  
-    
-  
-  
-  </div>
-      <div class="clear">
-        <hr/>
-      </div>
-    </div>
-    <div id="leftColumn">
-      <div id="navcolumn">
-           
-  
-
-  
-    
-  
-  
-                   <h5>Apache Synapse</h5>
-        <ul>
-              
-    <li class="none">
-              <strong>About</strong>
-        </li>
-              
-          
-              
-      
-            
-      
-              
-        <li class="expanded">
-              <a href="">Downloads</a>
-                <ul>
-                  
-    <li class="none">
-              <a href="download.cgi">Releases</a>
-        </li>
-                  
-    <li class="none">
-              <a href="source-repository.html">Source Code</a>
-        </li>
-              </ul>
-        </li>
-              
-          
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-              
-        <li class="expanded">
-              <a href="">Documentation</a>
-                <ul>
-                  
-    <li class="none">
-              <a href="Synapse_Configuration_Language.html">Configuration Language</a>
-        </li>
-                  
-    <li class="none">
-              <a href="Synapse_Userguide.html">User guide</a>
-        </li>
-                  
-    <li class="none">
-              <a href="Synapse_Samples.html">Samples</a>
-        </li>
-                  
-    <li class="none">
-              <a href="Synapse_Extending.html">Extending Synapse</a>
-        </li>
-                  
-    <li class="none">
-              <a href="apidocs/index.html">Javadocs</a>
-        </li>
-              </ul>
-        </li>
-              
-          
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-              
-        <li class="expanded">
-              <a href="">Project Information</a>
-                <ul>
-                  
-    <li class="none">
-              <a href="project-info.html">Project Information</a>
-        </li>
-                  
-    <li class="none">
-              <a href="mail-lists.html">Mailing Lists</a>
-        </li>
-                  
-    <li class="none">
-              <a href="issue-tracking.html">Issue Tracking</a>
-        </li>
-                  
-    <li class="none">
-              <a href="dependencies.html">Dependencies</a>
-        </li>
-                  
-    <li class="none">
-              <a href="dependency-convergence.html">Dependency Convergence</a>
-        </li>
-                  
-    <li class="none">
-              <a href="team-list.html">Project Team</a>
-        </li>
-                  
-    <li class="none">
-              <a href="project-summary.html">Project Summary</a>
-        </li>
-              </ul>
-        </li>
-          </ul>
-                                       <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
-            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
-          </a>
-                       
-  
-
-  
-    
-  
-  
-        </div>
-    </div>
-    <div id="bodyColumn">
-      <div id="contentBox">
-        
-
-  
-
-
-  
-<a name="Apache Synapse"></a><div class="section"><h2>Apache Synapse</h2>
-	<p>
-  The Synapse project is a robust, lightweight
-  implementation of a highly scalable and distributed service mediation
-  framework based on Web services and XML specifications.
-	</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_Samples.html">A Quick start with Synapse Samples</a></li>
-  <li><a href="Synapse_Extending.html">Extending Synapse</a></li>
-  <li><a href="Synapse_Userguide.html">The Synapse User Guide</a><a href="">(In Progress)</a></li>
-  
-  <li>The WS Wiki <a href="http://wiki.apache.org/ws/Synapse">http://wiki.apache.org/ws/Synapse</a></li>
-  
-  
-  <li>The Developer mailing list:  <a href="mailto:synapse-dev-subscribe@ws.apache.org">Subscribe</a></li>
-  <li>The User mailing list:  <a href="mailto:synapse-user-subscribe@ws.apache.org">Subscribe</a></li>
-  </ul>
-</div>
-
-<a name="Introduction"></a><div class="section"><h2>Introduction</h2>
-	Synapse is a mediation framework for Web Services. Synapse allows messages flowing through, into, or out of an organization to be mediated.
-
-	Synapse, incidentally, is pronounced &quot;sine-apse&quot;, and not &quot;sin-apse&quot;.  
-</div>
-	
-<a name="Status"></a><div class="section"><h2>Status</h2>
-	Synapse has graduated from the incubator! Synapse was officially accepted as a sub-project of the Apache WS project on the 2nd January 2007.
-	
-	The latest release of Synapse is <a href="http://ws.apache.org/synapse/download/0.91/download.cgi">0.91</a>. Its key features are 
-
-	<ul>
-	<li> A streamlined configuration model and a new XML syntax</li>
-	<li> Proxy Services (service mediation) and Message mediation</li>
-	<li> Concept of Endpoints </li>
-	<li> Integration of a Registry and dynamic refresh of resources as well as rules used to mediate </li>
-	<li> Support for http and JMS transports</li>
-	<li> Support for WS-Reliable Messaging and WS-Security through WS-Policies</li>
-	<li> Script mediator supporting all BSF scripting languages </li>
-	<li> Support for error handling and recovery </li>
-  <li> Support for WS-RM sequences </li>
-  <li> Many built in mediators </li>
-	<li> Maven 2 based build process</li>
-	<li> Many samples and a built-in Axis2 server to try out and experiment with samples (Samples includes WS-Security, JMS POX/Text messages, Script mediation and many more samples which can be run out of the box) </li>
-	<li> Enhanced documentation </li>
-	</ul>
-</div>
-
-
-
-      </div>
-    </div>
-    <div class="clear">
-      <hr/>
-    </div>
-    <div id="footer">
-      <div class="xright">&#169;  
-          2005-2007
-    
-          Apache Software Foundation
-          
-  
-
-  
-    
-  
-  
-  </div>
-      <div class="clear">
-        <hr/>
-      </div>
-    </div>
-  </body>
-</html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+<HEAD>
+	<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
+	<TITLE>Apache Synapse - Apache Synapse</TITLE>
+	<META NAME="GENERATOR" CONTENT="OpenOffice.org 2.0  (Linux)">
+	<META NAME="CREATED" CONTENT="20070221;10345100">
+	<META NAME="CHANGEDBY" CONTENT="Ruwan Linton">
+	<META NAME="CHANGED" CONTENT="20070221;13232600">
+</HEAD>
+<BODY LANG="en-AU" DIR="LTR">
+<DIV ID="banner" DIR="LTR">
+	<P STYLE="margin-bottom: 0cm"><A NAME="bannerLeft"></A><A HREF="http://ws.apache.org/synapse/">Apache
+	Synapse </A>
+	</P>
+</DIV>
+<DIV ID="breadcrumbs" DIR="LTR">
+	<P STYLE="margin-bottom: 0cm">Last Published: 08 Jan 2007 
+	</P>
+	<P STYLE="margin-bottom: 0cm"><A HREF="http://www.apache.org/">Apache</A>
+	| <A HREF="../../dev">WebServices</A> 
+	</P>
+</DIV>
+<DIV ID="leftColumn" DIR="LTR">
+	<P><BR><BR>
+	</P>
+	<DIV ID="navcolumn" DIR="LTR">
+		<H5>Apache Synapse</H5>
+		<UL>
+			<LI><P STYLE="margin-bottom: 0cm"><STRONG>About</STRONG> 
+			</P>
+			<LI><P STYLE="margin-bottom: 0cm"><A HREF="../synapsesite">Downloads</A>
+						</P>
+			<UL>
+				<LI><P STYLE="margin-bottom: 0cm"><A HREF="download.cgi">Releases</A>
+								</P>
+			</UL>
+			<LI><P STYLE="margin-bottom: 0cm"><A HREF="source-repository.html">Source
+			Code</A> 
+			</P>
+			<LI><P STYLE="margin-bottom: 0cm"><A HREF="../synapsesite">Documentation</A>
+						</P>
+			<UL>
+				<LI><P STYLE="margin-bottom: 0cm"><A HREF="http://svn.apache.org/viewvc/webservices/synapse/trunk/java/src/site/resources/Synapse_Configuration_Language.html?content-type=text%2Fhtml&view=co">Configuration
+				Language</A> 
+				</P>
+			</UL>
+			<LI><P STYLE="margin-bottom: 0cm"><A HREF="Synapse_Userguide.html">User
+			guide</A> 
+			</P>
+			<LI><P STYLE="margin-bottom: 0cm"><A HREF="http://svn.apache.org/viewvc/webservices/synapse/trunk/java/src/site/resources/Synapse_Samples.html?content-type=text%2Fhtml&view=co">Samples</A>
+						</P>
+			<LI><P STYLE="margin-bottom: 0cm"><A HREF="Synapse_Extending.html">Extending
+			Synapse</A> 
+			</P>
+			<LI><P STYLE="margin-bottom: 0cm"><A HREF="apidocs/index.html">Javadocs</A>
+						</P>
+			<LI><P STYLE="margin-bottom: 0cm"><A HREF="../synapsesite">Project
+			Information</A> 
+			</P>
+			<UL>
+				<LI><P STYLE="margin-bottom: 0cm"><A HREF="project-info.html">Project
+				Information</A> 
+				</P>
+			</UL>
+			<LI><P STYLE="margin-bottom: 0cm"><A HREF="mail-lists.html">Mailing
+			Lists</A> 
+			</P>
+			<LI><P STYLE="margin-bottom: 0cm"><A HREF="issue-tracking.html">Issue
+			Tracking</A> 
+			</P>
+			<LI><P STYLE="margin-bottom: 0cm"><A HREF="dependencies.html">Dependencies</A>
+						</P>
+			<LI><P STYLE="margin-bottom: 0cm"><A HREF="dependency-convergence.html">Dependency
+			Convergence</A> 
+			</P>
+			<LI><P STYLE="margin-bottom: 0cm"><A HREF="team-list.html">Project
+			Team</A> 
+			</P>
+			<LI><P><A HREF="project-summary.html">Project Summary</A> 
+			</P>
+		</UL>
+		<P><A NAME="poweredBy"></A><FONT COLOR="#000080"><A HREF="http://maven.apache.org/"><FONT COLOR="#000080"><IMG SRC="images/logos/maven-feather.png" NAME="graphics1" ALT="Built by Maven" ALIGN=BOTTOM WIDTH=90 HEIGHT=30 BORDER=1></FONT></A></FONT><A HREF="http://maven.apache.org/">
+		</A>
+		</P>
+	</DIV>
+</DIV>
+<DIV ID="bodyColumn" DIR="LTR">
+	<P STYLE="border: none; padding: 0cm"><BR><BR>
+	</P>
+	<DIV ID="contentBox" DIR="LTR">
+		<H2 STYLE="border: none; padding: 0cm"><A NAME="Apache Synapse"></A>
+		Apache Synapse</H2>
+		<P STYLE="border: none; padding: 0cm">The Synapse project is a
+		robust, lightweight implementation of a highly scalable and
+		distributed service mediation framework based on Web services and
+		XML specifications. 
+		</P>
+		<P STYLE="border: none; padding: 0cm">For more information, see:</P>
+		<UL>
+			<LI><P STYLE="margin-bottom: 0cm; border: none; padding: 0cm"><A HREF="http://svn.apache.org/viewvc/webservices/synapse/trunk/java/src/site/resources/Synapse_Configuration_Language.html?content-type=text%2Fhtml&view=co">The
+			Synapse Configuration Language</A> 
+			</P>
+			<LI><P STYLE="margin-bottom: 0cm; border: none; padding: 0cm"><A HREF="http://svn.apache.org/viewvc/webservices/synapse/trunk/java/src/site/resources/Synapse_Samples.html?content-type=text%2Fhtml&view=co">A
+			Quick start with Synapse Samples</A> 
+			</P>
+			<LI><P STYLE="margin-bottom: 0cm; border: none; padding: 0cm"><A HREF="Synapse_Extending.html">Extending
+			Synapse</A> 
+			</P>
+			<LI><P STYLE="margin-bottom: 0cm; border: none; padding: 0cm"><A HREF="Synapse_Userguide.html">The
+			Synapse User Guide</A><A HREF="../synapsesite">(In Progress)</A> 
+			</P>
+			<LI><P STYLE="margin-bottom: 0cm; border: none; padding: 0cm">The
+			WS Wiki <A HREF="http://wiki.apache.org/ws/Synapse">http://wiki.apache.org/ws/Synapse</A>
+						</P>
+			<LI><P STYLE="margin-bottom: 0cm; border: none; padding: 0cm">The
+			Developer mailing list: <A HREF="mailto:synapse-dev-subscribe@ws.apache.org">Subscribe</A>
+						</P>
+			<LI><P STYLE="border: none; padding: 0cm">The User mailing list:
+			<A HREF="mailto:synapse-user-subscribe@ws.apache.org">Subscribe</A>
+						</P>
+		</UL>
+		<H2 STYLE="border: none; padding: 0cm">Introduction</H2>
+		<P STYLE="border: none; padding: 0cm">Synapse is a mediation
+		framework for Web Services. Synapse allows messages flowing
+		through, into, or out of an organization to be mediated. Synapse,
+		incidentally, is pronounced &quot;sine-apse&quot;, and not
+		&quot;sin-apse&quot;. 
+		</P>
+		<H2 STYLE="border: none; padding: 0cm">Status</H2>
+		<P STYLE="border: none; padding: 0cm">Synapse has graduated from
+		the incubator! Synapse was officially accepted as a sub-project of
+		the Apache WS project on the 2nd January 2007. The latest release
+		of Synapse is <A HREF="http://ws.apache.org/synapse/download/0.91/download.cgi">0.91</A>.
+		Its key features are 
+		</P>
+		<UL>
+			<LI><P STYLE="margin-bottom: 0cm; border: none; padding: 0cm">A
+			streamlined configuration model and a new XML syntax 
+			</P>
+			<LI><P STYLE="margin-bottom: 0cm; border: none; padding: 0cm">Proxy
+			Services (service mediation) and Message mediation 
+			</P>
+			<LI><P STYLE="margin-bottom: 0cm; border: none; padding: 0cm">Concept
+			of Endpoints 
+			</P>
+			<LI><P STYLE="margin-bottom: 0cm; border: none; padding: 0cm">Integration
+			of a Registry and dynamic refresh of resources as well as rules
+			used to mediate 
+			</P>
+			<LI><P STYLE="margin-bottom: 0cm; border: none; padding: 0cm">Support
+			for http and JMS transports 
+			</P>
+			<LI><P STYLE="margin-bottom: 0cm; border: none; padding: 0cm">Support
+			for WS-Reliable Messaging and WS-Security through WS-Policies 
+			</P>
+			<LI><P STYLE="margin-bottom: 0cm; border: none; padding: 0cm">Script
+			mediator supporting all BSF scripting languages 
+			</P>
+			<LI><P STYLE="margin-bottom: 0cm; border: none; padding: 0cm">Support
+			for error handling and recovery 
+			</P>
+			<LI><P STYLE="margin-bottom: 0cm; border: none; padding: 0cm">Support
+			for WS-RM sequences 
+			</P>
+			<LI><P STYLE="margin-bottom: 0cm; border: none; padding: 0cm">Many
+			built in mediators 
+			</P>
+			<LI><P STYLE="margin-bottom: 0cm; border: none; padding: 0cm">Maven
+			2 based build process 
+			</P>
+			<LI><P STYLE="margin-bottom: 0cm; border: none; padding: 0cm">Many
+			samples and a built-in Axis2 server to try out and experiment with
+			samples (Samples includes WS-Security, JMS POX/Text messages,
+			Script mediation and many more samples which can be run out of the
+			box) 
+			</P>
+			<LI><P STYLE="border: none; padding: 0cm">Enhanced documentation 
+			</P>
+		</UL>
+		<H2 STYLE="border: none; padding: 0cm">Acknowledgement</H2>
+		<P STYLE="border: none; padding: 0cm"><a href="http://www.ej-technologies.com/products/jprofiler/overview.html"><img src="http://www.ej-technologies.com/images/headlines/3453392302.png"/></a> We acknowledge
+		<a href="http://www.ej-technologies.com/products/jprofiler/overview.html">ej-technologies</a> for giving us a free team license of the Jprofiler
+		for the profiling of Synapse.</P>
+	</DIV>
+</DIV>
+<DIV ID="footer" DIR="LTR">
+	<P STYLE="margin-bottom: 0cm">&copy; 2005-2007 Apache Software
+	Foundation 
+	</P>
+</DIV>
+</BODY>
+</HTML>



---------------------------------------------------------------------
To unsubscribe, e-mail: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org