Return-Path: Delivered-To: apmail-incubator-ofbiz-dev-archive@locus.apache.org Received: (qmail 16835 invoked from network); 5 Aug 2006 01:33:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Aug 2006 01:33:17 -0000 Received: (qmail 30265 invoked by uid 500); 5 Aug 2006 01:33:16 -0000 Delivered-To: apmail-incubator-ofbiz-dev-archive@incubator.apache.org Received: (qmail 29929 invoked by uid 500); 5 Aug 2006 01:33:16 -0000 Mailing-List: contact ofbiz-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ofbiz-dev@incubator.apache.org Delivered-To: mailing list ofbiz-dev@incubator.apache.org Received: (qmail 29920 invoked by uid 99); 5 Aug 2006 01:33:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Aug 2006 18:33:16 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [66.199.249.234] (HELO graciousstyle.com) (66.199.249.234) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Aug 2006 18:33:14 -0700 Received: from [192.168.1.100] (localdevelopmentserver.com [70.34.104.163]) (authenticated bits=0) by graciousstyle.com (8.12.11/8.12.11) with ESMTP id k751Wqlo020559 for ; Fri, 4 Aug 2006 18:32:53 -0700 Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <4089b9400608041759p60cc2dbdkf01e92ed63683773@mail.gmail.com> References: <20060804235901.10500.qmail@web80609.mail.yahoo.com> <44D3EA0C.2040309@oss.minimetria.com> <4089b9400608041759p60cc2dbdkf01e92ed63683773@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <79CF4A33-0549-4F8E-8A63-233D060CF9E3@opensourcestrategies.com> Content-Transfer-Encoding: 7bit From: Si Chen Subject: Re: Ofbiz and Ruby on Rails Date: Fri, 4 Aug 2006 18:33:17 -0700 To: ofbiz-dev@incubator.apache.org X-Mailer: Apple Mail (2.752.2) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N and I'd just like to get more people involved in OFBiz, so if you'd like to use Ruby, that's great too :) I do think SOAP integration is the best way to go, by the way. On Aug 4, 2006, at 5:59 PM, Alex Caudill wrote: > The way I see it, a set of Ruby on Rails models which interface > with OFBiz > via SOAP seems like the path of least resistance at this particular > moment. My intention was to use Rails to implement a much less > complex, > user-friendly web-facing > application, using a subdomain-as-account-key model to handle multi- > tenancy, > while still managing backoffice operations with OFBiz itself.