You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2013/02/05 21:18:43 UTC

svn commit: r849516 - in /websites/production/camel/content: cache/main.pageCache camel-30-ideas.html

Author: buildbot
Date: Tue Feb  5 20:18:43 2013
New Revision: 849516

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/camel-30-ideas.html

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/camel/content/camel-30-ideas.html
==============================================================================
--- websites/production/camel/content/camel-30-ideas.html (original)
+++ websites/production/camel/content/camel-30-ideas.html Tue Feb  5 20:18:43 2013
@@ -97,7 +97,8 @@ We should aim to be compatible with JDK8
 <h3><a shape="rect" name="Camel3.0-Ideas-JDK8JavaDSL"></a>JDK8 Java DSL</h3>
 
 <p>It would be good to have a camel-java8-dsl component that offers a JDK8 DSL which uses all the nice new stuff from JDK8 with higher order functions, closures, et all.<br clear="none">
-Though this may comes later in Camel 3.x when JDK8 is GA.</p>
+Though this may comes later in Camel 3.x when JDK8 is GA.<br clear="none">
+At least stuff like Predicate, Expression, AggregationStrategy etc. are "functional interfaces" (containing only one method) and Java 8 applications can implement them using lambdas. That's only a start, but it doesn't require a specific DSL.</p>
 
 
 <h3><a shape="rect" name="Camel3.0-Ideas-ClearerArchitectureofCamelCore"></a>Clearer Architecture of Camel Core</h3>