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 2010/02/11 08:02:25 UTC

svn commit: r908854 - in /camel/trunk/apache-camel/src/main/release: NOTICE.txt README.txt

Author: davsclaus
Date: Thu Feb 11 07:02:25 2010
New Revision: 908854

URL: http://svn.apache.org/viewvc?rev=908854&view=rev
Log:
Polished README and NOTICE in the release kit.

Modified:
    camel/trunk/apache-camel/src/main/release/NOTICE.txt
    camel/trunk/apache-camel/src/main/release/README.txt

Modified: camel/trunk/apache-camel/src/main/release/NOTICE.txt
URL: http://svn.apache.org/viewvc/camel/trunk/apache-camel/src/main/release/NOTICE.txt?rev=908854&r1=908853&r2=908854&view=diff
==============================================================================
--- camel/trunk/apache-camel/src/main/release/NOTICE.txt (original)
+++ camel/trunk/apache-camel/src/main/release/NOTICE.txt Thu Feb 11 07:02:25 2010
@@ -5,7 +5,7 @@
 =========================================================================
 
 Apache Camel
-Copyright 2007-2009 The Apache Software Foundation
+Copyright 2007-2010 The Apache Software Foundation
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).

Modified: camel/trunk/apache-camel/src/main/release/README.txt
URL: http://svn.apache.org/viewvc/camel/trunk/apache-camel/src/main/release/README.txt?rev=908854&r1=908853&r2=908854&view=diff
==============================================================================
--- camel/trunk/apache-camel/src/main/release/README.txt (original)
+++ camel/trunk/apache-camel/src/main/release/README.txt Thu Feb 11 07:02:25 2010
@@ -1,26 +1,35 @@
 Welcome to Apache Camel
 =============================================================================== 
 
-Apache Camel is a powerful rule based routing and mediation engine which 
-provides a POJO based implementation of the Enterprise Integration Patterns 
-using an extremely powerful fluent 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.
-
-Apache Camel uses generics, annotations and URIs so that it can easily work 
-directly with any kind of Transport or messaging model such as HTTP, JMS, JBI, 
-SCA, MINA or CXF Bus API without mandating a normalized message API which can 
-often lead to leaky abstractions. Apache Camel is also a small library which 
-has minimal dependencies for easy embedding in any Java application.
+Apache Camel is a powerful Spring based Integration Framework.
+
+Camel implements the Enterprise Integration Patterns allowing you to configure
+routing and mediation rules in either a Java based Domain Specific Language
+(or Fluent API) or via Spring based XML Configuration files. Either approaches
+mean you get smart completion of routing rules in your IDE whether in your
+Java or XML editor.
+
+Apache Camel uses URIs so that it can easily work directly with any kind of
+transport or messaging model such as HTTP, ActiveMQ, JMS, JBI, SCA, MINA
+or CXF Bus API together with and working with pluggable Data Format options.
+Apache Camel is a small library which has minimal dependencies for easy
+embedding in any Java application.
+
+Apache Camel can be used as a routing and mediation engine for the
+following projects:
+
+    * Apache ActiveMQ which is the most popular and powerful open
+      source message broker
+    * Apache CXF which is a smart web services suite (JAX-WS and JAX-RS)
+    * Apache MINA a networking framework
+    * Apache ServiceMix which is the most popular and powerful distributed
+      open source ESB, JBI and OSGi container
 
 
 Getting Started
 =============================================================================== 
 
-To help you get started, try the following links:-
+To help you get started, try the following links:
 
 Getting Started
   http://camel.apache.org/getting-started.html
@@ -31,8 +40,8 @@
 We welcome contributions of all kinds, for details of how you can help
   http://camel.apache.org/contributing.html
 
-Please refer to the website for details of finding the issue tracker, email 
-  lists, wiki or IRC channel
+Please refer to the website for details of finding the issue tracker, 
+email lists, wiki or IRC channel
   http://camel.apache.org/
 
 If you hit any problems please talk to us on the Camel Forums
@@ -77,5 +86,7 @@
    * camel-mail can be configured for secure email communications
    * camel-cxf can be configured for secure web service communications
    * camel-jetty can be configured to use https
-   * camel-jhc can be configured as a secure http server using SSL
+   * camel-http can be configured to use https
+   * camel-gae can be configured for secure communications
+   * camel-xmlsecurity can be configured for secure communications