You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by as...@apache.org on 2016/03/21 15:24:05 UTC

[3/5] camel git commit: Layout examples in a table in Camel CDI documentation

Layout examples in a table in Camel CDI documentation


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e292116b
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e292116b
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e292116b

Branch: refs/heads/master
Commit: e292116be9ed231fb5c5f643e8d83654922f30ca
Parents: ea647a9
Author: Antonin Stefanutti <an...@stefanutti.fr>
Authored: Mon Mar 21 11:01:33 2016 +0100
Committer: Antonin Stefanutti <an...@stefanutti.fr>
Committed: Mon Mar 21 15:23:51 2016 +0100

----------------------------------------------------------------------
 components/camel-cdi/src/main/docs/cdi.adoc | 52 ++++++++++++++++--------
 1 file changed, 35 insertions(+), 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/e292116b/components/camel-cdi/src/main/docs/cdi.adoc
----------------------------------------------------------------------
diff --git a/components/camel-cdi/src/main/docs/cdi.adoc b/components/camel-cdi/src/main/docs/cdi.adoc
index 4bfcc66..54704df 100644
--- a/components/camel-cdi/src/main/docs/cdi.adoc
+++ b/components/camel-cdi/src/main/docs/cdi.adoc
@@ -901,23 +901,41 @@ Examples
 The following examples are available in the `examples` directory of the
 Camel project:
 
-* `camel-example-cdi` - illustrates how to work with Camel using CDI
-to configure components, endpoints and beans,
-* `camel-example-cdi-metrics` - illustrates the integration between
-Camel, Dropwizard Metrics and CDI,
-* `camel-example-cdi-properties` - illustrates the integration between
-Camel, DeltaSpike and CDI for configuration properties,
-* `camel-example-cdi-osgi` - a CDI application using the SJMS component
-that can be executed inside an OSGi container using PAX CDI,
-* `camel-example-cdi-rest-servlet` - illustrates the Camel REST DSL
-being used in a Web application that uses CDI as dependency injection
-framework,
-* `camel-example-cdi-test` - demonstrates the testing features that are
-provided as part of the integration between Camel and CDI,
-* `camel-example-swagger-cdi` - an example using REST DSL and Swagger
-Java with CDI.
-* `camel-example-widget-gadget-cdi` - the Widget and Gadget use-case
-from the EIP book implemented in Java with CDI dependency Injection,
+[width="100%",cols="1m,3",options="header",]
+|============================================
+|Example |Description
+
+|camel-example-cdi
+|Illustrates how to work with Camel using CDI to configure components,
+endpoints and beans
+
+|camel-example-cdi-metrics
+|Illustrates the integration between Camel, Dropwizard Metrics and CDI
+
+|camel-example-cdi-properties
+|Illustrates the integration between Camel, DeltaSpike and CDI for
+configuration properties
+
+|camel-example-cdi-osgi
+|A CDI application using the SJMS component that can be executed
+inside an OSGi container using PAX CDI
+
+|camel-example-cdi-rest-servlet
+|Illustrates the Camel REST DSL being used in a Web application that
+uses CDI as dependency injection framework
+
+|camel-example-cdi-test
+|Demonstrates the testing features that are provided as part of
+the integration between Camel and CDI
+
+|camel-example-swagger-cdi
+|An example using REST DSL and Swagger Java with CDI
+
+|camel-example-widget-gadget-cdi
+|The Widget and Gadget use-case from the EIP book implemented
+in Java with CDI dependency Injection
+
+|============================================
 
 [[CDI-SeeAlso]]
 See Also