Added: websites/production/camel/content/jcache.html ============================================================================== --- websites/production/camel/content/jcache.html (added) +++ websites/production/camel/content/jcache.html Tue Feb 23 12:21:03 2016 @@ -0,0 +1,260 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<html> +<head> + <link href="//camel.apache.org/styles/site.css" rel="stylesheet" type="text/css"> + <link href="//camel.apache.org/styles/type-settings.css" rel="stylesheet" type="text/css"> + <script src="//camel.apache.org/styles/prototype.js" type="text/javascript"></script> + <script src="//camel.apache.org/styles/rico.js" type="text/javascript"></script> + <script src="//camel.apache.org/styles/site.js" type="text/javascript"></script> + + <meta http-equiv="Content-type" content="text/html;charset=UTF-8"> + + <style type="text/css"> + .maincontent { overflow:hidden; } + </style> + <!--[if IE]> + <style type="text/css"> + .maincontent { width:100%; } + </style> + <![endif]--> + + + <link href='//camel.apache.org/styles/highlighter/styles/shCoreCamel.css' rel='stylesheet' type='text/css' /> + <link href='//camel.apache.org/styles/highlighter/styles/shThemeCamel.css' rel='stylesheet' type='text/css' /> + <script src='//camel.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> + <script src='//camel.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> + <script src='//camel.apache.org/styles/highlighter/scripts/shBrushXml.js' type='text/javascript'></script> + + <script type="text/javascript"> + SyntaxHighlighter.defaults['toolbar'] = false; + SyntaxHighlighter.all(); + </script> + + <title> + Apache Camel: JCache + </title> +</head> +<body> +<div class="white_box"> +<div class="header"> + <div class="header_l"> + <div class="header_r"> + </div> + </div> +</div> +<div class="content"> + <div class="content_l"> + <div class="content_r"> + <div> + <!-- Banner --> +<div id="banner-content"><div id="asf_logo"> + <div id="activemq_logo" style="height:108px; background:transparent url(banner.data/apache-camel-7.png) no-repeat scroll left top;"> + <a shape="rect" style="float:left; width:310px;display:block;text-indent:-5000px;text-decoration:none;line-height:140px; margin-top:20px; margin-left:18px;" href="http://camel.apache.org/">Camel</a> + <a shape="rect" style="float:right; width:180px;display:block;text-indent:-5000px;text-decoration:none;line-height:80px; margin-top:45px; margin-right:10px;" href="http://www.apache.org">Apache</a> + </div> +</div></div> + <!-- Banner --> + <div class="top_red_bar"> + <div id="site-breadcrumbs"> + <!-- Breadcrumbs --> +<a href="index.html">Apache Camel</a> > <a href="documentation.html">Documentation</a> > <a href="components.html">Components</a> > <a href="jcache.html">JCache</a> + </div> + <!-- Quicklinks --> +<div id="site-quicklinks"><p><a shape="rect" href="download.html">Download</a> | <a shape="rect" href="javadoc.html">JavaDoc</a> | <a shape="rect" href="source.html">Source</a> | <a shape="rect" href="discussion-forums.html">Forums</a> | <a shape="rect" href="support.html">Support</a></p></div> + <!-- Quicklinks --> + </div> + + <table border="0"> + <tbody> + <tr> + <td valign="top" width="100%"> +<div class="wiki-content maincontent"><p> </p><h2 id="JCache-JCacheComponent">JCache Component</h2><p><strong>Available as of Camel 2.17</strong></p><p>The j<strong>cache</strong> component enables you to perform caching operations using JCache (JSR-107) as the Cache Implementation. The cache itself is created on demand or if a cache of that name already exists then it is simply utilized with its original settings.</p><p>This component supports producer and event based consumer endpoints.</p><p>The Cache consumer is an event based consumer and can be used to listen and respond to specific cache activities. If you need to perform selections from a pre-existing cache, use the processors defined for the cache component.</p><p>Maven users will need to add the following dependency to their <code>pom.xml</code> for this component:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl"> +<script class="brush: xml; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[<dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-jcache</artifactId> + <version>x.x.x</version> + <!-- use the same version as your Camel core version --> +</dependency> +]]></script> +</div></div><h3 id="JCache-URIformat">URI format</h3><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl"> +<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[cache://cacheName[?options] +]]></script> +</div></div><p>You can append query options to the URI in the following format, <code>?option=value&option=#beanRef&...</code></p><div><code><br clear="none"></code><h3 id="JCache-Options">Options</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Name</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Default Value</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><code>cachingProvider</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>null</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>The fully qualified class name of the javax.cache.spi.CachingProvider</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>cacheConfiguration</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>null</code></p></td><td colspan="1" rowspan="1" class= "confluenceTd"><p>A reference to a javax.cache.configuration.Configuration instance</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>cacheConfigurationProperties</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>null</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><span>A reference to a</span> java.util.Properties for the <span>javax.cache.spi.</span>CachingProvider to create the javax.cache.CacheManager</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>configurationUri</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>null</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>An implementation specific URI for the <span> javax.cache.CacheManager</span></p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>cacheLoaderFactory</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>null</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><span> A reference to a <span>javax.cache.configuration.</span>Factory for <span>javax.cache.integration.</span>CacheLoader</span></p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>cacheWriterFactory</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>null</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><span>A reference to a </span><span>javax.cache.configuration.</span><span>Factory for </span><span>javax.cache.integration.</span><span>CacheWriter</span></p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>expiryPolicyFactory</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><span>null</span></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><span>A reference to a<span> </span><span>javax.cache.configuration.</span><span>Factory for <span>javax.cache.expiry.ExpiryPolicy</span></span></span></p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>readThrough</p></td><td colspan="1" ro wspan="1" class="confluenceTd"><p><code>false</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>A flag indicating if "read-through" mode is required</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>writeThrough</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>false</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>A flag indicating if "write-through" mode is required</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">storeByValue</td><td colspan="1" rowspan="1" class="confluenceTd">true</td><td colspan="1" rowspan="1" class="confluenceTd">A flag indicating if the cache will be store-by-value or store-by-reference</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>statisticsEnabled</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>fasle</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><pre>A flag indicating if statistics gathering is enabled</pre></td></t r><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>managementEnabled</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>false</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><pre>A flag indicating if management is enabled</pre></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>filteredEvents</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>null</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>A comma separated list of event types to filter</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>eventFilters</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>null</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>A comma <span>separated</span> list of javax.cache.event.CacheEntryEventFilter references</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">oldValueRequired</td><td colspan="1" rowspan="1" class="confluenceTd"><code>false</code>< /td><td colspan="1" rowspan="1" class="confluenceTd">A flag indicating if the old value is required for events, supported values are CREATED, UPDATED, REMOVED, EXPIRED</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">synchronous</td><td colspan="1" rowspan="1" class="confluenceTd">false</td><td colspan="1" rowspan="1" class="confluenceTd">A flag indicating if the event listener should block the thread causing the event</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">action</td><td colspan="1" rowspan="1" class="confluenceTd">null</td><td colspan="1" rowspan="1" class="confluenceTd">The default action to apply, value in the header has the priority</td></tr></tbody></table></div><h3 id="JCache-Headervariables">Header variables</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Name</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Type</p></th><th colspan="1" rowspan="1" class=" confluenceTh"><p>Description</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>CamelJCacheAction</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>java.lang.String</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>The action to perform, supported values are PUT, PUTALL, PUTIFABSENT, GET, GETALL, GETANDREMOVE, GETANDREPLACE, GETANDPUT, REPLACE, REMOVE, REMOVEALL, INVOKE, CLEAR</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>CamelJCacheResult</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>java.lang.Object</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>The result of an action, i.e. Boolean for PUT, REMOVE, REPLACE</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>CamelJCacheEventType</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>java.lang.String</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>The type of event <span>ja vax.cache.event.EventType</span></p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>CamelJCacheKey</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>java.lang.Object</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>A key <span>to apply an action</span></p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">CamelJCacheKeys</td><td colspan="1" rowspan="1" class="confluenceTd">java.util.Set<java-lang.Object></td><td colspan="1" rowspan="1" class="confluenceTd">A set of keys to apply an action, used for GETALL, REMOVEALL, INVOKE</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">CamelJCacheOldValue</td><td colspan="1" rowspan="1" class="confluenceTd"><span>java.lang.Object</span></td><td colspan="1" rowspan="1" class="confluenceTd">On consumer side, the header value contains the old value associated to a key. On producer side, the header must contains the expected old value to use CAS like operation</td></tr ><tr><td colspan="1" rowspan="1" >class="confluenceTd">CamelJCacheEntryProcessor</td><td colspan="1" >rowspan="1" class="confluenceTd">javax.cache.processor.EntryProcessor</td><td >colspan="1" rowspan="1" class="confluenceTd">The entry processor to use for ><span>INVOKE action</span></td></tr><tr><td colspan="1" rowspan="1" >class="confluenceTd">CamelJCacheEntryArgs</td><td colspan="1" rowspan="1" >class="confluenceTd"><span>java.util.collection<java.lang.Object></span></td><td > colspan="1" rowspan="1" class="confluenceTd">Additional arguments to pass to >the ><span>javax.cache.processor.EntryProcessor</span></td></tr></tbody></table></div><p> </p><h3 > id="JCache-JCachebasedidempotentrepositoryexample:">JCache based idempotent >repository example:</h3><p> </p><div class="code panel pdl" >style="border-width: 1px;"><div class="codeContent panelContent pdl"> +<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[JCacheIdempotentRepository idempotentRepo = new JCacheIdempotentRepository(); +idempotentRepo.setCacheName("idempotent-cache") + +from("direct:in") + .idempotentConsumer(header("messageId"), idempotentRepo) + .to("mock:out");]]></script> +</div></div><h3 id="JCache-JCachebasedaggregationrepositoryexample:">JCache based aggregation repository example:</h3><p> </p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl"> +<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[package org.apache.camel.component.jcache.processor.aggregate; + +import org.apache.camel.EndpointInject; +import org.apache.camel.Exchange; +import org.apache.camel.Produce; +import org.apache.camel.ProducerTemplate; +import org.apache.camel.builder.RouteBuilder; +import org.apache.camel.component.mock.MockEndpoint; +import org.apache.camel.processor.aggregate.AggregationStrategy; +import org.junit.Test; + +public class JCacheAggregationRepositoryRoutesTest extends JCacheAggregationRepositoryTestSupport { + private static final String MOCK_GOTCHA = "mock:gotcha"; + private static final String DIRECT_ONE = "direct:one"; + private static final String DIRECT_TWO = "direct:two"; + @EndpointInject(uri = MOCK_GOTCHA) + private MockEndpoint mock; + @Produce(uri = DIRECT_ONE) + private ProducerTemplate produceOne; + @Produce(uri = DIRECT_TWO) + private ProducerTemplate produceTwo; + @Test + public void checkAggregationFromTwoRoutes() throws Exception { + final JCacheAggregationRepository repoOne = createRepository(false); + final JCacheAggregationRepository repoTwo = createRepository(false); + final int completionSize = 4; + final String correlator = "CORRELATOR"; + RouteBuilder rbOne = new RouteBuilder() { + @Override + public void configure() throws Exception { + from(DIRECT_ONE).routeId("AggregatingRouteOne") + .aggregate(header(correlator)) + .aggregationRepository(repoOne) + .aggregationStrategy(new MyAggregationStrategy()) + .completionSize(completionSize) + .to(MOCK_GOTCHA); + } + }; + RouteBuilder rbTwo = new RouteBuilder() { + @Override + public void configure() throws Exception { + from(DIRECT_TWO).routeId("AggregatingRouteTwo") + .aggregate(header(correlator)) + .aggregationRepository(repoTwo) + .aggregationStrategy(new MyAggregationStrategy()) + .completionSize(completionSize) + .to(MOCK_GOTCHA); + } + }; + context().addRoutes(rbOne); + context().addRoutes(rbTwo); + context().start(); + mock.expectedMessageCount(1); + mock.expectedBodiesReceived(1 + 2 + 3 + 4); + produceOne.sendBodyAndHeader(1, correlator, correlator); + produceTwo.sendBodyAndHeader(2, correlator, correlator); + produceOne.sendBodyAndHeader(3, correlator, correlator); + produceOne.sendBodyAndHeader(4, correlator, correlator); + mock.assertIsSatisfied(); + } + private class MyAggregationStrategy implements AggregationStrategy { + @Override + public Exchange aggregate(Exchange oldExchange, Exchange newExchange) { + if (oldExchange == null) { + return newExchange; + } else { + Integer n = newExchange.getIn().getBody(Integer.class); + Integer o = oldExchange.getIn().getBody(Integer.class); + Integer v = (o == null ? 0 : o) + (n == null ? 0 : n); + oldExchange.getIn().setBody(v, Integer.class); + return oldExchange; + } + } + } + protected JCacheAggregationRepository createRepository(boolean optimistic) throws Exception { + JCacheAggregationRepository repository = new JCacheAggregationRepository(); + repository.setConfiguration(new JCacheConfiguration()); + repository.setCacheName("aggregation-repository"); + repository.setOptimistic(optimistic); + return repository; + } +} + +]]></script> +</div></div><p> </p><p> </p><p> </p></div></div> + </td> + <td valign="top"> + <div class="navigation"> + <div class="navigation_top"> + <!-- NavigationBar --> +<div class="navigation_bottom" id="navigation_bottom"><h3 id="Navigation-Overview"><a shape="rect" href="overview.html">Overview</a></h3><ul class="alternate"><li><a shape="rect" href="index.html">Home</a></li><li><a shape="rect" href="download.html">Download</a></li><li><a shape="rect" href="getting-started.html">Getting Started</a></li><li><a shape="rect" href="faq.html">FAQ</a></li></ul><h3 id="Navigation-Documentation"><a shape="rect" href="documentation.html">Documentation</a></h3><ul class="alternate"><li><a shape="rect" href="user-guide.html">User Guide</a></li><li><a shape="rect" href="manual.html">Manual</a></li><li><a shape="rect" href="books.html">Books</a></li><li><a shape="rect" href="tutorials.html">Tutorials</a></li><li><a shape="rect" href="examples.html">Examples</a></li><li><a shape="rect" href="cookbook.html">Cookbook</a></li><li><a shape="rect" href="architecture.html">Architecture</a></li><li><a shape="rect" href="enterprise-integration-patterns.html">Enterprise Integration Patterns</a></li><li><a shape="rect" href="dsl.html">DSL</a></li><li><a shape="rect" href="components.html">Components</a></li><li><a shape="rect" href="data-format.html">Data Format</a></li><li><a shape="rect" href="languages.html">Languages</a></li><li><a shape="rect" href="security.html">Security</a></li><li><a shape="rect" href="security-advisories.html">Security Advisories</a></li></ul><h3 id="Navigation-Search">Search</h3><form enctype="application/x-www-form-urlencoded" method="get" id="cse-search-box" action="http://www.google.com/cse"> + <div> + <input type="hidden" name="cx" value="007878419884033443453:m5nhvy4hmyq"> + <input type="hidden" name="ie" value="UTF-8"> + <input type="text" name="q" size="21"> + <input type="submit" name="sa" value="Search"> + </div> +</form> +<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script><h3 id="Navigation-Community"><a shape="rect" href="community.html">Community</a></h3><ul class="alternate"><li><a shape="rect" href="support.html">Support</a></li><li><a shape="rect" href="contributing.html">Contributing</a></li><li><a shape="rect" href="discussion-forums.html">Discussion Forums</a></li><li><a shape="rect" href="mailing-lists.html">Mailing Lists</a></li><li><a shape="rect" href="user-stories.html">User Stories</a></li><li><a shape="rect" href="news.html">News</a></li><li><a shape="rect" href="articles.html">Articles</a></li><li><a shape="rect" href="site.html">Site</a></li><li><a shape="rect" href="team.html">Team</a></li><li><a shape="rect" class="external-link" href="http://camel-extra.googlecode.com/" rel="nofollow">Camel Extra</a></li></ul><h3 id="Navigation-Developers"><a shape="rect" href="developers.html">Developers</a></h3><ul class="alternate" ><li><a shape="rect" href="developers.html">Developer Guide</a></li><li><a >shape="rect" href="source.html">Source</a></li><li><a shape="rect" >href="building.html">Building</a></li><li><a shape="rect" >href="javadoc.html">JavaDoc</a></li><li><a shape="rect" >href="irc-room.html">IRC Room</a></li></ul><h3 >id="Navigation-ApacheSoftwareFoundation">Apache Software Foundation</h3><ul >class="alternate"><li><a shape="rect" class="external-link" >href="http://www.apache.org/licenses/">License</a></li><li><a shape="rect" >class="external-link" >href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li><li><a > shape="rect" class="external-link" >href="http://www.apache.org/foundation/thanks.html">Thanks</a></li><li><a >shape="rect" class="external-link" >href="http://www.apache.org/security/">Security</a></li></ul></div> + <!-- NavigationBar --> + </div> + </div> + </td> + </tr> + </tbody> + </table> + + + <div class="bottom_red_bar"></div> + </div> + </div> + </div> +</div> +<div class="black_box"> +<div class="footer"> + <div class="footer_l"> + <div class="footer_r"> + <div> + <a href="$base/privacy-policy.html">Privacy Policy</a> - + (<a href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=61340931">edit page</a>) + (<a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=61340931&showComments=true&showCommentArea=true#addcomment">add comment</a>) + </div> + </div> + </div> +</div> +</div> +</div> +<div class="design_attribution"> +© 2004-2015 The Apache Software Foundation. +<br> +Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners. +<br> +<a href="http://hiramchirino.com">Graphic Design By Hiram</a> +</div> + +<!-- Camel committers that would like access to the Analytics, send a note to priv...@camel.apache.org --> +<script type="text/javascript"> + + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-25976253-1']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + +</script> + +</body> +</html> + +
Modified: websites/production/camel/content/transport.html ============================================================================== --- websites/production/camel/content/transport.html (original) +++ websites/production/camel/content/transport.html Tue Feb 23 12:21:03 2016 @@ -335,7 +335,9 @@ disruptor-vm:someName[?<option>] </div></div></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Sending and receiving messages through <a shape="rect" class="external-link" href="http://java.sun.com/products/jini/2.1/doc/specs/html/js-spec.html" rel="nofollow">JavaSpace</a></p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" href="jbpm.html">jBPM</a> / camel-jbpm</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl"> <script class="brush: plain; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[jbpm:hostName[:port][/resourceUri][?options] ]]></script> -</div></div></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Sending messages through kie-remote-client API to jBPM.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" href="jclouds.html">jclouds</a> / camel-jclouds</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl"> +</div></div></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Sending messages through kie-remote-client API to jBPM.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" href="jcache.html">jcache</a> / camel-jcache</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl"> +<script class="brush: plain; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[jcache:cacheName[?options]]]></script> +</div></div></td><td colspan="1" rowspan="1" class="confluenceTd"><span>The JCache component facilitates creation of caching endpoints and processors using </span><a shape="rect" class="external-link" href="https://github.com/jsr107/jsr107spec" rel="nofollow">JCache / jsr107</a><span> as the cache implementation.</span></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" href="jclouds.html">jclouds</a> / camel-jclouds</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl"> <script class="brush: plain; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[jclouds:<blobstore|compute>:[provider id][?options] ]]></script> </div></div></td><td colspan="1" rowspan="1" class="confluenceTd"><p>For interacting with cloud compute & blobstore service via <a shape="rect" class="external-link" href="http://www.jclouds.org" rel="nofollow">jclouds</a></p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" href="jcr.html">JCR</a> / camel-jcr</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl"> Modified: websites/production/camel/content/uris.html ============================================================================== --- websites/production/camel/content/uris.html (original) +++ websites/production/camel/content/uris.html Tue Feb 23 12:21:03 2016 @@ -340,7 +340,9 @@ disruptor-vm:someName[?<option>] </div></div></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Sending and receiving messages through <a shape="rect" class="external-link" href="http://java.sun.com/products/jini/2.1/doc/specs/html/js-spec.html" rel="nofollow">JavaSpace</a></p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" href="jbpm.html">jBPM</a> / camel-jbpm</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl"> <script class="brush: plain; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[jbpm:hostName[:port][/resourceUri][?options] ]]></script> -</div></div></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Sending messages through kie-remote-client API to jBPM.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" href="jclouds.html">jclouds</a> / camel-jclouds</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl"> +</div></div></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Sending messages through kie-remote-client API to jBPM.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" href="jcache.html">jcache</a> / camel-jcache</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl"> +<script class="brush: plain; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[jcache:cacheName[?options]]]></script> +</div></div></td><td colspan="1" rowspan="1" class="confluenceTd"><span>The JCache component facilitates creation of caching endpoints and processors using </span><a shape="rect" class="external-link" href="https://github.com/jsr107/jsr107spec" rel="nofollow">JCache / jsr107</a><span> as the cache implementation.</span></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" href="jclouds.html">jclouds</a> / camel-jclouds</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl"> <script class="brush: plain; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[jclouds:<blobstore|compute>:[provider id][?options] ]]></script> </div></div></td><td colspan="1" rowspan="1" class="confluenceTd"><p>For interacting with cloud compute & blobstore service via <a shape="rect" class="external-link" href="http://www.jclouds.org" rel="nofollow">jclouds</a></p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" href="jcr.html">JCR</a> / camel-jcr</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">