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 2017/01/03 13:24:19 UTC

svn commit: r1004042 - in /websites/production/camel/content: 2017/ 2017/01/ 2017/01/03/ 2017/01/03/introducing-apache-camel-idea-plugin.html book-component-appendix.html book-in-one-page.html book-tutorials.html cache/main.pageCache index.html news.html

Author: buildbot
Date: Tue Jan  3 13:24:19 2017
New Revision: 1004042

Log:
Production update by buildbot for camel

Added:
    websites/production/camel/content/2017/
    websites/production/camel/content/2017/01/
    websites/production/camel/content/2017/01/03/
    websites/production/camel/content/2017/01/03/introducing-apache-camel-idea-plugin.html
    websites/production/camel/content/cache/main.pageCache   (with props)
Modified:
    websites/production/camel/content/book-component-appendix.html
    websites/production/camel/content/book-in-one-page.html
    websites/production/camel/content/book-tutorials.html
    websites/production/camel/content/index.html
    websites/production/camel/content/news.html

Added: websites/production/camel/content/2017/01/03/introducing-apache-camel-idea-plugin.html
==============================================================================
--- websites/production/camel/content/2017/01/03/introducing-apache-camel-idea-plugin.html (added)
+++ websites/production/camel/content/2017/01/03/introducing-apache-camel-idea-plugin.html Tue Jan  3 13:24:19 2017
@@ -0,0 +1,147 @@
+<!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]-->
+
+
+
+    <title>
+    Apache Camel: Introducing Apache Camel IDEA plugin
+    </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>&nbsp;&gt;&nbsp;2017&nbsp;&gt;&nbsp;01&nbsp;&gt;&nbsp;03&nbsp;&gt;&nbsp;<a href="introducing-apache-camel-idea-plugin.html">Introducing Apache Camel IDEA plugin</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" class="external-link" href="https://github.com/apache/camel/" rel="nofollow">Github</a> |&#160;<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>A new plugin for the Intellij IDEA editor has been created.</p><p>The plugin adds support for Apache Camel providing completions for Camel endpoints.<br clear="none">In other words you can press ctrl + space when editing Camel endpoints and IDEA will<br clear="none">present you with a list of possible endpoint options you can use; the same for their values.</p><p>At present time the plugin supports Camel endpoints in Java, Groovy, Scala, XML, properties and yaml files.</p><p>You also have documentation at your finger tips. Position the cursor on any Camel endpoint<br clear="none">and activate quick doc (cltr + j) presenting a popup window with the Camel endpoint explained in more details.<br clear="none">For example every endpoint option is explain with their documentation.</p><p>The plugin is in active development and expected to improve over the near future.</p><p>The plugin is hosted on github where we can hack on the code to make the plug
 in awesome and great.<br clear="none">The intention is that the code eventually will be donated to Apache Camel.</p><p>But for now we can keep it separated so its easier because there is only the plugin code,<br clear="none">and not all the other Camel source as well.</p><p>Github project: <a shape="rect" class="external-link" href="https://github.com/davsclaus/camel-idea-plugin" rel="nofollow">https://github.com/davsclaus/camel-idea-plugin</a></p><p>You can find more details on the github page, where there is instructions how to install and try the plugin.<br clear="none">If you want to help hack on the code, then there is instructions how to setup your local IDEA environment<br clear="none">so you can compile and run/debug the source code.</p><p>There is also a issue tracker with tickets for stuff we need to work on.</p><p>Down the road we hope to extract parts of the plugin source code into a common camel-ide module which other IDEs can<br clear="none">use to offer similar functi
 onality. For example we want to bring this to the Eclipse platform as well.</p><p>Anyone is welcome to help with the plugin.</p><p>&#160;</p><p>PS: If you just want to install and try the plugin you can find it from IDEAs plugin repository (Preference -&gt; Plugins -&gt; Browse Repositories...).</p></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&amp;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" class="external-link" href="https://github.com/apache/camel/" rel="nofollow">Github</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=67636730">edit page</a>)
+   	 (<a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=67636730&amp;showComments=true&amp;showCommentArea=true#addcomment">add comment</a>)
+      </div>
+    </div>
+  </div>
+</div>
+</div>
+</div>
+<div class="design_attribution">
+&copy; 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 private@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/book-component-appendix.html
==============================================================================
--- websites/production/camel/content/book-component-appendix.html (original)
+++ websites/production/camel/content/book-component-appendix.html Tue Jan  3 13:24:19 2017
@@ -621,8 +621,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.rbtoc1483100411110 {padding: 0px;} div.rbtoc1483100411110 ul {list-style: disc;margin-left: 0px;} div.rbtoc1483100411110 li {margin-left: 0px;padding-left: 0px;} /**/</style>
- </p><div class="toc-macro rbtoc1483100411110"> 
+</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.rbtoc1483449641684 {padding: 0px;} div.rbtoc1483449641684 ul {list-style: disc;margin-left: 0px;} div.rbtoc1483449641684 li {margin-left: 0px;padding-left: 0px;} /**/</style>
+ </p><div class="toc-macro rbtoc1483449641684"> 
   <ul class="toc-indentation"><li><a shape="rect" href="#BookComponentAppendix-CXFComponent">CXF Component</a> 
     <ul class="toc-indentation"><li><a shape="rect" href="#BookComponentAppendix-URIformat">URI format</a></li><li><a shape="rect" href="#BookComponentAppendix-Options">Options</a> 
       <ul class="toc-indentation"><li><a shape="rect" href="#BookComponentAppendix-Thedescriptionsofthedataformats">The descriptions of the dataformats</a> 

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 Tue Jan  3 13:24:19 2017
@@ -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>&#160;</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.rbtoc1483100350931 {padding: 0px;}
-div.rbtoc1483100350931 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1483100350931 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1483449569360 {padding: 0px;}
+div.rbtoc1483449569360 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1483449569360 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1483100350931">
+/*]]>*/</style></p><div class="toc-macro rbtoc1483449569360">
 <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.rbtoc1483100351210 {padding: 0px;}
-div.rbtoc1483100351210 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1483100351210 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1483449570209 {padding: 0px;}
+div.rbtoc1483449570209 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1483449570209 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1483100351210">
+/*]]>*/</style><div class="toc-macro rbtoc1483449570209">
 <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>
@@ -14270,8 +14270,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.rbtoc1483100354935 {padding: 0px;} div.rbtoc1483100354935 ul {list-style: disc;margin-left: 0px;} div.rbtoc1483100354935 li {margin-left: 0px;padding-left: 0px;} /**/</style>
- </p><div class="toc-macro rbtoc1483100354935"> 
+</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.rbtoc1483449576655 {padding: 0px;} div.rbtoc1483449576655 ul {list-style: disc;margin-left: 0px;} div.rbtoc1483449576655 li {margin-left: 0px;padding-left: 0px;} /**/</style>
+ </p><div class="toc-macro rbtoc1483449576655"> 
   <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> 

Modified: websites/production/camel/content/book-tutorials.html
==============================================================================
--- websites/production/camel/content/book-tutorials.html (original)
+++ websites/production/camel/content/book-tutorials.html Tue Jan  3 13:24:19 2017
@@ -143,11 +143,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="BookTutorials-TutorialonSpringRemotingwithJMS">Tutorial on Spring Remoting with JMS</h2><p>&#160;</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="BookTutorials-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.rbtoc1483100512494 {padding: 0px;}
-div.rbtoc1483100512494 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1483100512494 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1483449740246 {padding: 0px;}
+div.rbtoc1483449740246 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1483449740246 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1483100512494">
+/*]]>*/</style></p><div class="toc-macro rbtoc1483449740246">
 <ul class="toc-indentation"><li><a shape="rect" href="#BookTutorials-TutorialonSpringRemotingwithJMS">Tutorial on Spring Remoting with JMS</a></li><li><a shape="rect" href="#BookTutorials-Preface">Preface</a></li><li><a shape="rect" href="#BookTutorials-Prerequisites">Prerequisites</a></li><li><a shape="rect" href="#BookTutorials-Distribution">Distribution</a></li><li><a shape="rect" href="#BookTutorials-About">About</a></li><li><a shape="rect" href="#BookTutorials-CreatetheCamelProject">Create the Camel Project</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#BookTutorials-UpdatethePOMwithDependencies">Update the POM with Dependencies</a></li></ul>
 </li><li><a shape="rect" href="#BookTutorials-WritingtheServer">Writing the Server</a>
@@ -2262,11 +2262,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.rbtoc1483100512623 {padding: 0px;}
-div.rbtoc1483100512623 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1483100512623 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1483449740436 {padding: 0px;}
+div.rbtoc1483449740436 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1483449740436 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1483100512623">
+/*]]>*/</style><div class="toc-macro rbtoc1483449740436">
 <ul class="toc-indentation"><li><a shape="rect" href="#BookTutorials-TutorialusingAxis1.4withApacheCamel">Tutorial using Axis 1.4 with Apache Camel</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#BookTutorials-Prerequisites">Prerequisites</a></li><li><a shape="rect" href="#BookTutorials-Distribution">Distribution</a></li><li><a shape="rect" href="#BookTutorials-Introduction">Introduction</a></li><li><a shape="rect" href="#BookTutorials-SettinguptheprojecttorunAxis">Setting up the project to run Axis</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#BookTutorials-Maven2">Maven 2</a></li><li><a shape="rect" href="#BookTutorials-wsdl">wsdl</a></li><li><a shape="rect" href="#BookTutorials-ConfiguringAxis">Configuring Axis</a></li><li><a shape="rect" href="#BookTutorials-RunningtheExample">Running the Example</a></li></ul>

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

Propchange: websites/production/camel/content/cache/main.pageCache
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: websites/production/camel/content/index.html
==============================================================================
--- websites/production/camel/content/index.html (original)
+++ websites/production/camel/content/index.html Tue Jan  3 13:24:19 2017
@@ -86,6 +86,26 @@
                <img class="userLogo logo" src="index.userimage/user-avatar" alt="User icon: davsclaus" title="davsclaus">
            </a>            </span>
             <span class="blogHeading">
+                <a shape="rect" class="blogHeading" href="2017/01/03/introducing-apache-camel-idea-plugin.html">Introducing Apache Camel IDEA plugin</a>
+                </span><div class="page-metadata not-personal">    <a shape="rect" class="url fn confluence-userlink" href="    /confluence/display/~davsclaus ">Claus Ibsen</a> posted on Jan 03, 2017</div>
+            
+        </div>
+    
+    <div class="wiki-content">
+        <p>A new plugin for the Intellij IDEA editor has been created.</p><p>The plugin adds support for Apache Camel providing completions for Camel endpoints.<br clear="none">In other words you can press ctrl + space when editing Camel endpoints and IDEA will<br clear="none">present you with a list of possible endpoint options you can use; the same for their values.</p><p>At present time the plugin supports Camel endpoints in Java, Groovy, Scala, XML, properties and yaml files.</p><p>You also have documentation at your finger tips. Position the cursor on any Camel endpoint<br clear="none">and activate quick doc (cltr + j) presenting a popup window with the Camel endpoint explained in more details.<br clear="none">For example every endpoint option is explain with their documentation.</p><p>The plugin is in active development and expected to improve over the near future.</p><p>The plugin is hosted on github where we can hack on the code to make the plugin awesome and great.<br clear
 ="none">The intention is that the code eventually will be donated to Apache Camel.</p><p>But for now we can keep it separated so its easier because there is only the plugin code,<br clear="none">and not all the other Camel source as well.</p><p>Github project: <a shape="rect" class="external-link" href="https://github.com/davsclaus/camel-idea-plugin" rel="nofollow">https://github.com/davsclaus/camel-idea-plugin</a></p><p>You can find more details on the github page, where there is instructions how to install and try the plugin.<br clear="none">If you want to help hack on the code, then there is instructions how to setup your local IDEA environment<br clear="none">so you can compile and run/debug the source code.</p><p>There is also a issue tracker with tickets for stuff we need to work on.</p><p>Down the road we hope to extract parts of the plugin source code into a common camel-ide module which other IDEs can<br clear="none">use to offer similar functionality. For example we want t
 o bring this to the Eclipse platform as well.</p><p>Anyone is welcome to help with the plugin.</p><p>&#160;</p><p>PS: If you just want to install and try the plugin you can find it from IDEAs plugin repository (Preference -&gt; Plugins -&gt; Browse Repositories...).</p>
+    </div>
+    
+        
+    </div>
+    
+        
+<div class="blog-post-listing">
+            <div class="logo-heading-block">
+            <span class="logoBlock">
+                <a shape="rect" class="userLogoLink" href="    /confluence/display/~davsclaus ">
+               <img class="userLogo logo" src="index.userimage/user-avatar" alt="User icon: davsclaus" title="davsclaus">
+           </a>            </span>
+            <span class="blogHeading">
                 <a shape="rect" class="blogHeading" href="2016/12/30/apache-camel-2016-in-numbers.html">Apache Camel 2016 in Numbers</a>
                 </span><div class="page-metadata not-personal">    <a shape="rect" class="url fn confluence-userlink" href="    /confluence/display/~davsclaus ">Claus Ibsen</a> posted on Dec 30, 2016</div>
             
@@ -176,26 +196,6 @@
     </div>
     
         
-    </div>
-    
-        
-<div class="blog-post-listing">
-            <div class="logo-heading-block">
-            <span class="logoBlock">
-                <a shape="rect" class="userLogoLink" href="    /confluence/display/~muellerc ">
-               <img class="userLogo logo" src="index.userimage/muellerc-38851-pp-christian.png" alt="User icon: muellerc" title="muellerc">
-           </a>            </span>
-            <span class="blogHeading">
-                <a shape="rect" class="blogHeading" href="2016/10/10/welcome-luca-burgazzoli-as-new-apache-camel-pmc-member.html">Welcome Luca Burgazzoli as new Apache Camel PMC member</a>
-                </span><div class="page-metadata not-personal">    <a shape="rect" class="url fn confluence-userlink" href="    /confluence/display/~muellerc ">Christian Mueller</a> posted on Oct 10, 2016</div>
-            
-        </div>
-    
-    <div class="wiki-content">
-        <p>The Apache Camel user community is growing constantly. It is also very rewarding to see that most of the contributors who became committers continue to stay involved. Therefore, in recognition of the continued contribution, the Apache Camel PMC invited Luca Burgazzoli to join the PMC, be even more involved and take a greater responsibility in shaping the future of the Camel project. We welcome&#160;Luca Burgazzoli as new Apache Camel PMC member. Many thanks for your past contributions and we look forward to the same commitment in the future.</p><p>&#160;</p><p>On behalf of the Camel PMC, welcome aboard and we expect more great things coming from you!</p><p>Christian M&#252;ller,</p><p>VP, Apache Camel</p>
-    </div>
-    
-        
     </div>
     <p><a shape="rect" href="https://cwiki.apache.org/confluence/createrssfeed.action?types=blogpost&amp;spaces=CAMEL&amp;title=Apache+Camel+News&amp;sort=modified&amp;maxResults=10&amp;timeSpan=60&amp;showContent=true&amp;confirm=Create+RSS+Feed">RSS Feed</a></p><h3 id="Index-Links">Links</h3><ul><li><a shape="rect" href="getting-started.html">Getting Started</a></li><li><a shape="rect" href="architecture.html">Architecture</a></li><li><a shape="rect" href="user-guide.html">User Guide</a></li><li><a shape="rect" href="enterprise-integration-patterns.html">Enterprise Integration Patterns</a></li><li><a shape="rect" href="news.html">More News</a></li></ul></div>
         </td>

Modified: websites/production/camel/content/news.html
==============================================================================
--- websites/production/camel/content/news.html (original)
+++ websites/production/camel/content/news.html Tue Jan  3 13:24:19 2017
@@ -88,6 +88,26 @@
                <img class="userLogo logo" src="news.userimage/user-avatar" alt="User icon: davsclaus" title="davsclaus">
            </a>            </span>
             <span class="blogHeading">
+                <a shape="rect" class="blogHeading" href="2017/01/03/introducing-apache-camel-idea-plugin.html">Introducing Apache Camel IDEA plugin</a>
+                </span><div class="page-metadata not-personal">    <a shape="rect" class="url fn confluence-userlink" href="    /confluence/display/~davsclaus ">Claus Ibsen</a> posted on Jan 03, 2017</div>
+            
+        </div>
+    
+    <div class="wiki-content">
+        <p>A new plugin for the Intellij IDEA editor has been created.</p><p>The plugin adds support for Apache Camel providing completions for Camel endpoints.<br clear="none">In other words you can press ctrl + space when editing Camel endpoints and IDEA will<br clear="none">present you with a list of possible endpoint options you can use; the same for their values.</p><p>At present time the plugin supports Camel endpoints in Java, Groovy, Scala, XML, properties and yaml files.</p><p>You also have documentation at your finger tips. Position the cursor on any Camel endpoint<br clear="none">and activate quick doc (cltr + j) presenting a popup window with the Camel endpoint explained in more details.<br clear="none">For example every endpoint option is explain with their documentation.</p><p>The plugin is in active development and expected to improve over the near future.</p><p>The plugin is hosted on github where we can hack on the code to make the plugin awesome and great.<br clear
 ="none">The intention is that the code eventually will be donated to Apache Camel.</p><p>But for now we can keep it separated so its easier because there is only the plugin code,<br clear="none">and not all the other Camel source as well.</p><p>Github project: <a shape="rect" class="external-link" href="https://github.com/davsclaus/camel-idea-plugin" rel="nofollow">https://github.com/davsclaus/camel-idea-plugin</a></p><p>You can find more details on the github page, where there is instructions how to install and try the plugin.<br clear="none">If you want to help hack on the code, then there is instructions how to setup your local IDEA environment<br clear="none">so you can compile and run/debug the source code.</p><p>There is also a issue tracker with tickets for stuff we need to work on.</p><p>Down the road we hope to extract parts of the plugin source code into a common camel-ide module which other IDEs can<br clear="none">use to offer similar functionality. For example we want t
 o bring this to the Eclipse platform as well.</p><p>Anyone is welcome to help with the plugin.</p><p>&#160;</p><p>PS: If you just want to install and try the plugin you can find it from IDEAs plugin repository (Preference -&gt; Plugins -&gt; Browse Repositories...).</p>
+    </div>
+    
+        
+    </div>
+    
+        
+<div class="blog-post-listing">
+            <div class="logo-heading-block">
+            <span class="logoBlock">
+                <a shape="rect" class="userLogoLink" href="    /confluence/display/~davsclaus ">
+               <img class="userLogo logo" src="news.userimage/user-avatar" alt="User icon: davsclaus" title="davsclaus">
+           </a>            </span>
+            <span class="blogHeading">
                 <a shape="rect" class="blogHeading" href="2016/12/30/apache-camel-2016-in-numbers.html">Apache Camel 2016 in Numbers</a>
                 </span><div class="page-metadata not-personal">    <a shape="rect" class="url fn confluence-userlink" href="    /confluence/display/~davsclaus ">Claus Ibsen</a> posted on Dec 30, 2016</div>
             
@@ -458,26 +478,6 @@
     </div>
     
         
-    </div>
-    
-        
-<div class="blog-post-listing">
-            <div class="logo-heading-block">
-            <span class="logoBlock">
-                <a shape="rect" class="userLogoLink" href="    /confluence/display/~davsclaus ">
-               <img class="userLogo logo" src="news.userimage/user-avatar" alt="User icon: davsclaus" title="davsclaus">
-           </a>            </span>
-            <span class="blogHeading">
-                <a shape="rect" class="blogHeading" href="2016/01/30/cve-2015-5344-apache-camel-medium-disclosure-vulnerability.html">CVE-2015-5344 - Apache Camel medium disclosure vulnerability</a>
-                </span><div class="page-metadata not-personal">    <a shape="rect" class="url fn confluence-userlink" href="    /confluence/display/~davsclaus ">Claus Ibsen</a> posted on Jan 30, 2016</div>
-            
-        </div>
-    
-    <div class="wiki-content">
-        <p>Apache Camel's XStream usage is vulnerable to Remote Code Execution attacks</p><p>Apache Camel's camel-xstream component is vulnerable to Java object de-serialisation vulnerability.<br clear="none">Such as de-serializing untrusted data can lead to security flaws as demonstrated in various similar reports about Java de-serialization issues.</p><p>Please study this security vulnerability carefully!<br clear="none">CVE-2015-5344 - [1]</p><p>You can download the fixed Apache Camel 2.15.x and 2.16.x version from the Apache mirrors [2] or from the Central Maven repository.</p><p>[1] <a shape="rect" class="external-link" href="http://camel.apache.org/security-advisories.data/CVE-2015-5344.txt.asc?version=1&amp;modificationDate=1454056803464&amp;api=v2">http://camel.apache.org/security-advisories.data/CVE-2015-5344.txt.asc?version=1&amp;modificationDate=1454056803464&amp;api=v2</a><br clear="none">[2] <a shape="rect" class="external-link" href="http://camel.apache.org/download">h
 ttp://camel.apache.org/download</a></p><p>&#160;</p><p>On behalf of the Camel PMC,<br clear="none">Claus Ibsen</p>
-    </div>
-    
-        
     </div>
     </div>
         </td>