You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2016/04/23 08:19:21 UTC

svn commit: r986394 - in /websites/production/camel/content: cache/main.pageCache examples.html

Author: buildbot
Date: Sat Apr 23 06:19:21 2016
New Revision: 986394

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/examples.html

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/camel/content/examples.html
==============================================================================
--- websites/production/camel/content/examples.html (original)
+++ websites/production/camel/content/examples.html Sat Apr 23 06:19:21 2016
@@ -75,7 +75,7 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><h2 id="Examples-Examples">Examples</h2><p>Once you have read about <a shape="rect" href="getting-started.html">Getting Started</a> and looked at the <a shape="rect" href="enterprise-integration-patterns.html">Enterprise Integration Patterns</a>, you might want to try out some examples.</p><p>Before starting to work on example you may want to <a shape="rect" href="what-are-the-dependencies.html">check the requirements for working with Camel</a>. Then <a shape="rect" href="running-examples.html">Running Examples</a> describes how to get the examples to run</p><h3 id="Examples-Walk-throughs">Walk-throughs</h3><ul><li>Walk through the code of a <a shape="rect" href="walk-through-an-example.html">beginner's example</a> so you can understand how things fit together using the Java <a shape="rect" href="dsl.html">DSL</a> to set up some routes in a simple <code>main(&#8230;)</code> method.</li><li>Walk through the <a shape="rect" href="walk-through-anot
 her-example.html">Spring DSL example</a> to look at XML-based routing.</li><li>Walk through the <a shape="rect" href="console-example.html">Console Example</a> to practice reading input from the console.</li></ul><div class="confluence-information-macro confluence-information-macro-information"><p class="title">Notice</p><span class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"></span><div class="confluence-information-macro-body"><p>The examples listed below are hosted at Apache. We also offer the <a shape="rect" href="articles.html">Articles</a> page as a collection of 3rd-party Camel material - such as tutorials, blog posts, published articles, videos, podcasts, presentations, and so forth.</p><p>If you have written a Camel-related article, then we are happy to provide a link to it. You can contact the Camel <a shape="rect" href="team.html">Team</a> via our <a shape="rect" href="mailing-lists.html">Mailing Lists</a>, or simply post a tweet with the
  words "Apache Camel".</p></div></div><h3 id="Examples-Examples.1">Examples</h3><ul><li><a shape="rect" href="activemq-camel-tomcat.html">ActiveMQ Camel Tomcat</a> example shows how to embed Apache ActiveMQ and Camel in a web application running on Apache Tomcat.</li><li><a shape="rect" href="aggregate-example.html">Aggregate Example</a> shows the overhauled <a shape="rect" href="aggregator2.html">Aggregator</a> EIP with persistent storage, which are part of Camel 2.3.</li><li><a shape="rect" href="bam-example.html">BAM Example</a> shows how to use Camel as a <a shape="rect" href="bam.html">BAM (Business Activity Monitoring)</a> framework, to monitor your business transactions.</li><li><a shape="rect" href="cafe-example.html">Cafe Example</a> shows how to use Camel to implement a Cafe shop use case.</li><li><a shape="rect" href="console-example.html">Console Example</a> shows how to get stared with Camel using to read input from the console.</li><li><a shape="rect" href="cxf-example
 .html">CXF Example</a> shows how to use Camel as the CXF services router, which consumes the request of a CXF client then passes the request to a CXF-based web service.</li><li><a shape="rect" href="cxf-example-osgi-blueprint.html">CXF Example OSGi Blueprint</a> shows how to use the camel-cxf consumer component in an OSGI environment using OSGi Blueprint with the OSGI HTTP service.</li><li><a shape="rect" href="cxf-example-osgi.html">CXF Example OSGi</a> shows how to use the camel-cxf consumer component in an OSGI environment using Spring-DM with the OSGI HTTP service.</li><li><a shape="rect" href="cxf-proxy-example.html">CXF Proxy Example</a> shows how to use Camel to proxy a web service using <a shape="rect" href="cxf.html">CXF</a>.</li><li><a shape="rect" href="cxf-tomcat-example.html">CXF Tomcat Example</a> shows how to use Camel to expose a code-first web service using <a shape="rect" href="cxf.html">CXF</a> as a web application to be deployed in Apache Tomcat.</li><li><a shape
 ="rect" href="etl-example.html">ETL Example</a> shows how to use Camel as an <a shape="rect" class="external-link" href="http://en.wikipedia.org/wiki/Extract,_transform,_load" rel="nofollow">Extract Transform Load (ETL)</a> tool</li><li><a shape="rect" href="ftp-example.html">FTP Example</a> shows how to use Camel to upload or download files to/from an existing FTP server.</li><li><a shape="rect" href="guice-jms-example.html">Guice JMS Example</a> shows how to use <a shape="rect" href="guice.html">Guice</a> as the Dependency Injection framework to create some <a shape="rect" href="jms.html">JMS</a> base routes using just Java code and a properties file</li><li><a shape="rect" href="hibernate-example.html">Hibernate Example</a> shows how to work with <a shape="rect" href="hibernate.html">Hibernate</a> to exchange data using a shared database table.</li><li><a shape="rect" href="jmx-component-example.html">JMX Component Example</a> shows how to use the camel-jmx component.</li><li><a 
 shape="rect" href="loadbalancing-mina-example.html">LoadBalancing Mina Example</a> shows how to use the <a shape="rect" href="load-balancer.html">Load Balancer</a> EIP to balance communication with remote servers using <a shape="rect" href="mina.html">MINA</a>.</li><li><a shape="rect" href="loan-broker-example.html">Loan Broker Example</a> shows how to use Camel to implement the classical <a shape="rect" class="external-link" href="http://http//www.enterpriseintegrationpatterns.com/ComposedMessagingExample.html" rel="nofollow">EIP composed messaging sample </a>.</li><li><a shape="rect" href="management-example.html">Management Example</a> shows how to use <a shape="rect" href="camel-jmx.html">JMX</a> in Camel to manage a running Camel application.</li><li><a shape="rect" href="mybatis-example.html">MyBatis Example</a> shows how to work with <a shape="rect" href="mybatis.html">MyBatis</a> to exchange data using a shared database table.</li><li><a shape="rect" href="netty-http-server-
 example.html">Netty HTTP Server Example</a> shows how to use <a shape="rect" href="netty-http.html">Netty HTTP</a> as a shared HTTP server with multiple Camel applications in OSGi container such as Karaf / ServiceMix.</li><li><a shape="rect" href="pojo-messaging-example.html">POJO Messaging Example</a> shows how to use annotations to produce, consume or route messages to Camel endpoints without using any DSL.</li><li><a shape="rect" href="route-throttling-example.html">Route Throttling Example</a> shows how to use <a shape="rect" href="routepolicy.html">RoutePolicy</a> and <a shape="rect" href="camel-jmx.html">JMX</a> in Camel to dynamically throttle routes.</li><li><a shape="rect" href="servlet-tomcat-example.html">Servlet Tomcat Example</a> shows how to use Camel to route messages using servlets running in any web container such as Apache Tomcat.</li><li><a shape="rect" href="servlet-tomcat-no-spring-example.html">Servlet Tomcat No Spring Example</a> shows how to use Camel to rout
 e messages using servlets running any web container such as Apache Tomcat without using the Spring Framework.</li><li><a shape="rect" href="simple-jira-bot.html">Simple Jira Bot</a> shows how to use the camel-rss feed to send updates to an irc channel using camel-irc.</li><li><a shape="rect" href="spring-example.html">Spring Example</a> shows how to work with the Spring example using a Spring ApplicationContext to configure Camel with <a shape="rect" href="dsl.html">Java routing rules</a></li><li><a shape="rect" href="spring-boot-example.html">Spring Boot Example</a> shows&#160;how to work with the simple Camel application based on the&#160;<a shape="rect" href="https://cwiki.apache.org/confluence/display/CAMEL/Spring+Boot">Spring Boot</a>.</li><li><a shape="rect" href="spring-java-config-example.html">Spring Java Config Example</a> shows how to use the <a shape="rect" class="external-link" href="http://www.springsource.org/javaconfig" rel="nofollow">Spring java config</a> to config
 ure the Camel with <a shape="rect" href="dsl.html">Java routing rules</a></li><li><a shape="rect" href="spring-security-example.html">Spring Security Example</a> shows how to implement a basic http authentication and role based authorization within a camel route by leverage the <a shape="rect" href="spring-security.html">camel-spring-security component</a>.</li><li><a shape="rect" href="spring-ws-example.html">Spring Web Services Example</a> shows how to expose a SOAP-based web service using Camel and Spring Web Services.</li><li><a shape="rect" href="spring-xquery-example.html">Spring XQuery Example</a> shows how to work with the Spring example using a Spring ApplicationContext to configure Camel</li><li><a shape="rect" href="sql-example.html">SQL Example</a> shows how to work with <a shape="rect" href="sql-component.html">SQL</a> to exchange data using a shared database table.</li><li><a shape="rect" href="tracer-example.html">Tracer Example</a> shows how to use <a shape="rect" hr
 ef="tracer.html">Tracer</a> in Camel to trace how <a shape="rect" href="exchange.html">Exchange</a> is routed.</li><li><a shape="rect" href="twitter-websocket-example.html">Twitter Websocket Example</a> demonstrates how to poll a constant feed of twitter searches and publish results in real time using web socket to a web page.</li><li><a shape="rect" href="twitter-websocket-blueprint-example.html">Twitter Websocket Blueprint Example</a> An OSGi Blueprint version of the <a shape="rect" href="twitter-websocket-example.html">Twitter Websocket Example</a>.</li></ul><div class="confluence-information-macro confluence-information-macro-tip"><p class="title">More examples</p><span class="aui-icon aui-icon-small aui-iconfont-approve confluence-information-macro-icon"></span><div class="confluence-information-macro-body"><p>See also <a shape="rect" href="tutorials.html">Tutorials</a> for more examples, as well as <a shape="rect" href="cookbook.html">Cookbook</a>.</p></div></div><h2 id="Examp
 les-SeeAlso">See Also</h2><ul><li><a shape="rect" href="tutorials.html">Tutorials</a></li><li><a shape="rect" href="cookbook.html">Cookbook</a></li><li><a shape="rect" href="enterprise-integration-patterns.html">Enterprise Integration Patterns</a></li></ul></div>
+<div class="wiki-content maincontent"><h2 id="Examples-Examples">Examples</h2><p>Once you have read about <a shape="rect" href="getting-started.html">Getting Started</a> and looked at the <a shape="rect" href="enterprise-integration-patterns.html">Enterprise Integration Patterns</a>, you might want to try out some examples.</p><p>Before starting to work on example you may want to <a shape="rect" href="what-are-the-dependencies.html">check the requirements for working with Camel</a>. Then <a shape="rect" href="running-examples.html">Running Examples</a> describes how to get the examples to run</p><h3 id="Examples-Walk-throughs">Walk-throughs</h3><ul><li>Walk through the code of a <a shape="rect" href="walk-through-an-example.html">beginner's example</a> so you can understand how things fit together using the Java <a shape="rect" href="dsl.html">DSL</a> to set up some routes in a simple <code>main(&#8230;)</code> method.</li><li>Walk through the <a shape="rect" href="walk-through-anot
 her-example.html">Spring DSL example</a> to look at XML-based routing.</li><li>Walk through the <a shape="rect" href="console-example.html">Console Example</a> to practice reading input from the console.</li></ul><div class="confluence-information-macro confluence-information-macro-information"><p class="title">Notice</p><span class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"></span><div class="confluence-information-macro-body"><p>The examples listed below are hosted at Apache. We also offer the <a shape="rect" href="articles.html">Articles</a> page as a collection of 3rd-party Camel material - such as tutorials, blog posts, published articles, videos, podcasts, presentations, and so forth.</p><p>If you have written a Camel-related article, then we are happy to provide a link to it. You can contact the Camel <a shape="rect" href="team.html">Team</a> via our <a shape="rect" href="mailing-lists.html">Mailing Lists</a>, or simply post a tweet with the
  words "Apache Camel".</p></div></div><div class="confluence-information-macro confluence-information-macro-tip"><span class="aui-icon aui-icon-small aui-iconfont-approve confluence-information-macro-icon"></span><div class="confluence-information-macro-body"><p>You can details about all the examples and documentation from browsing gihub pages, as not all examples have a corresponding page on this wiki based documentation system.<br clear="none">Therefore take a look at: <a shape="rect" class="external-link" href="https://github.com/apache/camel/tree/master/examples" rel="nofollow">https://github.com/apache/camel/tree/master/examples</a></p></div></div><h3 id="Examples-Examples.1">Examples</h3><ul><li><a shape="rect" href="activemq-camel-tomcat.html">ActiveMQ Camel Tomcat</a> example shows how to embed Apache ActiveMQ and Camel in a web application running on Apache Tomcat.</li><li><a shape="rect" href="aggregate-example.html">Aggregate Example</a> shows the overhauled <a shape="rec
 t" href="aggregator2.html">Aggregator</a> EIP with persistent storage, which are part of Camel 2.3.</li><li><a shape="rect" href="bam-example.html">BAM Example</a> shows how to use Camel as a <a shape="rect" href="bam.html">BAM (Business Activity Monitoring)</a> framework, to monitor your business transactions.</li><li><a shape="rect" href="cafe-example.html">Cafe Example</a> shows how to use Camel to implement a Cafe shop use case.</li><li><a shape="rect" href="console-example.html">Console Example</a> shows how to get stared with Camel using to read input from the console.</li><li><a shape="rect" href="cxf-example.html">CXF Example</a> shows how to use Camel as the CXF services router, which consumes the request of a CXF client then passes the request to a CXF-based web service.</li><li><a shape="rect" href="cxf-example-osgi-blueprint.html">CXF Example OSGi Blueprint</a> shows how to use the camel-cxf consumer component in an OSGI environment using OSGi Blueprint with the OSGI HTT
 P service.</li><li><a shape="rect" href="cxf-example-osgi.html">CXF Example OSGi</a> shows how to use the camel-cxf consumer component in an OSGI environment using Spring-DM with the OSGI HTTP service.</li><li><a shape="rect" href="cxf-proxy-example.html">CXF Proxy Example</a> shows how to use Camel to proxy a web service using <a shape="rect" href="cxf.html">CXF</a>.</li><li><a shape="rect" href="cxf-tomcat-example.html">CXF Tomcat Example</a> shows how to use Camel to expose a code-first web service using <a shape="rect" href="cxf.html">CXF</a> as a web application to be deployed in Apache Tomcat.</li><li><a shape="rect" href="etl-example.html">ETL Example</a> shows how to use Camel as an <a shape="rect" class="external-link" href="http://en.wikipedia.org/wiki/Extract,_transform,_load" rel="nofollow">Extract Transform Load (ETL)</a> tool</li><li><a shape="rect" href="ftp-example.html">FTP Example</a> shows how to use Camel to upload or download files to/from an existing FTP server
 .</li><li><a shape="rect" href="guice-jms-example.html">Guice JMS Example</a> shows how to use <a shape="rect" href="guice.html">Guice</a> as the Dependency Injection framework to create some <a shape="rect" href="jms.html">JMS</a> base routes using just Java code and a properties file</li><li><a shape="rect" href="hibernate-example.html">Hibernate Example</a> shows how to work with <a shape="rect" href="hibernate.html">Hibernate</a> to exchange data using a shared database table.</li><li><a shape="rect" href="jmx-component-example.html">JMX Component Example</a> shows how to use the camel-jmx component.</li><li><a shape="rect" href="loadbalancing-mina-example.html">LoadBalancing Mina Example</a> shows how to use the <a shape="rect" href="load-balancer.html">Load Balancer</a> EIP to balance communication with remote servers using <a shape="rect" href="mina.html">MINA</a>.</li><li><a shape="rect" href="loan-broker-example.html">Loan Broker Example</a> shows how to use Camel to implem
 ent the classical <a shape="rect" class="external-link" href="http://http//www.enterpriseintegrationpatterns.com/ComposedMessagingExample.html" rel="nofollow">EIP composed messaging sample </a>.</li><li><a shape="rect" href="management-example.html">Management Example</a> shows how to use <a shape="rect" href="camel-jmx.html">JMX</a> in Camel to manage a running Camel application.</li><li><a shape="rect" href="mybatis-example.html">MyBatis Example</a> shows how to work with <a shape="rect" href="mybatis.html">MyBatis</a> to exchange data using a shared database table.</li><li><a shape="rect" href="netty-http-server-example.html">Netty HTTP Server Example</a> shows how to use <a shape="rect" href="netty-http.html">Netty HTTP</a> as a shared HTTP server with multiple Camel applications in OSGi container such as Karaf / ServiceMix.</li><li><a shape="rect" href="pojo-messaging-example.html">POJO Messaging Example</a> shows how to use annotations to produce, consume or route messages to 
 Camel endpoints without using any DSL.</li><li><a shape="rect" href="route-throttling-example.html">Route Throttling Example</a> shows how to use <a shape="rect" href="routepolicy.html">RoutePolicy</a> and <a shape="rect" href="camel-jmx.html">JMX</a> in Camel to dynamically throttle routes.</li><li><a shape="rect" href="servlet-tomcat-example.html">Servlet Tomcat Example</a> shows how to use Camel to route messages using servlets running in any web container such as Apache Tomcat.</li><li><a shape="rect" href="servlet-tomcat-no-spring-example.html">Servlet Tomcat No Spring Example</a> shows how to use Camel to route messages using servlets running any web container such as Apache Tomcat without using the Spring Framework.</li><li><a shape="rect" href="simple-jira-bot.html">Simple Jira Bot</a> shows how to use the camel-rss feed to send updates to an irc channel using camel-irc.</li><li><a shape="rect" href="spring-example.html">Spring Example</a> shows how to work with the Spring e
 xample using a Spring ApplicationContext to configure Camel with <a shape="rect" href="dsl.html">Java routing rules</a></li><li><a shape="rect" href="spring-boot-example.html">Spring Boot Example</a> shows&#160;how to work with the simple Camel application based on the&#160;<a shape="rect" href="https://cwiki.apache.org/confluence/display/CAMEL/Spring+Boot">Spring Boot</a>.</li><li><a shape="rect" href="spring-java-config-example.html">Spring Java Config Example</a> shows how to use the <a shape="rect" class="external-link" href="http://www.springsource.org/javaconfig" rel="nofollow">Spring java config</a> to configure the Camel with <a shape="rect" href="dsl.html">Java routing rules</a></li><li><a shape="rect" href="spring-security-example.html">Spring Security Example</a> shows how to implement a basic http authentication and role based authorization within a camel route by leverage the <a shape="rect" href="spring-security.html">camel-spring-security component</a>.</li><li><a sha
 pe="rect" href="spring-ws-example.html">Spring Web Services Example</a> shows how to expose a SOAP-based web service using Camel and Spring Web Services.</li><li><a shape="rect" href="spring-xquery-example.html">Spring XQuery Example</a> shows how to work with the Spring example using a Spring ApplicationContext to configure Camel</li><li><a shape="rect" href="sql-example.html">SQL Example</a> shows how to work with <a shape="rect" href="sql-component.html">SQL</a> to exchange data using a shared database table.</li><li><a shape="rect" href="tracer-example.html">Tracer Example</a> shows how to use <a shape="rect" href="tracer.html">Tracer</a> in Camel to trace how <a shape="rect" href="exchange.html">Exchange</a> is routed.</li><li><a shape="rect" href="twitter-websocket-example.html">Twitter Websocket Example</a> demonstrates how to poll a constant feed of twitter searches and publish results in real time using web socket to a web page.</li><li><a shape="rect" href="twitter-websock
 et-blueprint-example.html">Twitter Websocket Blueprint Example</a> An OSGi Blueprint version of the <a shape="rect" href="twitter-websocket-example.html">Twitter Websocket Example</a>.</li></ul><div class="confluence-information-macro confluence-information-macro-tip"><p class="title">More examples</p><span class="aui-icon aui-icon-small aui-iconfont-approve confluence-information-macro-icon"></span><div class="confluence-information-macro-body"><p>See also <a shape="rect" href="tutorials.html">Tutorials</a> for more examples, as well as <a shape="rect" href="cookbook.html">Cookbook</a>.</p></div></div><h2 id="Examples-SeeAlso">See Also</h2><ul><li><a shape="rect" href="tutorials.html">Tutorials</a></li><li><a shape="rect" href="cookbook.html">Cookbook</a></li><li><a shape="rect" href="enterprise-integration-patterns.html">Enterprise Integration Patterns</a></li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">