blob: c79b3a9ce399f805cb35a296aa56cdc5e7494777 [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/community/support/[let us know].
We also love contributors, so
https://camel.apache.org/community/contributing/[get involved] :-)
The Camel riders!