You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2017/03/01 16:44:06 UTC

[2/2] camel git commit: CAMEL-10831: adding documentation for java 8 examples

CAMEL-10831: adding documentation for java 8 examples


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/04cdbfd7
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/04cdbfd7
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/04cdbfd7

Branch: refs/heads/master
Commit: 04cdbfd782fd9a97a7d131e9d0d16589b7be8ee7
Parents: ba6fed8
Author: Nicola Ferraro <ni...@gmail.com>
Authored: Wed Mar 1 17:43:46 2017 +0100
Committer: Nicola Ferraro <ni...@gmail.com>
Committed: Wed Mar 1 17:43:46 2017 +0100

----------------------------------------------------------------------
 examples/camel-example-java8-rx/readme.adoc | 14 ++++++++++++++
 examples/camel-example-java8/readme.adoc    | 13 +++++++++++++
 2 files changed, 27 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/04cdbfd7/examples/camel-example-java8-rx/readme.adoc
----------------------------------------------------------------------
diff --git a/examples/camel-example-java8-rx/readme.adoc b/examples/camel-example-java8-rx/readme.adoc
new file mode 100644
index 0000000..c956cc6
--- /dev/null
+++ b/examples/camel-example-java8-rx/readme.adoc
@@ -0,0 +1,14 @@
+# Camel Example Java 8 RX
+
+This example uses the `camel-rx` component to define a simple processing step using RxJava.
+The example uses features of Java 8, such as lambda expressions and method references.
+
+## How to run
+
+You can run this example using
+
+    mvn camel:run
+
+## More information
+
+You can find more information about Apache Camel at the website: http://camel.apache.org/

http://git-wip-us.apache.org/repos/asf/camel/blob/04cdbfd7/examples/camel-example-java8/readme.adoc
----------------------------------------------------------------------
diff --git a/examples/camel-example-java8/readme.adoc b/examples/camel-example-java8/readme.adoc
new file mode 100644
index 0000000..96f722a
--- /dev/null
+++ b/examples/camel-example-java8/readme.adoc
@@ -0,0 +1,13 @@
+# Camel Example Java 8
+
+This example shows how to use Java 8 new features, such as lambda expressions and method references, in the definition of a Camel route.
+
+## How to run
+
+You can run this example using
+
+    mvn camel:run
+
+## More information
+
+You can find more information about Apache Camel at the website: http://camel.apache.org/