Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 40625 invoked from network); 4 Jan 2010 10:21:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Jan 2010 10:21:38 -0000 Received: (qmail 20329 invoked by uid 500); 4 Jan 2010 10:21:38 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 20274 invoked by uid 500); 4 Jan 2010 10:21:38 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 20264 invoked by uid 500); 4 Jan 2010 10:21:38 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 20261 invoked by uid 99); 4 Jan 2010 10:21:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jan 2010 10:21:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jan 2010 10:21:36 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6F59C234C045 for ; Mon, 4 Jan 2010 02:21:15 -0800 (PST) Message-ID: <2081481252.761262600475450.JavaMail.jira@brutus.apache.org> Date: Mon, 4 Jan 2010 10:21:15 +0000 (UTC) From: "Gert Vanthienen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Commented: (CAMEL-463) Extend/document the Scala DSL to support every EIP the Java DSL does In-Reply-To: <1007106516.1208168863473.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56735#action_56735 ] Gert Vanthienen commented on CAMEL-463: --------------------------------------- http://svn.apache.org/viewvc?view=revision&revision=895588 adds a few more things to the Scala DSL: - intercept, interceptFrom, interceptTo - threads - Camel's AOP support - explicit keywords for filter, transform and pipeline - ... and a few improvements to the existing bits > Extend/document the Scala DSL to support every EIP the Java DSL does > -------------------------------------------------------------------- > > Key: CAMEL-463 > URL: https://issues.apache.org/activemq/browse/CAMEL-463 > Project: Apache Camel > Issue Type: Task > Components: camel-scala > Reporter: Gert Vanthienen > Assignee: Gert Vanthienen > Priority: Minor > Fix For: Future > > Attachments: CAMEL-463-01.diff, CAMEL-463-02.diff, CAMEL-463-03.diff, CAMEL-463.diff > > > Work on the Scala DSL started with CAMEL-419, but it still requires a lot of work to have it support every EIP the Java DSL does. http://cwiki.apache.org/confluence/pages/pageinfo.action?pageId=82603 gives a list of all the EIPs to be implemented. We should make sure to add an example for every EIP as we move along to make sure the entire DSL gets documented properly. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.