tree: 644ae6e7c34fd99b294063e762246f372ebe7218 [path history] [tgz]
  1. src/
  2. .gitignore
  3. pom.xml
  4. ReadMe.md
examples/camel-example-ceylon/ReadMe.md

Camel Router with Ceylon Project

A simple example that uses Ceylon programming language to define a little Camel route.

The Camel route listen on HTTP port 8080 and return back a constant response.

How to run

To build this project use

mvn clean install

To run this project

mvn resources:resources ceylon:run

You can then open the following url from a web browser: http://localhost:8080

Forum, Help, etc

If you hit an problems please let us know on the Camel Forums http://camel.apache.org/discussion-forums.html

Please help us make Apache Camel better - we appreciate any feedback you may have. Enjoy!

The Camel riders!