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 2013/07/08 21:20:54 UTC

svn commit: r868838 [3/6] - in /websites/production/camel/content: ./ 2013/07/ 2013/07/07/ twitter-websocket-blueprint-example.data/

Modified: websites/production/camel/content/camel-2120-release.html
==============================================================================
--- websites/production/camel/content/camel-2120-release.html (original)
+++ websites/production/camel/content/camel-2120-release.html Mon Jul  8 19:20:54 2013
@@ -94,7 +94,7 @@
 
 <p>Welcome to the 2.12.0 release which approx XXX issues resolved (new features, improvements and bug fixes such as...)</p>
 
-<ul><li><a shape="rect" href="endpoint-annotations.html" title="Endpoint Annotations">Endpoint Annotations</a> along with automatically created HTML documentation for the endpoint parameters; this makes it easier for component developers to add a few refactoring-safe annotations to their Endpoint or Consumer implementations and, (along with javadoc comments on the field or setter method), get nice user documentation on how to use the endpoint for free.</li><li><a shape="rect" href="componentconfiguration.html" title="ComponentConfiguration">ComponentConfiguration</a> API provides a handy API for tools developers to introspect on a Component to find all the possible parameters, their types and any extra annotations (like Bean Validation Annotations) to be able to create/edit endpoints or URI strings so that tools can generate nicer UIs for configuring endpoints than just letting folks edit Strings.</li><li><a shape="rect" href="endpointcompleter.html" title="EndpointCompleter">Endpoi
 ntCompleter</a> API provides a hook so that command line tools (like <a shape="rect" class="external-link" href="http://karaf.apache.org/manual/latest-2.3.x/users-guide/using-console.html">Karaf's shell</a>), IDEs and web tools can get (bash tab like) auto-completion on endpoint paths (such as file or directory names, message queue names, database table names) when creating or using new endpoints</li><li>Reduced stack-frames in use during routing, that also makes Camel's stack traces being logged much less verbose. This also allows people to easier debug the internals of Camel as less <tt>AsyncCallback</tt> callbacks are in use during routing.</li><li>Easy to use <a shape="rect" href="message-history.html" title="Message History">Message History</a> out of the box. And included message history as "route stack-trace" when exceptions logged by <a shape="rect" href="error-handler.html" title="Error Handler">Error Handler</a> to make it easier for end users to spot where the exception o
 ccurred.</li><li><a shape="rect" href="spring-web-services.html" title="Spring Web Services">Spring Web Services</a> now supports setting/receiving SOAP headers more easily using a header on the Camel <a shape="rect" href="message.html" title="Message">Message</a>.</li><li>Evaluating <a shape="rect" href="groovy.html" title="Groovy">Groovy</a> expressions is faster as we cache the compiled scripts.</li><li>Added <tt>base64</tt> option to <a shape="rect" href="shiro-security.html" title="Shiro Security">Shiro Security</a> to allow transferring security token over <a shape="rect" href="jms.html" title="JMS">JMS</a> and other transports as base64 encoded representation.</li><li>Made it easier to use <a shape="rect" href="shiro-security.html" title="Shiro Security">Shiro Security</a> as the credentials can be provided in headers, when sending a message to a secured route.</li><li><a shape="rect" href="bindy.html" title="Bindy">Bindy</a> now supports enums.</li><li>Added new <a shape="re
 ct" href="backlogdebugger.html" title="BacklogDebugger">BacklogDebugger</a> to perform live debugging of messages during routing. The <a shape="rect" href="backlogdebugger.html" title="BacklogDebugger">BacklogDebugger</a> has JMX API allows tooling to control the debugger.</li><li>While using the <a shape="rect" class="external-link" href="http://xircles.codehaus.org/projects/jackson" rel="nofollow">Jackson library</a> through the <a shape="rect" href="json.html" title="JSON">JSON</a> Dataformat there's now a <tt>jsonView</tt> attribute you could make use of directly inside the <a shape="rect" href="dsl.html" title="DSL">DSL</a> itself.</li><li><a shape="rect" href="smpp.html" title="SMPP">SMPP</a> now supports optional parameters in all commands where they are possible.</li><li><a shape="rect" href="jdbc.html" title="JDBC">JDBC</a> now supports named parameters.</li><li>Added timeout support for <a shape="rect" href="direct.html" title="Direct">Direct</a> producers to wait for cons
 umer to become active.</li><li>Added <tt>stats</tt> action to <a shape="rect" href="controlbus.html" title="ControlBus">ControlBus</a> to easily get performance statics in a single XML message.</li><li>Added support for request timeout on <a shape="rect" href="netty.html" title="Netty">Netty</a> producer, and to configure logging level on <a shape="rect" href="netty.html" title="Netty">Netty</a> consumer to be less noisy for ChannelClosedException which can flood the logs when client disconnects abruptly.</li><li><a shape="rect" href="springbatch.html" title="SpringBatch">Spring Batch</a> component producer now returns the <tt>JobExecution</tt> instance as the output message. Users can use the <tt>JobExecution</tt> instance to perform some operations using the Spring Batch API directly.</li><li>Added support for NULL values in <a shape="rect" href="sql-component.html" title="SQL Component">SQL</a> with named parameters.</li><li>Optimized <a shape="rect" href="jetty.html" title="Jett
 y">Jetty</a> streaming responses in non-chunked mode; and as well using buffer sizes based on <tt>HttpServletResponse.getBufferSize()</tt> instead of fixed size of 4kb.</li><li>Added <tt>greedy</tt> option to <a shape="rect" href="polling-consumer.html" title="Polling Consumer">scheduled polling consumer</a>.</li><li>Added support for accessing the length field on Java arrays in <a shape="rect" href="simple.html" title="Simple">Simple</a> language.</li><li>Added support for using JAXB annotations with Camel's Jackson <a shape="rect" href="json.html" title="JSON">JSON</a> component.</li></ul>
+<ul><li><a shape="rect" href="endpoint-annotations.html" title="Endpoint Annotations">Endpoint Annotations</a> along with automatically created HTML documentation for the endpoint parameters; this makes it easier for component developers to add a few refactoring-safe annotations to their Endpoint or Consumer implementations and, (along with javadoc comments on the field or setter method), get nice user documentation on how to use the endpoint for free.</li><li><a shape="rect" href="componentconfiguration.html" title="ComponentConfiguration">ComponentConfiguration</a> API provides a handy API for tools developers to introspect on a Component to find all the possible parameters, their types and any extra annotations (like Bean Validation Annotations) to be able to create/edit endpoints or URI strings so that tools can generate nicer UIs for configuring endpoints than just letting folks edit Strings.</li><li><a shape="rect" href="endpointcompleter.html" title="EndpointCompleter">Endpoi
 ntCompleter</a> API provides a hook so that command line tools (like <a shape="rect" class="external-link" href="http://karaf.apache.org/manual/latest-2.3.x/users-guide/using-console.html">Karaf's shell</a>), IDEs and web tools can get (bash tab like) auto-completion on endpoint paths (such as file or directory names, message queue names, database table names) when creating or using new endpoints</li><li>Reduced stack-frames in use during routing, that also makes Camel's stack traces being logged much less verbose. This also allows people to easier debug the internals of Camel as less <tt>AsyncCallback</tt> callbacks are in use during routing.</li><li>Easy to use <a shape="rect" href="message-history.html" title="Message History">Message History</a> out of the box. And included message history as "route stack-trace" when exceptions logged by <a shape="rect" href="error-handler.html" title="Error Handler">Error Handler</a> to make it easier for end users to spot where the exception o
 ccurred.</li><li><a shape="rect" href="spring-web-services.html" title="Spring Web Services">Spring Web Services</a> now supports setting/receiving SOAP headers more easily using a header on the Camel <a shape="rect" href="message.html" title="Message">Message</a>.</li><li>Evaluating <a shape="rect" href="groovy.html" title="Groovy">Groovy</a> expressions is faster as we cache the compiled scripts.</li><li>Added <tt>base64</tt> option to <a shape="rect" href="shiro-security.html" title="Shiro Security">Shiro Security</a> to allow transferring security token over <a shape="rect" href="jms.html" title="JMS">JMS</a> and other transports as base64 encoded representation.</li><li>Made it easier to use <a shape="rect" href="shiro-security.html" title="Shiro Security">Shiro Security</a> as the credentials can be provided in headers, when sending a message to a secured route.</li><li><a shape="rect" href="bindy.html" title="Bindy">Bindy</a> now supports enums.</li><li>Added new <a shape="re
 ct" href="backlogdebugger.html" title="BacklogDebugger">BacklogDebugger</a> to perform live debugging of messages during routing. The <a shape="rect" href="backlogdebugger.html" title="BacklogDebugger">BacklogDebugger</a> has JMX API allows tooling to control the debugger.</li><li>While using the <a shape="rect" class="external-link" href="http://xircles.codehaus.org/projects/jackson" rel="nofollow">Jackson library</a> through the <a shape="rect" href="json.html" title="JSON">JSON</a> Dataformat there's now a <tt>jsonView</tt> attribute you could make use of directly inside the <a shape="rect" href="dsl.html" title="DSL">DSL</a> itself.</li><li><a shape="rect" href="smpp.html" title="SMPP">SMPP</a> now supports optional parameters in all commands where they are possible.</li><li><a shape="rect" href="jdbc.html" title="JDBC">JDBC</a> now supports named parameters.</li><li>Added timeout support for <a shape="rect" href="direct.html" title="Direct">Direct</a> producers to wait for cons
 umer to become active.</li><li>Added <tt>stats</tt> action to <a shape="rect" href="controlbus.html" title="ControlBus">ControlBus</a> to easily get performance statics in a single XML message.</li><li>Added support for request timeout on <a shape="rect" href="netty.html" title="Netty">Netty</a> producer, and to configure logging level on <a shape="rect" href="netty.html" title="Netty">Netty</a> consumer to be less noisy for ChannelClosedException which can flood the logs when client disconnects abruptly.</li><li><a shape="rect" href="springbatch.html" title="SpringBatch">Spring Batch</a> component producer now returns the <tt>JobExecution</tt> instance as the output message. Users can use the <tt>JobExecution</tt> instance to perform some operations using the Spring Batch API directly.</li><li>Added support for NULL values in <a shape="rect" href="sql-component.html" title="SQL Component">SQL</a> with named parameters.</li><li>Optimized <a shape="rect" href="jetty.html" title="Jett
 y">Jetty</a> streaming responses in non-chunked mode; and as well using buffer sizes based on <tt>HttpServletResponse.getBufferSize()</tt> instead of fixed size of 4kb.</li><li>Added <tt>greedy</tt> option to <a shape="rect" href="polling-consumer.html" title="Polling Consumer">scheduled polling consumer</a>.</li><li>Added support for accessing the length field on Java arrays in <a shape="rect" href="simple.html" title="Simple">Simple</a> language.</li><li>Added support for using JAXB annotations with Camel's Jackson <a shape="rect" href="json.html" title="JSON">JSON</a> component.</li><li>Added the ability for <a shape="rect" href="bindy.html" title="Bindy">Bindy</a> to skip content when parsing fixed-length records.</li><li><a shape="rect" href="mongodb.html" title="MongoDB">MongoDB</a> now supports aggregation queries.</li></ul>
 
 
 <h3><a shape="rect" name="Camel2.12.0Release-FixedIssues"></a>Fixed Issues</h3>
@@ -129,7 +129,7 @@
 <h2><a shape="rect" name="Camel2.12.0Release-KnownIssues"></a>Known Issues</h2>
 
 <h2><a shape="rect" name="Camel2.12.0Release-DependencyUpgrades"></a>Dependency Upgrades</h2>
-<ul><li>Bouncy Castle 1.47 to 1.48</li><li>Commons Httpclient 4.2.3 to 4.2.5</li><li>Commons Httpcore 4.2.3 to 4.2.4</li><li>CXF 2.7.4 to 2.7.5</li><li>Ehcache 2.5.2 to 2.7.0</li><li>HAPI 2.0 to 2.1</li><li>Groovy 2.1.3 to 2.1.5</li><li>Hawtdispatch 1.13 to 1.17</li><li>Hibernate Validator 4.1.0 to 4.3.1</li><li>Jackson 2.1.4 to 2.2.2</li><li>JRuby 1.7.2 to 1.7.4</li><li>Krati 0.4.8 to 0.4.9</li><li>Leveldbjni 1.6 to 1.7</li><li>MQTT Client 1.4 to 1.5</li><li>Netty 3.6.5 to 3.6.6</li><li>OpenJPA 2.2.1 to 2.2.2</li><li>Saxon 9.4.0.4 to 9.4.0.7</li><li>Shiro 1.2.1 to 1.2.2</li><li>Spring 3.1.4.RELEASE to 3.2.3.RELEASE</li><li>Spring Data Redis 1.0.3.RELEASE to 1.0.4.RELEASE</li><li>Spring Security 3.1.3.RELEASE to 3.1.4.RELEASE</li><li>Spring Web Services 2.1.2 to 2.1.3</li><li>TestNG 6.8 to 6.8.5</li><li>XStream 1.4.3 to 1.4.4</li></ul>
+<ul><li>Bouncy Castle 1.47 to 1.48</li><li>Commons Httpclient 4.2.3 to 4.2.5</li><li>Commons Httpcore 4.2.3 to 4.2.4</li><li>CXF 2.7.4 to 2.7.5</li><li>Ehcache 2.5.2 to 2.7.0</li><li>HAPI 2.0 to 2.1</li><li>Groovy 2.1.3 to 2.1.5</li><li>Hawtdispatch 1.13 to 1.17</li><li>Hibernate Validator 4.1.0 to 4.3.1</li><li>Jackson 2.1.4 to 2.2.2</li><li>JRuby 1.7.2 to 1.7.4</li><li>Krati 0.4.8 to 0.4.9</li><li>Leveldbjni 1.6 to 1.7</li><li>MongoDB Java Driver 2.9.1 to 2.11.2</li><li>MQTT Client 1.4 to 1.5</li><li>Netty 3.6.5 to 3.6.6</li><li>OpenJPA 2.2.1 to 2.2.2</li><li>Saxon 9.4.0.4 to 9.4.0.7</li><li>Shiro 1.2.1 to 1.2.2</li><li>Spring 3.1.4.RELEASE to 3.2.3.RELEASE</li><li>Spring Data Redis 1.0.3.RELEASE to 1.0.4.RELEASE</li><li>Spring Security 3.1.3.RELEASE to 3.1.4.RELEASE</li><li>Spring Web Services 2.1.2 to 2.1.3</li><li>TestNG 6.8 to 6.8.5</li><li>XStream 1.4.3 to 1.4.4</li></ul>
 
 
 <h2><a shape="rect" name="Camel2.12.0Release-Internalchanges"></a>Internal changes</h2>

Modified: websites/production/camel/content/data-format-list.html
==============================================================================
--- websites/production/camel/content/data-format-list.html (original)
+++ websites/production/camel/content/data-format-list.html Mon Jul  8 19:20:54 2013
@@ -121,7 +121,7 @@
 
 
 <ul><li>Misc.
-	<ul><li><a shape="rect" href="base64.html" title="Base64">Base64</a></li><li><a shape="rect" href="custom-dataformat.html" title="Custom DataFormat">Custom DataFormat</a> - to use your own custom implementation</li><li><a shape="rect" href="rss.html" title="RSS">RSS</a></li><li><a shape="rect" href="tidymarkup.html" title="TidyMarkup">TidyMarkup</a></li><li><a shape="rect" href="syslog.html" title="Syslog">Syslog</a></li></ul>
+	<ul><li><a shape="rect" href="base64.html" title="Base64">Base64</a></li><li><a shape="rect" href="custom-dataformat.html" title="Custom DataFormat">Custom DataFormat</a> - to use your own custom implementation</li><li><a shape="rect" href="rss.html" title="RSS">RSS</a></li><li><a shape="rect" href="tidymarkup.html" title="TidyMarkup">TidyMarkup</a></li><li><a shape="rect" href="syslog.html" title="Syslog">Syslog</a></li><li><a shape="rect" href="ical.html" title="ICal">ICal</a></li></ul>
 	</li></ul>
 </div>
         </td>

Modified: websites/production/camel/content/data-format.html
==============================================================================
--- websites/production/camel/content/data-format.html (original)
+++ websites/production/camel/content/data-format.html Mon Jul  8 19:20:54 2013
@@ -137,7 +137,7 @@
 
 
 <ul><li>Misc.
-	<ul><li><a shape="rect" href="base64.html" title="Base64">Base64</a></li><li><a shape="rect" href="custom-dataformat.html" title="Custom DataFormat">Custom DataFormat</a> - to use your own custom implementation</li><li><a shape="rect" href="rss.html" title="RSS">RSS</a></li><li><a shape="rect" href="tidymarkup.html" title="TidyMarkup">TidyMarkup</a></li><li><a shape="rect" href="syslog.html" title="Syslog">Syslog</a></li></ul>
+	<ul><li><a shape="rect" href="base64.html" title="Base64">Base64</a></li><li><a shape="rect" href="custom-dataformat.html" title="Custom DataFormat">Custom DataFormat</a> - to use your own custom implementation</li><li><a shape="rect" href="rss.html" title="RSS">RSS</a></li><li><a shape="rect" href="tidymarkup.html" title="TidyMarkup">TidyMarkup</a></li><li><a shape="rect" href="syslog.html" title="Syslog">Syslog</a></li><li><a shape="rect" href="ical.html" title="ICal">ICal</a></li></ul>
 	</li></ul>
 
 

Modified: websites/production/camel/content/download-archives.html
==============================================================================
--- websites/production/camel/content/download-archives.html (original)
+++ websites/production/camel/content/download-archives.html Mon Jul  8 19:20:54 2013
@@ -85,7 +85,7 @@
 
 <p>All time Apache Camel releases notes:</p>
 
-<ul><li><a shape="rect" href="camel-100-release.html" title="Camel 1.0.0 Release">Camel 1.0.0 Release</a></li><li><a shape="rect" href="camel-110-release.html" title="Camel 1.1.0 Release">Camel 1.1.0 Release</a></li><li><a shape="rect" href="camel-120-release.html" title="Camel 1.2.0 Release">Camel 1.2.0 Release</a></li><li><a shape="rect" href="camel-130-release.html" title="Camel 1.3.0 Release">Camel 1.3.0 Release</a></li><li><a shape="rect" href="camel-140-release.html" title="Camel 1.4.0 Release">Camel 1.4.0 Release</a></li><li><a shape="rect" href="camel-150-release.html" title="Camel 1.5.0 Release">Camel 1.5.0 Release</a></li><li><a shape="rect" href="camel-160-release.html" title="Camel 1.6.0 Release">Camel 1.6.0 Release</a></li><li><a shape="rect" href="camel-161-release.html" title="Camel 1.6.1 Release">Camel 1.6.1 Release</a></li><li><a shape="rect" href="camel-162-release.html" title="Camel 1.6.2 Release">Camel 1.6.2 Release</a></li><li><a shape="rect" href="camel-163-rel
 ease.html" title="Camel 1.6.3 Release">Camel 1.6.3 Release</a></li><li><a shape="rect" href="camel-164-release.html" title="Camel 1.6.4 Release">Camel 1.6.4 Release</a></li><li><a shape="rect" href="camel-200-release.html" title="Camel 2.0.0 Release">Camel 2.0.0 Release</a></li><li><a shape="rect" href="camel-20-m1-release.html" title="Camel 2.0-M1 Release">Camel 2.0-M1 Release</a></li><li><a shape="rect" href="camel-20-m2-release.html" title="Camel 2.0-M2 Release">Camel 2.0-M2 Release</a></li><li><a shape="rect" href="camel-20-m3-release.html" title="Camel 2.0-M3 Release">Camel 2.0-M3 Release</a></li><li><a shape="rect" href="camel-210-release.html" title="Camel 2.1.0 Release">Camel 2.1.0 Release</a></li><li><a shape="rect" href="camel-2100-release.html" title="Camel 2.10.0 Release">Camel 2.10.0 Release</a></li><li><a shape="rect" href="camel-2101-release.html" title="Camel 2.10.1 Release">Camel 2.10.1 Release</a></li><li><a shape="rect" href="camel-2102-release.html" title="Camel 
 2.10.2 Release">Camel 2.10.2 Release</a></li><li><a shape="rect" href="camel-2103-release.html" title="Camel 2.10.3 Release">Camel 2.10.3 Release</a></li><li><a shape="rect" href="camel-2104-release.html" title="Camel 2.10.4 Release">Camel 2.10.4 Release</a></li><li><a shape="rect" href="camel-2105-release.html" title="Camel 2.10.5 Release">Camel 2.10.5 Release</a></li><li><a shape="rect" href="camel-2110-release.html" title="Camel 2.11.0 Release">Camel 2.11.0 Release</a></li><li><a shape="rect" href="camel-220-release.html" title="Camel 2.2.0 Release">Camel 2.2.0 Release</a></li><li><a shape="rect" href="camel-230-release.html" title="Camel 2.3.0 Release">Camel 2.3.0 Release</a></li><li><a shape="rect" href="camel-240-release.html" title="Camel 2.4.0 Release">Camel 2.4.0 Release</a></li><li><a shape="rect" href="camel-250-release.html" title="Camel 2.5.0 Release">Camel 2.5.0 Release</a></li><li><a shape="rect" href="camel-260-release.html" title="Camel 2.6.0 Release">Camel 2.6.0 Re
 lease</a></li><li><a shape="rect" href="camel-270-release.html" title="Camel 2.7.0 Release">Camel 2.7.0 Release</a></li><li><a shape="rect" href="camel-271-release.html" title="Camel 2.7.1 Release">Camel 2.7.1 Release</a></li><li><a shape="rect" href="camel-272-release.html" title="Camel 2.7.2 Release">Camel 2.7.2 Release</a></li><li><a shape="rect" href="camel-273-release.html" title="Camel 2.7.3 Release">Camel 2.7.3 Release</a></li><li><a shape="rect" href="camel-274-release.html" title="Camel 2.7.4 Release">Camel 2.7.4 Release</a></li><li><a shape="rect" href="camel-275-release.html" title="Camel 2.7.5 Release">Camel 2.7.5 Release</a></li><li><a shape="rect" href="camel-280-release.html" title="Camel 2.8.0 Release">Camel 2.8.0 Release</a></li><li><a shape="rect" href="camel-281-release.html" title="Camel 2.8.1 Release">Camel 2.8.1 Release</a></li><li><a shape="rect" href="camel-282-release.html" title="Camel 2.8.2 Release">Camel 2.8.2 Release</a></li><li><a shape="rect" href="cam
 el-283-release.html" title="Camel 2.8.3 Release">Camel 2.8.3 Release</a></li><li><a shape="rect" href="camel-284-release.html" title="Camel 2.8.4 Release">Camel 2.8.4 Release</a></li><li><a shape="rect" href="camel-285-release.html" title="Camel 2.8.5 Release">Camel 2.8.5 Release</a></li><li><a shape="rect" href="camel-286-release.html" title="Camel 2.8.6 Release">Camel 2.8.6 Release</a></li><li><a shape="rect" href="camel-290-release.html" title="Camel 2.9.0 Release">Camel 2.9.0 Release</a></li><li><a shape="rect" href="camel-291-release.html" title="Camel 2.9.1 Release">Camel 2.9.1 Release</a></li><li><a shape="rect" href="camel-292-release.html" title="Camel 2.9.2 Release">Camel 2.9.2 Release</a></li><li><a shape="rect" href="camel-293-release.html" title="Camel 2.9.3 Release">Camel 2.9.3 Release</a></li><li><a shape="rect" href="camel-294-release.html" title="Camel 2.9.4 Release">Camel 2.9.4 Release</a></li><li><a shape="rect" href="camel-295-release.html" title="Camel 2.9.5 Rel
 ease">Camel 2.9.5 Release</a></li><li><a shape="rect" href="camel-296-release.html" title="Camel 2.9.6 Release">Camel 2.9.6 Release</a></li><li><a shape="rect" href="camel-297-release.html" title="Camel 2.9.7 Release">Camel 2.9.7 Release</a></li><li><a shape="rect" href="download-archives.html" title="Download Archives">Download Archives</a></li></ul></div>
+<ul><li><a shape="rect" href="camel-100-release.html" title="Camel 1.0.0 Release">Camel 1.0.0 Release</a></li><li><a shape="rect" href="camel-110-release.html" title="Camel 1.1.0 Release">Camel 1.1.0 Release</a></li><li><a shape="rect" href="camel-120-release.html" title="Camel 1.2.0 Release">Camel 1.2.0 Release</a></li><li><a shape="rect" href="camel-130-release.html" title="Camel 1.3.0 Release">Camel 1.3.0 Release</a></li><li><a shape="rect" href="camel-140-release.html" title="Camel 1.4.0 Release">Camel 1.4.0 Release</a></li><li><a shape="rect" href="camel-150-release.html" title="Camel 1.5.0 Release">Camel 1.5.0 Release</a></li><li><a shape="rect" href="camel-160-release.html" title="Camel 1.6.0 Release">Camel 1.6.0 Release</a></li><li><a shape="rect" href="camel-161-release.html" title="Camel 1.6.1 Release">Camel 1.6.1 Release</a></li><li><a shape="rect" href="camel-162-release.html" title="Camel 1.6.2 Release">Camel 1.6.2 Release</a></li><li><a shape="rect" href="camel-163-rel
 ease.html" title="Camel 1.6.3 Release">Camel 1.6.3 Release</a></li><li><a shape="rect" href="camel-164-release.html" title="Camel 1.6.4 Release">Camel 1.6.4 Release</a></li><li><a shape="rect" href="camel-200-release.html" title="Camel 2.0.0 Release">Camel 2.0.0 Release</a></li><li><a shape="rect" href="camel-20-m1-release.html" title="Camel 2.0-M1 Release">Camel 2.0-M1 Release</a></li><li><a shape="rect" href="camel-20-m2-release.html" title="Camel 2.0-M2 Release">Camel 2.0-M2 Release</a></li><li><a shape="rect" href="camel-20-m3-release.html" title="Camel 2.0-M3 Release">Camel 2.0-M3 Release</a></li><li><a shape="rect" href="camel-210-release.html" title="Camel 2.1.0 Release">Camel 2.1.0 Release</a></li><li><a shape="rect" href="camel-2100-release.html" title="Camel 2.10.0 Release">Camel 2.10.0 Release</a></li><li><a shape="rect" href="camel-2101-release.html" title="Camel 2.10.1 Release">Camel 2.10.1 Release</a></li><li><a shape="rect" href="camel-2102-release.html" title="Camel 
 2.10.2 Release">Camel 2.10.2 Release</a></li><li><a shape="rect" href="camel-2103-release.html" title="Camel 2.10.3 Release">Camel 2.10.3 Release</a></li><li><a shape="rect" href="camel-2104-release.html" title="Camel 2.10.4 Release">Camel 2.10.4 Release</a></li><li><a shape="rect" href="camel-2105-release.html" title="Camel 2.10.5 Release">Camel 2.10.5 Release</a></li><li><a shape="rect" href="camel-2106-release.html" title="Camel 2.10.6 Release">Camel 2.10.6 Release</a></li><li><a shape="rect" href="camel-2110-release.html" title="Camel 2.11.0 Release">Camel 2.11.0 Release</a></li><li><a shape="rect" href="camel-220-release.html" title="Camel 2.2.0 Release">Camel 2.2.0 Release</a></li><li><a shape="rect" href="camel-230-release.html" title="Camel 2.3.0 Release">Camel 2.3.0 Release</a></li><li><a shape="rect" href="camel-240-release.html" title="Camel 2.4.0 Release">Camel 2.4.0 Release</a></li><li><a shape="rect" href="camel-250-release.html" title="Camel 2.5.0 Release">Camel 2.5.0
  Release</a></li><li><a shape="rect" href="camel-260-release.html" title="Camel 2.6.0 Release">Camel 2.6.0 Release</a></li><li><a shape="rect" href="camel-270-release.html" title="Camel 2.7.0 Release">Camel 2.7.0 Release</a></li><li><a shape="rect" href="camel-271-release.html" title="Camel 2.7.1 Release">Camel 2.7.1 Release</a></li><li><a shape="rect" href="camel-272-release.html" title="Camel 2.7.2 Release">Camel 2.7.2 Release</a></li><li><a shape="rect" href="camel-273-release.html" title="Camel 2.7.3 Release">Camel 2.7.3 Release</a></li><li><a shape="rect" href="camel-274-release.html" title="Camel 2.7.4 Release">Camel 2.7.4 Release</a></li><li><a shape="rect" href="camel-275-release.html" title="Camel 2.7.5 Release">Camel 2.7.5 Release</a></li><li><a shape="rect" href="camel-280-release.html" title="Camel 2.8.0 Release">Camel 2.8.0 Release</a></li><li><a shape="rect" href="camel-281-release.html" title="Camel 2.8.1 Release">Camel 2.8.1 Release</a></li><li><a shape="rect" href="
 camel-282-release.html" title="Camel 2.8.2 Release">Camel 2.8.2 Release</a></li><li><a shape="rect" href="camel-283-release.html" title="Camel 2.8.3 Release">Camel 2.8.3 Release</a></li><li><a shape="rect" href="camel-284-release.html" title="Camel 2.8.4 Release">Camel 2.8.4 Release</a></li><li><a shape="rect" href="camel-285-release.html" title="Camel 2.8.5 Release">Camel 2.8.5 Release</a></li><li><a shape="rect" href="camel-286-release.html" title="Camel 2.8.6 Release">Camel 2.8.6 Release</a></li><li><a shape="rect" href="camel-290-release.html" title="Camel 2.9.0 Release">Camel 2.9.0 Release</a></li><li><a shape="rect" href="camel-291-release.html" title="Camel 2.9.1 Release">Camel 2.9.1 Release</a></li><li><a shape="rect" href="camel-292-release.html" title="Camel 2.9.2 Release">Camel 2.9.2 Release</a></li><li><a shape="rect" href="camel-293-release.html" title="Camel 2.9.3 Release">Camel 2.9.3 Release</a></li><li><a shape="rect" href="camel-294-release.html" title="Camel 2.9.4 
 Release">Camel 2.9.4 Release</a></li><li><a shape="rect" href="camel-295-release.html" title="Camel 2.9.5 Release">Camel 2.9.5 Release</a></li><li><a shape="rect" href="camel-296-release.html" title="Camel 2.9.6 Release">Camel 2.9.6 Release</a></li><li><a shape="rect" href="camel-297-release.html" title="Camel 2.9.7 Release">Camel 2.9.7 Release</a></li><li><a shape="rect" href="download-archives.html" title="Download Archives">Download Archives</a></li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/download.html
==============================================================================
--- websites/production/camel/content/download.html (original)
+++ websites/production/camel/content/download.html Mon Jul  8 19:20:54 2013
@@ -91,7 +91,7 @@
 <div style="min-height:200px">
 <p>Grab these releases while they are hot!</p>
 
-<ul><li>The latest release for Camel 2.11.x is <a shape="rect" href="camel-2110-release.html" title="Camel 2.11.0 Release">Camel 2.11.0 Release</a>.</li><li>The latest release for Camel 2.10.x is <a shape="rect" href="camel-2105-release.html" title="Camel 2.10.5 Release">Camel 2.10.5 Release</a>.</li><li>The latest release for Camel 2.9.x is <a shape="rect" href="camel-297-release.html" title="Camel 2.9.7 Release">Camel 2.9.7 Release</a>.</li><li>Support for Camel 2.8.x and previous releases is discontinued.</li></ul>
+<ul><li>The latest release for Camel 2.11.x is <a shape="rect" href="camel-2110-release.html" title="Camel 2.11.0 Release">Camel 2.11.0 Release</a>.</li><li>The latest release for Camel 2.10.x is <a shape="rect" href="camel-2106-release.html" title="Camel 2.10.6 Release">Camel 2.10.6 Release</a>.</li><li>The latest release for Camel 2.9.x is <a shape="rect" href="camel-297-release.html" title="Camel 2.9.7 Release">Camel 2.9.7 Release</a>.</li><li>Support for Camel 2.8.x and previous releases is discontinued.</li></ul>
 
 </div></td></tr></tbody></table>
 
@@ -106,19 +106,19 @@
 <h3><a shape="rect" name="Download-BinaryDistribution"></a>Binary Distribution</h3>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Description</th><th colspan="1" rowspan="1" class="confluenceTh">Download Link</th><th colspan="1" rowspan="1" class="confluenceTh">PGP Signature file of download</th><th colspan="1" rowspan="1" class="confluenceTh">MD5 Checksum file of download</th><th colspan="1" rowspan="1" class="confluenceTh">SHA1 Checksum file of download</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">Windows Distribution</td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.11.0/apache-camel-2.11.0.zip">apache-camel-2.11.0.zip</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.11.0/apache-camel-2.11.0.zip.asc">apache-camel-2.11.0.zip.asc</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rec
 t" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.11.0/apache-camel-2.11.0.zip.md5">apache-camel-2.11.0.zip.md5</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.11.0/apache-camel-2.11.0.zip.sha1">apache-camel-2.11.0.zip.sha1</a></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">Unix/Linux/Cygwin Distribution</td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.11.0/apache-camel-2.11.0.tar.gz">apache-camel-2.11.0.tar.gz</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.11.0/apache-camel-2.11.0.tar.gz.asc">apache-camel-2.11.0.tar.gz.asc</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://ww
 w.apache.org/dist/camel/apache-camel/2.10.5/apache-camel-2.10.5.tar.gz.md5">apache-camel-2.10.5.tar.gz.md5</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.11.0/apache-camel-2.11.0.tar.gz.sha1">apache-camel-2.11.0.tar.gz.sha1</a></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">Windows Distribution</td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.10.5/apache-camel-2.10.5.zip">apache-camel-2.10.5.zip</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.10.5/apache-camel-2.10.5.zip.asc">apache-camel-2.10.5.zip.asc</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.10.5/apache
 -camel-2.10.5.zip.md5">apache-camel-2.10.5.zip.md5</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.10.5/apache-camel-2.10.5.zip.sha1">apache-camel-2.10.5.zip.sha1</a></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">Unix/Linux/Cygwin Distribution</td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.10.5/apache-camel-2.10.5.tar.gz">apache-camel-2.10.5.tar.gz</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.10.5/apache-camel-2.10.5.tar.gz.asc">apache-camel-2.10.5.tar.gz.asc</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.10.5/apache-camel-2.10.5.tar.gz.md5">apache-camel-2
 .10.5.tar.gz.md5</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.10.5/apache-camel-2.10.5.tar.gz.sha1">apache-camel-2.10.5.tar.gz.sha1</a></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">Windows Distribution (2.9.x branch)</td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.9.7/apache-camel-2.9.7.zip">apache-camel-2.9.7.zip</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.9.7/apache-camel-2.9.7.zip.asc">apache-camel-2.9.7.zip.asc</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.9.7/apache-camel-2.9.7.zip.md5">apache-camel-2.9.7.zip.md5</a></td><td colspan="1" rowspan="
 1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.9.7/apache-camel-2.9.7.zip.sha1">apache-camel-2.9.7.zip.sha1</a></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">Unix/Linux/Cygwin Distribution (2.9.x branch)</td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.9.7/apache-camel-2.9.7.tar.gz">apache-camel-2.9.7.tar.gz</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.9.7/apache-camel-2.9.7.tar.gz.asc">apache-camel-2.9.7.tar.gz.asc</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.9.7/apache-camel-2.9.7.tar.gz.md5">apache-camel-2.9.7.tar.gz.md5</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a sha
 pe="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.9.7/apache-camel-2.9.7.tar.gz.sha1">apache-camel-2.9.7.tar.gz.sha1</a></td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Description</th><th colspan="1" rowspan="1" class="confluenceTh">Download Link</th><th colspan="1" rowspan="1" class="confluenceTh">PGP Signature file of download</th><th colspan="1" rowspan="1" class="confluenceTh">MD5 Checksum file of download</th><th colspan="1" rowspan="1" class="confluenceTh">SHA1 Checksum file of download</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">Windows Distribution</td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.11.0/apache-camel-2.11.0.zip">apache-camel-2.11.0.zip</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.11.0/apache-camel-2.11.0.zip.asc">apache-camel-2.11.0.zip.asc</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rec
 t" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.11.0/apache-camel-2.11.0.zip.md5">apache-camel-2.11.0.zip.md5</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.11.0/apache-camel-2.11.0.zip.sha1">apache-camel-2.11.0.zip.sha1</a></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">Unix/Linux/Cygwin Distribution</td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.11.0/apache-camel-2.11.0.tar.gz">apache-camel-2.11.0.tar.gz</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.11.0/apache-camel-2.11.0.tar.gz.asc">apache-camel-2.11.0.tar.gz.asc</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://ww
 w.apache.org/dist/camel/apache-camel/2.10.6/apache-camel-2.10.6.tar.gz.md5">apache-camel-2.10.6.tar.gz.md5</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.11.0/apache-camel-2.11.0.tar.gz.sha1">apache-camel-2.11.0.tar.gz.sha1</a></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">Windows Distribution</td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.10.6/apache-camel-2.10.6.zip">apache-camel-2.10.6.zip</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.10.6/apache-camel-2.10.6.zip.asc">apache-camel-2.10.6.zip.asc</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.10.6/apache
 -camel-2.10.6.zip.md5">apache-camel-2.10.6.zip.md5</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.10.6/apache-camel-2.10.6.zip.sha1">apache-camel-2.10.6.zip.sha1</a></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">Unix/Linux/Cygwin Distribution</td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.10.6/apache-camel-2.10.6.tar.gz">apache-camel-2.10.6.tar.gz</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.10.6/apache-camel-2.10.6.tar.gz.asc">apache-camel-2.10.6.tar.gz.asc</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.10.6/apache-camel-2.10.6.tar.gz.md5">apache-camel-2
 .10.6.tar.gz.md5</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.10.6/apache-camel-2.10.6.tar.gz.sha1">apache-camel-2.10.6.tar.gz.sha1</a></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">Windows Distribution (2.9.x branch)</td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.9.7/apache-camel-2.9.7.zip">apache-camel-2.9.7.zip</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.9.7/apache-camel-2.9.7.zip.asc">apache-camel-2.9.7.zip.asc</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.9.7/apache-camel-2.9.7.zip.md5">apache-camel-2.9.7.zip.md5</a></td><td colspan="1" rowspan="
 1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.9.7/apache-camel-2.9.7.zip.sha1">apache-camel-2.9.7.zip.sha1</a></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">Unix/Linux/Cygwin Distribution (2.9.x branch)</td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.9.7/apache-camel-2.9.7.tar.gz">apache-camel-2.9.7.tar.gz</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.9.7/apache-camel-2.9.7.tar.gz.asc">apache-camel-2.9.7.tar.gz.asc</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.9.7/apache-camel-2.9.7.tar.gz.md5">apache-camel-2.9.7.tar.gz.md5</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a sha
 pe="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.9.7/apache-camel-2.9.7.tar.gz.sha1">apache-camel-2.9.7.tar.gz.sha1</a></td></tr></tbody></table>
 </div>
 
 
 <h3><a shape="rect" name="Download-SourceDistribution"></a>Source Distribution</h3>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Description</th><th colspan="1" rowspan="1" class="confluenceTh">Download Link</th><th colspan="1" rowspan="1" class="confluenceTh">PGP Signature file of download</th><th colspan="1" rowspan="1" class="confluenceTh">MD5 Checksum file of download</th><th colspan="1" rowspan="1" class="confluenceTh">SHA1 Checksum file of download</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">Source (zip - 2.11.x branch) </td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.11.0/apache-camel-2.11.0-src.zip">apache-camel-2.11.0-src.zip</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.11.0/apache-camel-2.11.0-src.zip.asc">apache-camel-2.11.0-src.zip.asc</a></td><td colspan="1" rowspan="1" class="con
 fluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.11.0/apache-camel-2.11.0-src.zip.md5">apache-camel-2.11.0-src.zip.md5</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.11.0/apache-camel-2.11.0-src.zip.sha1">apache-camel-2.11.0-src.zip.sha1</a></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">Source (zip - 2.10.x branch) </td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.10.5/apache-camel-2.10.5-src.zip">apache-camel-2.10.5-src.zip</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.10.5/apache-camel-2.10.5-src.zip.asc">apache-camel-2.10.5-src.zip.asc</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape=
 "rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.10.5/apache-camel-2.10.5-src.zip.md5">apache-camel-2.10.5-src.zip.md5</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.10.5/apache-camel-2.10.5-src.zip.sha1">apache-camel-2.10.5-src.zip.sha1</a></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">Source (zip - 2.9.x branch) </td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.9.7/apache-camel-2.9.7-src.zip">apache-camel-2.9.7-src.zip</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.9.7/apache-camel-2.9.7-src.zip.asc">apache-camel-2.9.7-src.zip.asc</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link"
  href="http://www.apache.org/dist/camel/apache-camel/2.9.7/apache-camel-2.9.7-src.zip.md5">apache-camel-2.9.7-src.zip.md5</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.9.7/apache-camel-2.9.7-src.zip.sha1">apache-camel-2.9.7-src.zip.sha1</a></td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Description</th><th colspan="1" rowspan="1" class="confluenceTh">Download Link</th><th colspan="1" rowspan="1" class="confluenceTh">PGP Signature file of download</th><th colspan="1" rowspan="1" class="confluenceTh">MD5 Checksum file of download</th><th colspan="1" rowspan="1" class="confluenceTh">SHA1 Checksum file of download</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">Source (zip - 2.11.x branch) </td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.11.0/apache-camel-2.11.0-src.zip">apache-camel-2.11.0-src.zip</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.11.0/apache-camel-2.11.0-src.zip.asc">apache-camel-2.11.0-src.zip.asc</a></td><td colspan="1" rowspan="1" class="con
 fluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.11.0/apache-camel-2.11.0-src.zip.md5">apache-camel-2.11.0-src.zip.md5</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.11.0/apache-camel-2.11.0-src.zip.sha1">apache-camel-2.11.0-src.zip.sha1</a></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">Source (zip - 2.10.x branch) </td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.10.6/apache-camel-2.10.6-src.zip">apache-camel-2.10.6-src.zip</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.10.6/apache-camel-2.10.6-src.zip.asc">apache-camel-2.10.6-src.zip.asc</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape=
 "rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.10.6/apache-camel-2.10.6-src.zip.md5">apache-camel-2.10.6-src.zip.md5</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.10.6/apache-camel-2.10.6-src.zip.sha1">apache-camel-2.10.6-src.zip.sha1</a></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">Source (zip - 2.9.x branch) </td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.9.7/apache-camel-2.9.7-src.zip">apache-camel-2.9.7-src.zip</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.9.7/apache-camel-2.9.7-src.zip.asc">apache-camel-2.9.7-src.zip.asc</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link"
  href="http://www.apache.org/dist/camel/apache-camel/2.9.7/apache-camel-2.9.7-src.zip.md5">apache-camel-2.9.7-src.zip.md5</a></td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.9.7/apache-camel-2.9.7-src.zip.sha1">apache-camel-2.9.7-src.zip.sha1</a></td></tr></tbody></table>
 </div>
 
 
 <h3><a shape="rect" name="Download-Keys"></a>Keys</h3>
-<p>The <tt>KEYS</tt> used to sign the release can be found <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/KEYS">here</a>.</p>
+<p>The <tt>KEYS</tt> used to sign the release can be found <a shape="rect" class="external-link" href="https://www.apache.org/dist/camel/apache-camel/KEYS">here</a>.</p>
 
 <h3><a shape="rect" name="Download-GettingtheBinariesusingMaven2"></a>Getting the Binaries using Maven 2</h3>
 
@@ -151,7 +151,7 @@
 <p>Help us test the latest <a shape="rect" class="external-link" href="https://repository.apache.org/content/repositories/snapshots/org/apache/camel/apache-camel">SNAPSHOTS</a></p>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Version </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="https://repository.apache.org/content/repositories/snapshots/org/apache/camel/apache-camel/2.12-SNAPSHOT/">Download Apache Camel 2.12-SNAPSHOT</a> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="https://repository.apache.org/content/repositories/snapshots/org/apache/camel/apache-camel/2.11.1-SNAPSHOT/">Download Apache Camel 2.11.1-SNAPSHOT</a> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="https://repository.apache.org/content/repositories/snapshots/org/apache/camel/apache-camel/2.10.5-SNAPSHOT/">Download Apache Camel 2.10.5-SNAPSHOT</a> </td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Version </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="https://repository.apache.org/content/repositories/snapshots/org/apache/camel/apache-camel/2.12-SNAPSHOT/">Download Apache Camel 2.12-SNAPSHOT</a> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="https://repository.apache.org/content/repositories/snapshots/org/apache/camel/apache-camel/2.11.1-SNAPSHOT/">Download Apache Camel 2.11.1-SNAPSHOT</a> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="https://repository.apache.org/content/repositories/snapshots/org/apache/camel/apache-camel/2.10.7-SNAPSHOT/">Download Apache Camel 2.10.7-SNAPSHOT</a> </td></tr></tbody></table>
 </div>
 
 

Modified: websites/production/camel/content/examples.html
==============================================================================
--- websites/production/camel/content/examples.html (original)
+++ websites/production/camel/content/examples.html Mon Jul  8 19:20:54 2013
@@ -91,7 +91,7 @@
 
 <h3><a shape="rect" name="Examples-Examples"></a>Examples</h3>
 
-<ul><li><a shape="rect" href="activemq-camel-tomcat.html" title="ActiveMQ Camel Tomcat">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" title="Aggregate Example">Aggregate Example</a> shows the overhauled <a shape="rect" href="aggregator2.html" title="Aggregator2">Aggregator</a> EIP with persistent storage, which are part of Camel 2.3.</li><li><a shape="rect" href="bam-example.html" title="BAM Example">BAM Example</a> shows how to use Camel as a <a shape="rect" href="bam.html" title="BAM">BAM (Business Activity Monitoring)</a> framework, to monitor your business transactions.</li><li><a shape="rect" href="cafe-example.html" title="Cafe Example">Cafe Example</a> shows how to use Camel to implement a Cafe shop use case.</li><li><a shape="rect" href="console-example.html" title="Console Example">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" title="CXF Example">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" title="CXF Example OSGi Blueprint">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" title="CXF Example OSGi">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" title="CXF Proxy Example">CXF Proxy Example</a> shows how to use Camel to proxy a web service using <a shape="rect" href="cxf.html" title="CXF">CXF</a>.</li><li><a shape="rect" href="cxf-tomcat-example.html" title=
 "CXF Tomcat Example">CXF Tomcat Example</a> shows how to use Camel to expose a code-first web service using <a shape="rect" href="cxf.html" title="CXF">CXF</a> as a web application to be deployed in Apache Tomcat.</li><li><a shape="rect" href="etl-example.html" title="ETL Example">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" title="FTP Example">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" title="Guice JMS Example">Guice JMS Example</a> shows how to use <a shape="rect" href="guice.html" title="Guice">Guice</a> as the Dependency Injection framework to create some <a shape="rect" href="jms.html" title="JMS">JMS</a> base routes using just Java code and a properties file</li><li><a sha
 pe="rect" href="hibernate-example.html" title="Hibernate Example">Hibernate Example</a> shows how to work with <a shape="rect" href="hibernate.html" title="Hibernate">Hibernate</a> to exchange data using a shared database table.</li><li><a shape="rect" href="jmx-component-example.html" title="JMX Component Example">JMX Component Example</a> shows how to use the camel-jmx component.</li><li><a shape="rect" href="loadbalancing-mina-example.html" title="LoadBalancing Mina Example">LoadBalancing Mina Example</a> shows how to use the <a shape="rect" href="load-balancer.html" title="Load Balancer">Load Balancer</a> EIP to balance communication with remote servers using <a shape="rect" href="mina.html" title="MINA">MINA</a>.</li><li><a shape="rect" href="loan-broker-example.html" title="Loan Broker Example">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/ComposedMessagi
 ngExample.html" rel="nofollow">EIP composed messaging sample </a>.</li><li><a shape="rect" href="management-example.html" title="Management Example">Management Example</a> shows how to use <a shape="rect" href="camel-jmx.html" title="Camel JMX">JMX</a> in Camel to manage a running Camel application.</li><li><a shape="rect" href="netty-http-server-example.html" title="Netty HTTP Server Example">Netty HTTP Server Example</a> shows how to use <a shape="rect" href="netty-http.html" title="Netty HTTP">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" title="POJO Messaging Example">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" title="Route Throttling Example">Route Throttling Example</a> shows how to use <a shape="r
 ect" href="routepolicy.html" title="RoutePolicy">RoutePolicy</a> and <a shape="rect" href="camel-jmx.html" title="Camel JMX">JMX</a> in Camel to dynamically throttle routes.</li><li><a shape="rect" href="servlet-tomcat-example.html" title="Servlet Tomcat Example">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" title="Servlet Tomcat No Spring Example">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" title="Simple Jira Bot">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" title="Spring Example">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" title="DSL">Java routing rules</a></li><li><a shape="rect" href="spring-java-config-example.html" title="Spring Java Config Example">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" title="DSL">Java routing rules</a></li><li><a shape="rect" href="spring-security-example.html" title="Spring Security Example">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" title="Spring Security">camel-spring-security component</a>.</li><li><a shape="rect" href="spring-ws-example.html" title="Spring WS Example">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" title="Spring XQuery Example">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" title="SQL Example">SQL Example</a> shows how to work with <a shape="rect" href="sql-component.html" title="SQL Component">SQL</a> to exchange data using a shared database table.</li><li><a shape="rect" href="tracer-example.html" title="Tracer Example">Tracer Example</a> shows how to use <a shape="rect" href="tracer.html" title="Tracer">Tracer</a> in Camel to trace how <a shape="rect" href="exchange.html" title="Exchange">Exchange</a> is routed.</li><li><a shape="rect" href="twitter-websocket-example.html" title="Twitter Websocket Example">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></ul>
+<ul><li><a shape="rect" href="activemq-camel-tomcat.html" title="ActiveMQ Camel Tomcat">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" title="Aggregate Example">Aggregate Example</a> shows the overhauled <a shape="rect" href="aggregator2.html" title="Aggregator2">Aggregator</a> EIP with persistent storage, which are part of Camel 2.3.</li><li><a shape="rect" href="bam-example.html" title="BAM Example">BAM Example</a> shows how to use Camel as a <a shape="rect" href="bam.html" title="BAM">BAM (Business Activity Monitoring)</a> framework, to monitor your business transactions.</li><li><a shape="rect" href="cafe-example.html" title="Cafe Example">Cafe Example</a> shows how to use Camel to implement a Cafe shop use case.</li><li><a shape="rect" href="console-example.html" title="Console Example">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" title="CXF Example">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" title="CXF Example OSGi Blueprint">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" title="CXF Example OSGi">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" title="CXF Proxy Example">CXF Proxy Example</a> shows how to use Camel to proxy a web service using <a shape="rect" href="cxf.html" title="CXF">CXF</a>.</li><li><a shape="rect" href="cxf-tomcat-example.html" title=
 "CXF Tomcat Example">CXF Tomcat Example</a> shows how to use Camel to expose a code-first web service using <a shape="rect" href="cxf.html" title="CXF">CXF</a> as a web application to be deployed in Apache Tomcat.</li><li><a shape="rect" href="etl-example.html" title="ETL Example">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" title="FTP Example">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" title="Guice JMS Example">Guice JMS Example</a> shows how to use <a shape="rect" href="guice.html" title="Guice">Guice</a> as the Dependency Injection framework to create some <a shape="rect" href="jms.html" title="JMS">JMS</a> base routes using just Java code and a properties file</li><li><a sha
 pe="rect" href="hibernate-example.html" title="Hibernate Example">Hibernate Example</a> shows how to work with <a shape="rect" href="hibernate.html" title="Hibernate">Hibernate</a> to exchange data using a shared database table.</li><li><a shape="rect" href="jmx-component-example.html" title="JMX Component Example">JMX Component Example</a> shows how to use the camel-jmx component.</li><li><a shape="rect" href="loadbalancing-mina-example.html" title="LoadBalancing Mina Example">LoadBalancing Mina Example</a> shows how to use the <a shape="rect" href="load-balancer.html" title="Load Balancer">Load Balancer</a> EIP to balance communication with remote servers using <a shape="rect" href="mina.html" title="MINA">MINA</a>.</li><li><a shape="rect" href="loan-broker-example.html" title="Loan Broker Example">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/ComposedMessagi
 ngExample.html" rel="nofollow">EIP composed messaging sample </a>.</li><li><a shape="rect" href="management-example.html" title="Management Example">Management Example</a> shows how to use <a shape="rect" href="camel-jmx.html" title="Camel JMX">JMX</a> in Camel to manage a running Camel application.</li><li><a shape="rect" href="netty-http-server-example.html" title="Netty HTTP Server Example">Netty HTTP Server Example</a> shows how to use <a shape="rect" href="netty-http.html" title="Netty HTTP">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" title="POJO Messaging Example">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" title="Route Throttling Example">Route Throttling Example</a> shows how to use <a shape="r
 ect" href="routepolicy.html" title="RoutePolicy">RoutePolicy</a> and <a shape="rect" href="camel-jmx.html" title="Camel JMX">JMX</a> in Camel to dynamically throttle routes.</li><li><a shape="rect" href="servlet-tomcat-example.html" title="Servlet Tomcat Example">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" title="Servlet Tomcat No Spring Example">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" title="Simple Jira Bot">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" title="Spring Example">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" title="DSL">Java routing rules</a></li><li><a shape="rect" href="spring-java-config-example.html" title="Spring Java Config Example">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" title="DSL">Java routing rules</a></li><li><a shape="rect" href="spring-security-example.html" title="Spring Security Example">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" title="Spring Security">camel-spring-security component</a>.</li><li><a shape="rect" href="spring-ws-example.html" title="Spring WS Example">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" title="Spring XQuery Example">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" title="SQL Example">SQL Example</a> shows how to work with <a shape="rect" href="sql-component.html" title="SQL Component">SQL</a> to exchange data using a shared database table.</li><li><a shape="rect" href="tracer-example.html" title="Tracer Example">Tracer Example</a> shows how to use <a shape="rect" href="tracer.html" title="Tracer">Tracer</a> in Camel to trace how <a shape="rect" href="exchange.html" title="Exchange">Exchange</a> is routed.</li><li><a shape="rect" href="twitter-websocket-example.html" title="Twitter Websocket Example">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" title="Twitter Websocket Blueprint Example">Twitter Websocket Blueprint Example</a> An OSGi Blueprint version of the <a shape="rect" href="twitter-websocket-example.html" title="Twitter Websocket Example">Twitter Websocket Example</a>.</li></ul>
 
 
 <div class="panelMacro"><table class="tipMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>More examples</b><br clear="none">See also <a shape="rect" href="tutorials.html" title="Tutorials">Tutorials</a> for more examples, as well as <a shape="rect" href="cookbook.html" title="Cookbook">Cookbook</a>.</td></tr></table></div>