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 2012/04/19 19:18:26 UTC

svn commit: r813674 - in /websites/production/camel/content: cache/main.pageCache camel-2100-release.html console-example.html

Author: buildbot
Date: Thu Apr 19 17:18:26 2012
New Revision: 813674

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/camel-2100-release.html
    websites/production/camel/content/console-example.html

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

Modified: websites/production/camel/content/camel-2100-release.html
==============================================================================
--- websites/production/camel/content/camel-2100-release.html (original)
+++ websites/production/camel/content/camel-2100-release.html Thu Apr 19 17:18:26 2012
@@ -96,7 +96,7 @@
 
 <h3><a shape="rect" name="Camel2.10.0Release-NewComponents"></a>New <a shape="rect" href="components.html" title="Components">Components</a></h3>
 
-<ul><li><tt>camel-avro</tt></li><li><tt>camel-aws</tt> - AWS-DDB - Amazon DynamoDB</li><li><tt>camel-beanio</tt> - <a shape="rect" href="beanio.html" title="BeanIO">Data Format</a> to map objects to flat structured format</li><li><tt>camel-cdi</tt></li><li><tt>camel-core</tt> - <a shape="rect" href="stub.html" title="Stub">Stub</a> for stubbing endpoints, for development and testing purposes</li><li><tt>camel-fop</tt></li><li><tt>camel-gson</tt> - For <a shape="rect" href="json.html" title="JSON">JSON</a> data format using the Google GSon project</li><li><tt>camel-jsch</tt> - For Secure Copy using <a shape="rect" href="jsch.html" title="Jsch">Jsch</a></li><li><tt>camel-mina2</tt></li><li><tt>camel-mongodb</tt> - for <a shape="rect" href="mongodb.html" title="MongoDB">MongoDB</a> integration</li><li><tt>camel-ssh</tt> - For executing commands on a <a shape="rect" href="ssh.html" title="SSH">SSH</a> Server</li><li><tt>camel-test-blueprint</tt> - For <a shape="rect" href="bluep
 rint-testing.html" title="Blueprint Testing">Blueprint Testing</a></li><li><tt>camel-test-spring</tt> - For <a shape="rect" href="spring-testing.html" title="Spring Testing">Spring Testing</a></li><li><tt>camel-twitter</tt> - For integrating with <a shape="rect" href="twitter.html" title="Twitter">Twitter</a></li><li><tt>camel-websocket</tt> - For using <a shape="rect" href="websocket.html" title="Websocket">Websocket</a></li></ul>
+<ul><li><tt>camel-avro</tt> - for <a shape="rect" class="external-link" href="http://avro.apache.org/">Apache Avro</a> integration</li><li><tt><a shape="rect" href="aws.html" title="AWS">camel-aws</a></tt> - for <a shape="rect" class="external-link" href="http://aws.amazon.com/dynamodb/" rel="nofollow">DynamoDB</a> integration within <a shape="rect" class="external-link" href="http://aws.amazon.com/" rel="nofollow">Amazon Web Services</a></li><li><tt><a shape="rect" href="beanio.html" title="BeanIO">camel-beanio</a></tt> - <a shape="rect" href="data-format.html" title="Data Format">Data Format</a> to map objects to flat structured format</li><li><tt>camel-cdi</tt></li><li><tt>camel-core</tt> - new support for "<a shape="rect" href="stub.html" title="Stub">stubbing</a>" endpoints, for development and testing purposes</li><li><tt>camel-fop</tt></li><li><tt><a shape="rect" href="json.html" title="JSON">camel-gson</a></tt> - provides a <a shape="rect" class="external-link" href=
 "http://www.json.org/" rel="nofollow">JSON</a> data format using the <a shape="rect" class="external-link" href="http://code.google.com/p/google-gson/" rel="nofollow">Google GSON project</a></li><li><tt><a shape="rect" href="jsch.html" title="Jsch">camel-jsch</a></tt> - Secure Copy using <a shape="rect" class="external-link" href="http://www.jcraft.com/jsch/" rel="nofollow">JSCH</a></li><li><tt>camel-mina2</tt></li><li><tt><a shape="rect" href="mongodb.html" title="MongoDB">camel-mongodb</a></tt> - for <a shape="rect" class="external-link" href="http://www.mongodb.org/" rel="nofollow">MongoDB</a> integration</li><li><tt><a shape="rect" href="ssh.html" title="SSH">camel-ssh</a></tt> - For executing commands on an <a shape="rect" class="external-link" href="http://en.wikipedia.org/wiki/SSH" rel="nofollow">SSH</a> <a shape="rect" class="external-link" href="http://en.wikipedia.org/wiki/Comparison_of_SSH_servers" rel="nofollow">server</a></li><li><tt><a shape="rect" href="bluepr
 int-testing.html" title="Blueprint Testing">camel-test-blueprint</a></tt> - for Blueprint routes</li><li><tt><a shape="rect" href="spring-testing.html" title="Spring Testing">camel-test-spring</a></tt> - for testing Spring routes</li><li><tt><a shape="rect" href="twitter.html" title="Twitter">camel-twitter</a></tt> - for <a shape="rect" class="external-link" href="http://www.twitter.com/" rel="nofollow">Twitter</a> integration</li><li><tt><a shape="rect" href="websocket.html" title="Websocket">camel-websocket</a></tt> - for <a shape="rect" class="external-link" href="http://www.websocket.org/" rel="nofollow">WebSocket</a> integration</li></ul>
 
 
 <h3><a shape="rect" name="Camel2.10.0Release-DSLChanges"></a>DSL Changes</h3>
@@ -105,14 +105,14 @@
 
 <h3><a shape="rect" name="Camel2.10.0Release-NewDataFormatsDataFormat"></a>New <a shape="rect" href="data-format.html" title="Data Format">Data Formats</a></h3>
 
-<ul><li><tt>camel-avro</tt></li><li><tt>camel-beanio</tt> - <a shape="rect" href="beanio.html" title="BeanIO">Data Format</a> to map objects to flat structured format</li><li><tt>camel-gson</tt> - For <a shape="rect" href="json.html" title="JSON">JSON</a> data format using the Google GSon project</li></ul>
+<ul><li><tt>camel-avro</tt> - for <a shape="rect" class="external-link" href="http://avro.apache.org/">Apache Avro</a> integration</li><li><tt><a shape="rect" href="beanio.html" title="BeanIO">camel-beanio</a></tt> - for mapping objects to flat structured format</li><li><tt><a shape="rect" href="json.html" title="JSON">camel-gson</a></tt> - provides a <a shape="rect" class="external-link" href="http://www.json.org/" rel="nofollow">JSON</a> data format using the <a shape="rect" class="external-link" href="http://code.google.com/p/google-gson/" rel="nofollow">Google GSON project</a></li></ul>
 
 
 <h3><a shape="rect" name="Camel2.10.0Release-NewLanguages"></a>New <a shape="rect" href="languages.html" title="Languages">Languages</a></h3>
 
 <h3><a shape="rect" name="Camel2.10.0Release-NewExamples"></a>New <a shape="rect" href="examples.html" title="Examples">Examples</a></h3>
 
-<ul><li><tt>camel-example-ssh</tt></li><li><tt>camel-example-twitter-websocket</tt> - Shows how to use <a shape="rect" href="twitter-websocket-example.html" title="Twitter Websocket Example">Twitter to push live tweet updates to a webpage using Websocket</a>.</li><li><tt>camel-example-console</tt> - Is a new <a shape="rect" href="console-example.html" title="Console Example">beginner example</a>.</li></ul>
+<ul><li><tt>camel-example-ssh</tt></li><li><tt><a shape="rect" href="twitter-websocket-example.html" title="Twitter Websocket Example">camel-example-twitter-websocket</a></tt> - shows how to use Twitter to push live tweet updates to a webpage with Websocket</li><li><tt><a shape="rect" href="console-example.html" title="Console Example">camel-example-console</a></tt> - a new beginner example that shows how to read input from the console</li></ul>
 
 
 <h3><a shape="rect" name="Camel2.10.0Release-NewTutorials"></a>New <a shape="rect" href="tutorials.html" title="Tutorials">Tutorials</a></h3>

Modified: websites/production/camel/content/console-example.html
==============================================================================
--- websites/production/camel/content/console-example.html (original)
+++ websites/production/camel/content/console-example.html Thu Apr 19 17:18:26 2012
@@ -80,11 +80,11 @@
 
 <p>This example is located in the <a shape="rect" href="download.html" title="Download">Camel distribution</a> at <tt>examples/camel-example-console</tt>.</p>
 
-<p>This is a beginner example that demonstrates how to get started with Apache Camel.</p>
+<p>This is a beginner's example that demonstrates how to get started with Apache Camel.</p>
 
-<p>In this example we integrate with the console using the <a shape="rect" href="stream.html" title="Stream">Stream</a> component. The example is an interactive example that reads input from the console, and then transforms the input to upper case and print it back on the console. </p>
+<p>In this example we integrate with the console using the <a shape="rect" href="stream.html" title="Stream">Stream</a> component. The example is interactive - it reads input from the console, and then transforms the input to upper case and prints it back to the console. </p>
 
-<p>This is implemented in a Camel route, in a Spring XML file as shown below.</p>
+<p>This is implemented with a Camel route defined in the Spring XML markup shown below: </p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-xml"><span class="code-tag"><span class="code-comment">&lt;!-- camelContext is the Camel runtime, where we can host Camel routes --&gt;</span></span>
 <span class="code-tag">&lt;camelContext xmlns=<span class="code-quote">"http://camel.apache.org/schema/spring"</span>&gt;</span>
@@ -103,14 +103,14 @@
 </pre>
 </div></div>
 
-<p>This example can be run from the command line using Maven with the following command:</p>
+<p>This example can be launched from the command line using Maven:</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">
 mvn compile exec:java
 </pre>
 </div></div>
 
-<p>In the console you can enter a message and press ENTER. And then Camel responds with the message in upper case, as shown below:</p>
+<p>In the console you can enter a message and press &lt;ENTER&gt;. Camel responds by echoing the input message in upper case, as shown below:</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">
 [onsole.CamelConsoleMain.main()] SpringCamelContext             INFO  Apache Camel 2.10 (CamelContext: camel-1) started in 0.455 seconds
@@ -122,11 +122,11 @@ Enter something: 
 </pre>
 </div></div>
 
-<p>To stop the example hit ctrl + c</p>
+<p>To stop the example, strike Control+C </p>
 
-<p>You can also run this example from your editor. For example from Eclipse you can import this project using: File -&gt; Import ... -&gt; Existing Maven Project -&gt; select the pom.xml from the examples\camel-example-console directory.</p>
+<p>You can also run this example from your editor. For example, from Eclipse you can import this project using: File &#8594; Import &#8230; &#8594; Existing Maven Project, and select <tt>pom.xml</tt> from the <tt>examples\camel-example-console</tt> directory.</p>
 
-<p>And then open the org.apache.camel.example.console.CamelConsoleMain class, and right click: Run As -&gt; Java Application.</p>
+<p>Next, navigate to the <tt>org.apache.camel.example.console.CamelConsoleMain</tt> class, right-click, and select Run As &#8594; Java Application.</p>
 <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">Click on the screenshot below, to make it bigger.</td></tr></table></div>
 <p><span class="image-wrap" style=""><a shape="rect" class="confluence-thumbnail-link 1151x739" href="console-example.data/run-as.png"><img src="console-example.thumbs/run-as.png" style="border: 0px solid black"></a></span></p>