[
https://issues.apache.org/activemq/browse/CAMEL-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=47370#action_47370
]
davsclaus edited comment on CAMEL-64 at 11/13/08 11:21 PM:
-------------------------------------------------------------
Well first of all the javadoc was wrong - I created a ticket CAMEL-1087
I thought the idea of this ticket was to use better wording (verbs) for the DSL
So for instance if you have a route like:
{code}
from(x).throttler(10).to(y)
{code}
Then when you read it in English it's not correct. It should be:
{code}
from(x).throttle(10).to(y)
{code}
The same applies for
splitter -> split
aggregator -> aggregate
delayer -> delay
was (Author: davsclaus):
Well first of all the javadoc was wrong - I created a ticket CAMEL-1087
I thought the idea of this ticket was to use better wording (verbs) for the DSL
So for instance if you have a route like:
from(x).throttler(10).to(y)
Then when you read it in English it's not correct. It should be:
from(x).throttle(10).to(y)
The same applies for
splitter -> split
aggregator -> aggregate
delayer -> delay
> Camel DSL should use verbs for it's EIP actions.
> -------------------------------------------------
>
> Key: CAMEL-64
> URL: https://issues.apache.org/activemq/browse/CAMEL-64
> Project: Apache Camel
> Issue Type: Improvement
> Components: camel-core
> Reporter: Hiram Chirino
> Assignee: Willem Jiang
> Fix For: 2.0.0
>
>
> For example splitter() should be split() and resequencer should be resequence.
> Old methods should be deprecated.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.