Author: buildbot
Date: Fri Nov 11 09:20:06 2016
New Revision: 1000952
Log:
Production update by buildbot for camel
Modified:
websites/production/camel/content/2016/11/11/apache-camel-now-with-1000-stars.html
websites/production/camel/content/book-in-one-page.html
Modified:
websites/production/camel/content/2016/11/11/apache-camel-now-with-1000-stars.html
==============================================================================
---
websites/production/camel/content/2016/11/11/apache-camel-now-with-1000-stars.html
(original)
+++
websites/production/camel/content/2016/11/11/apache-camel-now-with-1000-stars.html
Fri Nov 11 09:20:06 2016
@@ -75,7 +75,7 @@
<tbody>
<tr>
<td valign="top" width="100%">
-<div class="wiki-content maincontent"><p><span>Apache Camel was created before
github existed. The project is hosted at ASF on their infrastructure.</span><br
clear="none"><br clear="none"><span>ASF integrated with </span><a
shape="rect" class="external-link" href="https://github.com/apache/camel/"
rel="nofollow">github</a><span> 4-5 years ago and all their projects are
mirrored to github. For example the first PR at github to Apache Camel is from
November 2012.</span><br clear="none"><br clear="none"><span>In those 4 years
at github we have seen more involvement from the community. Its much easier for
users to provide code changes as github PRs and as such we have merged/closed
1246 as of today. A rough estimate is 95% of those PRs are from outside
contributors, and 5% from Camel team itself.</span><br clear="none"><br
clear="none"><span>At <a shape="rect" class="external-link"
href="https://github.com/apache/camel/" rel="nofollow">github</a> projects can
be starred by us
ers whom seems to like the project.</span><br clear="none"><br
clear="none"><span>On the 9th November 2016 Apache Camel reached 1000 stars
at </span><a shape="rect" class="external-link"
href="https://github.com/apache/camel/"
rel="nofollow">github</a><span>. </span></p><p><span
class="confluence-embedded-file-wrapper image-center-wrapper"><img
class="confluence-embedded-image image-center"
src="apache-camel-now-with-1000-stars.data/1000.png"
data-image-src="/confluence/download/attachments/66852005/1000.png?version=1&modificationDate=1478852031000&api=v2"
data-unresolved-comment-count="0" data-linked-resource-id="66852004"
data-linked-resource-version="1" data-linked-resource-type="attachment"
data-linked-resource-default-alias="1000.png"
data-base-url="https://cwiki.apache.org/confluence"
data-linked-resource-content-type="image/png"
data-linked-resource-container-id="66852005"
data-linked-resource-container-version="1"></span><span><br
clear="none"></span></p><p
><span><span>A few days later Apache Camel has <a shape="rect"
>class="external-link" href="https://github.com/apache/camel/"
>rel="nofollow">1040 stars</a>. Thank you for showing the support for the
>project.</span></span></p></div>
+<div class="wiki-content maincontent"><p><span>Apache Camel was created before
github existed. The project is hosted at ASF on their
infrastructure.</span></p><p><span>ASF integrated with </span><a
shape="rect" class="external-link" href="https://github.com/apache/camel/"
rel="nofollow">github</a><span> 4-5 years ago and all their projects are
mirrored to github.<br clear="none">For example the first PR at github to
Apache Camel is from November 2012.</span></p><p><span>At <a shape="rect"
class="external-link" href="https://github.com/apache/camel/"
rel="nofollow">github</a> projects can be starred by users whom seems to like
the project.</span><br clear="none"><span> </span></p><p><span>On the 9th
November 2016 Apache Camel reached 1000 stars at </span><a shape="rect"
class="external-link" href="https://github.com/apache/camel/"
rel="nofollow">github</a><span>. <br clear="none"></span>A few days later
Apache Camel has <a shape="rect" class="external-link" h
ref="https://github.com/apache/camel/" rel="nofollow">1040
stars</a>.</p><p>Thank you for showing the support for the project.</p></div>
</td>
<td valign="top">
<div class="navigation">
Modified: websites/production/camel/content/book-in-one-page.html
==============================================================================
--- websites/production/camel/content/book-in-one-page.html (original)
+++ websites/production/camel/content/book-in-one-page.html Fri Nov 11 09:20:06
2016
@@ -3966,11 +3966,11 @@ The tutorial has been designed in two pa
While not actual tutorials you might find working through the source of the
various <a shape="rect" href="examples.html">Examples</a> useful.</li></ul>
<h2 id="BookInOnePage-TutorialonSpringRemotingwithJMS">Tutorial on Spring
Remoting with JMS</h2><p> </p><div class="confluence-information-macro
confluence-information-macro-information"><p class="title">Thanks</p><span
class="aui-icon aui-icon-small aui-iconfont-info
confluence-information-macro-icon"></span><div
class="confluence-information-macro-body"><p>This tutorial was kindly donated
to Apache Camel by Martin Gilday.</p></div></div><h2
id="BookInOnePage-Preface">Preface</h2><p>This tutorial aims to guide the
reader through the stages of creating a project which uses Camel to facilitate
the routing of messages from a JMS queue to a <a shape="rect"
class="external-link" href="http://www.springramework.org"
rel="nofollow">Spring</a> service. The route works in a synchronous fashion
returning a response to the client.</p><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1478852464647 {padding: 0px;}
-div.rbtoc1478852464647 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1478852464647 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1478855915305 {padding: 0px;}
+div.rbtoc1478855915305 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1478855915305 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style></p><div class="toc-macro rbtoc1478852464647">
+/*]]>*/</style></p><div class="toc-macro rbtoc1478855915305">
<ul class="toc-indentation"><li><a shape="rect"
href="#BookInOnePage-TutorialonSpringRemotingwithJMS">Tutorial on Spring
Remoting with JMS</a></li><li><a shape="rect"
href="#BookInOnePage-Preface">Preface</a></li><li><a shape="rect"
href="#BookInOnePage-Prerequisites">Prerequisites</a></li><li><a shape="rect"
href="#BookInOnePage-Distribution">Distribution</a></li><li><a shape="rect"
href="#BookInOnePage-About">About</a></li><li><a shape="rect"
href="#BookInOnePage-CreatetheCamelProject">Create the Camel Project</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#BookInOnePage-UpdatethePOMwithDependencies">Update the POM with
Dependencies</a></li></ul>
</li><li><a shape="rect" href="#BookInOnePage-WritingtheServer">Writing the
Server</a>
@@ -6085,11 +6085,11 @@ So we completed the last piece in the pi
<p>This example has been removed from <strong>Camel 2.9</strong> onwards.
Apache Axis 1.4 is a very old and unsupported framework. We encourage users to
use <a shape="rect" href="cxf.html">CXF</a> instead of Axis.</p></div></div>
<style type="text/css">/*<![CDATA[*/
-div.rbtoc1478852465493 {padding: 0px;}
-div.rbtoc1478852465493 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1478852465493 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1478855915580 {padding: 0px;}
+div.rbtoc1478855915580 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1478855915580 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1478852465493">
+/*]]>*/</style><div class="toc-macro rbtoc1478855915580">
<ul class="toc-indentation"><li><a shape="rect"
href="#BookInOnePage-TutorialusingAxis1.4withApacheCamel">Tutorial using Axis
1.4 with Apache Camel</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#BookInOnePage-Prerequisites">Prerequisites</a></li><li><a shape="rect"
href="#BookInOnePage-Distribution">Distribution</a></li><li><a shape="rect"
href="#BookInOnePage-Introduction">Introduction</a></li><li><a shape="rect"
href="#BookInOnePage-SettinguptheprojecttorunAxis">Setting up the project to
run Axis</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#BookInOnePage-Maven2">Maven 2</a></li><li><a shape="rect"
href="#BookInOnePage-wsdl">wsdl</a></li><li><a shape="rect"
href="#BookInOnePage-ConfiguringAxis">Configuring Axis</a></li><li><a
shape="rect" href="#BookInOnePage-RunningtheExample">Running the
Example</a></li></ul>
@@ -14323,8 +14323,8 @@ cometds://localhost:8443/service/mychann
<div class="confluence-information-macro-body">
<p>When using CXF in streaming modes (see DataFormat option), then also read
about <a shape="rect" href="stream-caching.html">Stream caching</a>.</p>
</div>
-</div><p>The <strong>cxf:</strong> component provides integration with <a
shape="rect" href="http://cxf.apache.org">Apache CXF</a> for connecting to
JAX-WS services hosted in CXF.</p><p><style type="text/css">/**/
div.rbtoc1478852478461 {padding: 0px;} div.rbtoc1478852478461 ul {list-style:
disc;margin-left: 0px;} div.rbtoc1478852478461 li {margin-left:
0px;padding-left: 0px;} /**/</style>
- </p><div class="toc-macro rbtoc1478852478461">
+</div><p>The <strong>cxf:</strong> component provides integration with <a
shape="rect" href="http://cxf.apache.org">Apache CXF</a> for connecting to
JAX-WS services hosted in CXF.</p><p><style type="text/css">/**/
div.rbtoc1478855921674 {padding: 0px;} div.rbtoc1478855921674 ul {list-style:
disc;margin-left: 0px;} div.rbtoc1478855921674 li {margin-left:
0px;padding-left: 0px;} /**/</style>
+ </p><div class="toc-macro rbtoc1478855921674">
<ul class="toc-indentation"><li><a shape="rect"
href="#BookInOnePage-CXFComponent">CXF Component</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#BookInOnePage-URIformat">URI format</a></li><li><a shape="rect"
href="#BookInOnePage-Options">Options</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#BookInOnePage-Thedescriptionsofthedataformats">The descriptions of the
dataformats</a>