Repository: camel Updated Branches: refs/heads/master 4fb4a745c -> e04347b56
widget-gadget example in CDI as well. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e04347b5 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e04347b5 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e04347b5 Branch: refs/heads/master Commit: e04347b568894b21725118f2652d4c18b88b7509 Parents: 4fb4a74 Author: Claus Ibsen <davscl...@apache.org> Authored: Sun Jan 17 12:40:37 2016 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Sun Jan 17 12:40:37 2016 +0100 ---------------------------------------------------------------------- examples/camel-example-widget-gadget-cdi/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/e04347b5/examples/camel-example-widget-gadget-cdi/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-widget-gadget-cdi/README.md b/examples/camel-example-widget-gadget-cdi/README.md index 582e163..addb94a 100644 --- a/examples/camel-example-widget-gadget-cdi/README.md +++ b/examples/camel-example-widget-gadget-cdi/README.md @@ -8,7 +8,8 @@ The example provides a simple order system, where incoming orders, is routed to for further processing. The example uses the most famous pattern from the EIP book, which is the Content Based Router. The example is implemented in Java with CDI dependency injection. -The example uses JBoss Weld as the minimal CDI container to run the applicaton. +The example uses JBoss Weld as the minimal CDI container to run the application, +but you can run the application in any CDI compliant container. #### Camel component used in this example