Author: lewismc
Date: Thu May 29 22:05:06 2014
New Revision: 1598427

URL: http://svn.apache.org/r1598427
Log:
Add camel announcement

Modified:
    gora/site/trunk/content/index.md

Modified: gora/site/trunk/content/index.md
URL: 
http://svn.apache.org/viewvc/gora/site/trunk/content/index.md?rev=1598427&r1=1598426&r2=1598427&view=diff
==============================================================================
--- gora/site/trunk/content/index.md (original)
+++ gora/site/trunk/content/index.md Thu May 29 22:05:06 2014
@@ -34,6 +34,30 @@ Title: Welcome to Apache Gora™
 
 ## News
 
+
+### 29 May, 2014: Apache Gora now implemented as [Apache 
Camel](http://camel.apache.org) Component
+<img src="http://camel.apache.org/images/apache-camel-100h.png"; alt="Apache 
Camel Logo">
+
+We recently heard some excellent news that Gora is now implemented as a 
+[Camel 
Component](https://fisheye6.atlassian.com/browse/camel-git/components/camel-gora)
 within Camel trunk.
+
+Apache Camel is a rule-based routing and mediation engine which provides a 
Java object based implementation of 
+the Enterprise Integration Patterns using an API (or declarative Java Domain 
Specific Language) to configure 
+routing and mediation rules. The domain specific language means that Apache 
Camel can support type-safe 
+smart completion of routing rules in your IDE using regular Java code without 
huge amounts of XML configuration 
+files; though XML configuration inside Spring is also supported.
+
+You can use this module with the following Maven configuration
+
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-gora</artifactId>
+      <version>x.x.x</version>
+      <!-- use the same version as your Camel core version -->
+    </dependency>
+
+You can find more information on the history of the development on the 
relevant [Jira ticket](https://issues.apache.org/jira/browse/CAMEL-4817).
+
 ### 19 May, 2014: Apache Gora at [HBase London 
Meetup](http://www.meetup.com/HBase-London/events/179791252/)
 <img src="http://hbase.apache.org/images/hbase_logo.png"; alt="HBase London 
Meetup">
 


Reply via email to