blob: 6bfb2aa02093661c500d74693d02f8618e0dcdf8 [file] [log] [blame]
== Camel Example Main jOOR
This example shows using the new jOOR language in the Camel DSL.
The jOOR language is very performant, as it is compiled once to Java code during startup (runtime).
=== Build
First compile the example by executing:
[source,sh]
----
$ mvn compile
----
=== How to run
You can run this example using
----
$ mvn camel:run
----
=== Help and contributions
If you hit any problem using Camel or have some feedback, then please
https://camel.apache.org/community/support/[let us know].
We also love contributors, so
https://camel.apache.org/community/contributing/[get involved] :-)
The Camel riders!