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/10/08 10:18:53 UTC

svn commit: r881670 - in /websites/production/camel/content: cache/main.pageCache dsl.html

Author: buildbot
Date: Tue Oct  8 08:18:52 2013
New Revision: 881670

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/dsl.html

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

Modified: websites/production/camel/content/dsl.html
==============================================================================
--- websites/production/camel/content/dsl.html (original)
+++ websites/production/camel/content/dsl.html Tue Oct  8 08:18:52 2013
@@ -78,7 +78,7 @@
 <div class="wiki-content maincontent"><h2><a shape="rect" name="DSL-DSL"></a>DSL</h2>
 
 <p>Camel uses a Java <em>Domain Specific Language</em> or DSL for creating <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">Enterprise Integration Patterns</a> or <a shape="rect" href="routes.html" title="Routes">Routes</a> in a variety of domain-specific languages (DSL) as listed below.</p>
-<ul><li><a shape="rect" href="java-dsl.html" title="Java DSL">Java DSL</a> - A Java based DSL using the fluent builder style.</li><li><a shape="rect" href="spring.html" title="Spring">Spring XML</a> - A XML based DSL in Spring XML files</li><li><a shape="rect" href="using-osgi-blueprint-with-camel.html" title="Using OSGi blueprint with Camel">Blueprint XML</a> - A XML based DSL in OSGi Blueprint XML files</li><li><a shape="rect" href="groovy-dsl.html" title="Groovy DSL">Groovy DSL</a> - A Groovy based DSL using Groovy programming language</li><li><a shape="rect" href="scala-dsl.html" title="Scala DSL">Scala DSL</a> - A Scala based DSL using Scala programming language</li><li><a shape="rect" href="bean-integration.html" title="Bean Integration">Annotation DSL</a> - Use annotations in Java beans.</li><li><a shape="rect" class="external-link" href="http://kool.io/camel.html" rel="nofollow">Kotlin DSL</a> - <b>Work in progress</b> - Currently developed outside ASF, but will we included 
 later in Camel when Kotlin and the DSL is ready.</li></ul>
+<ul><li><a shape="rect" href="java-dsl.html" title="Java DSL">Java DSL</a> - A Java based DSL using the fluent builder style.</li><li><a shape="rect" href="spring.html" title="Spring">Spring XML</a> - A XML based DSL in Spring XML files</li><li><a shape="rect" href="using-osgi-blueprint-with-camel.html" title="Using OSGi blueprint with Camel">Blueprint XML</a> - A XML based DSL in OSGi Blueprint XML files</li><li><a shape="rect" href="groovy-dsl.html" title="Groovy DSL">Groovy DSL</a> - A Groovy based DSL using Groovy programming language</li><li><a shape="rect" href="scala-dsl.html" title="Scala DSL">Scala DSL</a> - A Scala based DSL using Scala programming language</li><li><a shape="rect" href="bean-integration.html" title="Bean Integration">Annotation DSL</a> - Use annotations in Java beans.</li><li><a shape="rect" class="external-link" href="https://github.com/koolio/kool/tree/master/kool-camel" rel="nofollow">Kotlin DSL</a> - <b>Work in progress</b> - Currently developed outsid
 e ASF, but will we included later in Camel when Kotlin and the DSL is ready.</li></ul>
 
 
 <p>The main entry points for the DSL are</p>