Return-Path: Delivered-To: apmail-incubator-ofbiz-dev-archive@locus.apache.org Received: (qmail 5022 invoked from network); 5 Aug 2006 00:59:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Aug 2006 00:59:25 -0000 Received: (qmail 5360 invoked by uid 500); 5 Aug 2006 00:59:25 -0000 Delivered-To: apmail-incubator-ofbiz-dev-archive@incubator.apache.org Received: (qmail 5144 invoked by uid 500); 5 Aug 2006 00:59:24 -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 5135 invoked by uid 99); 5 Aug 2006 00:59:24 -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 17:59:24 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_10_20,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of erudified@gmail.com designates 64.233.182.188 as permitted sender) Received: from [64.233.182.188] (HELO nf-out-0910.google.com) (64.233.182.188) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Aug 2006 17:59:23 -0700 Received: by nf-out-0910.google.com with SMTP id a25so160061nfc for ; Fri, 04 Aug 2006 17:59:02 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=XuV43QmaDhmFLriY3ROBSnzzEEGPX5QDMqYXhiP5zfqTHF1QiTvmjdF3psPc4aWceqmSLXcgSxw+EcilsGru7zecrtSg/YObmKhDyGbjdDt96TMN1dmA1iKqKGlsa0CP3p+5B3L6MANpe5iYzQzXnUAQLJkfM0iy57Illc8uIbg= Received: by 10.78.127.6 with SMTP id z6mr1775993huc; Fri, 04 Aug 2006 17:59:02 -0700 (PDT) Received: by 10.78.115.11 with HTTP; Fri, 4 Aug 2006 17:59:02 -0700 (PDT) Message-ID: <4089b9400608041759p60cc2dbdkf01e92ed63683773@mail.gmail.com> Date: Fri, 4 Aug 2006 19:59:02 -0500 From: "Alex Caudill" To: ofbiz-dev@incubator.apache.org Subject: Re: Ofbiz and Ruby on Rails In-Reply-To: <44D3EA0C.2040309@oss.minimetria.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_77491_1547666.1154739542432" References: <20060804235901.10500.qmail@web80609.mail.yahoo.com> <44D3EA0C.2040309@oss.minimetria.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_77491_1547666.1154739542432 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 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. ------=_Part_77491_1547666.1154739542432--