You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2009/05/19 12:19:50 UTC

[jira] Created: (CAMEL-1627) Add instanceof and range operators to simple language

Add instanceof and range operators to simple language
-----------------------------------------------------

                 Key: CAMEL-1627
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1627
             Project: Apache Camel
          Issue Type: New Feature
          Components: camel-core
    Affects Versions: 2.0-M1
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 2.0.0


This allows Camel routing with Spring DSL a bit easier as end users dont have to rely on Java code for various predicate testing in their content based router etc.

Yes they can use EL, OGNL etc for real programming language but then they need these extra jars and learn that language. The simple language provided by Camel should be able to offer a good deal of uses cases out of the box.




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CAMEL-1627) Add instanceof and range operators to simple language

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-1627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-1627.
--------------------------------

    Resolution: Fixed

trunk: 776267.

> Add instanceof and range operators to simple language
> -----------------------------------------------------
>
>                 Key: CAMEL-1627
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1627
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-core
>    Affects Versions: 2.0-M1
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.0.0
>
>
> This allows Camel routing with Spring DSL a bit easier as end users dont have to rely on Java code for various predicate testing in their content based router etc.
> Yes they can use EL, OGNL etc for real programming language but then they need these extra jars and learn that language. The simple language provided by Camel should be able to offer a good deal of uses cases out of the box.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.