You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2016/08/19 09:44:55 UTC

camel git commit: Added other components to readme

Repository: camel
Updated Branches:
  refs/heads/master 898128ba6 -> 52d4cf5b5


Added other components to readme


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

Branch: refs/heads/master
Commit: 52d4cf5b5cad0e5633885fc8295731cc2691ddda
Parents: 898128b
Author: Claus Ibsen <da...@apache.org>
Authored: Fri Aug 19 11:44:27 2016 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Fri Aug 19 11:44:27 2016 +0200

----------------------------------------------------------------------
 components/readme.adoc         | 59 +++++++++++++++++++++++++------------
 docs/user-manual/en/SUMMARY.md |  9 ++++--
 2 files changed, 47 insertions(+), 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/52d4cf5b/components/readme.adoc
----------------------------------------------------------------------
diff --git a/components/readme.adoc b/components/readme.adoc
index 8871867..232a986 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -1,8 +1,6 @@
 Components
 ^^^^^^^^^^
 
-
-
 // components: START
 [width="100%",cols="4,6",options="header"]
 |=======================================================================
@@ -543,17 +541,51 @@ Components
 // components: END
 
 
+Other Components
+^^^^^^^^^^^^^^^^
+[width="100%",cols="4,6",options="header"]
+|=======================================================================
+| Component | Description
+| BAM (camel-bam) | *deprecated* Business Activity Monitoring
+| Blueprint (camel-blueprint) | Using Camel with OSGi Blueprint
+| Core OSGi (camel-core-osgi) | Using Camel with OSGi
+| CDI (camel-cdi) | Using Camel with CDI
+| Eclipse (camel-eclipse) | Camel classpath scanning support for running in Eclipse Desktop Applications
+| Grape (camel-grape) | Using Grape to download and install Camel components into existing running Camel application
+| Guice (camel-guice) | Using Camel with Guice
+| HawtDB (camel-hawtdb) | *deprecated* Using HawtDB as persistent EIP store
+| Hystrix (camel-hystrix) | Circuit Breaker EIP using Hystrix
+| LevelDB (camel-leveldb) | Using LevelDB as persistent EIP store
+| Jasypt (camel-jasypt) | Security using Jasypt
+| Kura (camel-kura) | Using Camel with Eclipse Kura (OSGi)
+| Ribbon (camel-ribbon) | Using Netflixx Ribbon for client side load balancing
+| RX (camel-rx) | Camel Reactive using RxJava library
+| Scala (camel-scala) | Camel Scala DSL
+| SCR (camel-scr) | Camel with OSGi SCR (Declarative Services)
+| Servlet Listener (camel-servletlistener) | Bootstrapping Camel using Servet Listener
+| Shiro (camel-shiro) | Security using Shiro
+| Spring (camel-spring) | Camel Spring XML DSL
+| Spring Boot (camel-spring-boot) | Using Camel with Spring Boot
+| Spring DM (camel-spring-dm) | *deprecated* Camel SpringDM (OSGi) XML DSL
+| Spring Java Config (camel-spring-javaconfig) | Using Camel with Spring Java Configuration
+| Spring Security (camel-spring-security) | Security using Spring
+| Swagger (camel-swagger) | *deprecated* Rest-dsl support for using swagger api-doc
+| Swagger Java (camel-swagger) | Rest-dsl support for using swagger api-doc
+| Test (camel-test) | Camel unit testing
+| Test Blueprint (camel-test-blueprint) | Camel unit testing with OSGi Blueprint
+| Test CDI (camel-test-cdi) | Camel unit testing with CDI
+| Test Karaf (camel-test-karaf) | Camel integration testing with Apache Karaf
+| Test Spring (camel-test-spring) | Camel unit testing with Spring
+| TestNG (camel-testng) | Camel unit testing with TestNG
+| UrlRewrite (camel-urlrewrite) | URL rewrite support for HTTP components
+| Zipkin (camel-zipkin) | Distributed message tracing using Zipkin
+|=======================================================================
+
 
 
 Data Formats
 ^^^^^^^^^^^^
 
-
-
-
-
-
-
 // dataformats: START
 [width="100%",cols="4,6",options="header"]
 |=======================================================================
@@ -644,16 +676,9 @@ Data Formats
 // dataformats: END
 
 
-
-
-
-
 Expression Languages
 ^^^^^^^^^^^^^^^^^^^^
 
-
-
-
 // languages: START
 [width="100%",cols="4,6",options="header"]
 |=======================================================================
@@ -689,7 +714,3 @@ Expression Languages
 |=======================================================================
 // languages: END
 
-
-
-
-

http://git-wip-us.apache.org/repos/asf/camel/blob/52d4cf5b/docs/user-manual/en/SUMMARY.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md
index eabda1c..b3eda45 100644
--- a/docs/user-manual/en/SUMMARY.md
+++ b/docs/user-manual/en/SUMMARY.md
@@ -310,12 +310,17 @@
 * Other Components
   * [BAM (Business Activity Monitoring)](bam.adoc)
   * [CDI](cdi.adoc)
-  * [Dozer](dozer.adoc)
   * [Eclipse](eclipse.adoc)
+  * [Grape](grape.adoc)
   * [Guice](guice.adoc)
+  * [HawtDB](hawtdb.adoc)
   * [Hystrix](hystrix.adoc)
+  * [LevelDB](leveldb.adoc)
   * [Jasypt](jasypt.adoc)
-  * [OSGi SRC](scr.adoc)
+  * [Kura](kura.adoc)
+  * [Ribbon](ribbon.adoc)
+  * [RX](rx.adoc)
+  * [SCR](scr.adoc)
   * [Shiro](shiro.adoc)
   * [Swagger Java](swagger-java.adoc)
   * [Zipkin](zipkin.adoc)