Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 45179 invoked from network); 18 Oct 2007 19:13:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Oct 2007 19:13:22 -0000 Received: (qmail 75788 invoked by uid 500); 18 Oct 2007 19:12:32 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 75773 invoked by uid 500); 18 Oct 2007 19:12:32 -0000 Mailing-List: contact camel-dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-dev@activemq.apache.org Received: (qmail 75762 invoked by uid 99); 18 Oct 2007 19:12:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Oct 2007 12:12:32 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Oct 2007 19:12:43 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D343871422E for ; Thu, 18 Oct 2007 12:12:23 -0700 (PDT) Message-ID: <19235794.1192734743862.JavaMail.jira@brutus> Date: Thu, 18 Oct 2007 12:12:23 -0700 (PDT) From: "Hiram Chirino (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Created: (CAMEL-185) Support GWT RPC encoding for invoking Beans MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Support GWT RPC encoding for invoking Beans ------------------------------------------- Key: CAMEL-185 URL: https://issues.apache.org/activemq/browse/CAMEL-185 Project: Apache Camel Issue Type: New Feature Reporter: Hiram Chirino Priority: Minor It would be cool if GWT RPC calls could be handled and routed VIA camel. For more info on GWT RPC see: http://code.google.com/webtoolkit/documentation/com.google.gwt.doc.DeveloperGuide.RemoteProcedureCalls.html They have nice RPC class that allows frameworks to easily encode and decode it method invocations.. see: http://code.google.com/webtoolkit/documentation/com.google.gwt.user.server.rpc.RPC.html -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.