blob: 315da077d4b614c9bf0c4258ed71f8387ab01860 [file] [log] [blame]
== Declarative Transformer example using CDI
=== Introduction
This example shows how to work with declarative transformation by
declaring data types.
=== Build
You will need to compile this example first:
....
mvn compile
....
=== Run
To run the example type
....
mvn camel:run
....
You can see the routing rules by looking at the java code in the
`+src/main/java+` directory.
To stop the example hit ctrl+c.
When we launch the example using the Camel Maven plugin, a standalone
CDI container is created and started.
=== Help and contributions
If you hit any problem using Camel or have some feedback, then please
https://camel.apache.org/support.html[let us know].
We also love contributors, so
https://camel.apache.org/contributing.html[get involved] :-)
The Camel riders!