From user-return-10424-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Tue May 11 19:28:27 2010 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 21975 invoked from network); 11 May 2010 19:28:26 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 May 2010 19:28:26 -0000 Received: (qmail 66570 invoked by uid 500); 11 May 2010 19:28:25 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 66535 invoked by uid 500); 11 May 2010 19:28:25 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 66527 invoked by uid 99); 11 May 2010 19:28:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 May 2010 19:28:25 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=AWL,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [203.104.17.180] (HELO web94912.mail.in2.yahoo.com) (203.104.17.180) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 11 May 2010 19:28:19 +0000 Received: (qmail 69571 invoked by uid 60001); 11 May 2010 19:27:56 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1273606076; bh=y+eJ4iHyrDn1nZKvfUgqfwpHHjL4EV1P5DAJYtO6MS8=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=Umxz6PdoA6Yh18lRIcFxsgJXdqVSiG+DKiV/6YvcdrWKnl6wwQSViXUiAteTV6qZVvxEN74Uh1pUxzZQnI1mq1CEn4lRWxRxnJOXhr+4wzy5qyFcDM5uQRBMHHNT2nBsVQ7cLr3NC6D2BThiIxcDoakOxEuMLJ6RoIRdlPwFAj8= DomainKey-Signature:a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=2GW9/pc6OftRwIgrkridWXrQrQMYW9kXQI2GEp7ZPCfyqMBR7DoRBq5RyuYc17orYHlwSzljf1v0ioqKx8QOkUg+KN84kmsqrBfsxrhVxyXD6+0e5SiynWK59YW96nQ2t0NaaoivReCq5IJ4WmyDsBSZrts+xLBq4ywnp47vJP0=; Message-ID: <470151.68357.qm@web94912.mail.in2.yahoo.com> X-YMail-OSG: SxZ4KjkVM1nryowLKqArhwx5VJnw8BSI5hoUvPhLAkaTOcM nvNa_nbS0uM0ac72ok0Ey42Lt4ojMzdJ8czfbQFeNYtU.GAeitIUtm8s7vt8 mpKM8UWDBgvjKcW_fq0AkS7CzAn_LLeFKaCcPpElkkzh3OaxQHZdaZfl5eP7 pQWPhpWzjI2Qw79oax8PWSAwDw1xCCOYFHLoF3iEzwB8S0.8VKuVRUsBBj4n nAALvYWKVFTly_0c1eq9KLbqEB2AW0mkfOSFfnO7Fjg22vsNYqYIS5yEq5ef XTNOpyzf5yWCTWzxmlp1Drvv60hhcK.iF Received: from [122.167.19.141] by web94912.mail.in2.yahoo.com via HTTP; Wed, 12 May 2010 00:57:56 IST X-Mailer: YahooMailRC/374.4 YahooMailWebService/0.8.103.269680 References: <419901.39098.qm@web94914.mail.in2.yahoo.com> <550005.18947.qm@web94901.mail.in2.yahoo.com> Date: Wed, 12 May 2010 00:57:56 +0530 (IST) From: mario dcunha Subject: Re: Connect to flex To: user@couchdb.apache.org In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-2121338314-1273606076=:68357" --0-2121338314-1273606076=:68357 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable but we do have to validate forms, connect to databses... preserve cookie se= ssions, verify user data and store user data to the databse right... so i t= hink we do require php....=0A=0A=0A=0A=0A________________________________= =0AFrom: Mike Keen =0ATo: "user@couchdb.apache.org" =0ASent: Wed, 12 May, 2010 12:54:56 AM=0ASubject: Re: Co= nnect to flex=0A=0AWhy even bother with PHP? Flex allows you to make HTTP r= equests right out of the box. No need for the additional layer.=0A=0AOn May= 11, 2010, at 3:15 PM, mario dcunha wrote:=0A=0A> the thing is... flex has = an option to connect an application to a databse. when it says databse it o= nly means a 'my sql' databse... so i wanna know whether we can use any plug= gin sort of thing to connect flex to a couchdb databse... and hence generat= e the php...=0A> =0A> =0A> =0A> =0A> =0A> ________________________________= =0A> From: Markus Jelsma =0A> To: user@couchdb.ap= ache.org=0A> Sent: Wed, 12 May, 2010 12:39:36 AM=0A> Subject: RE: Connect t= o flex=0A> =0A> Hi,=0A> =0A> =0A> =0A> =0A> =0A> Can you accept json encode= d data in Flex? If so, putting a simple HTTP proxy (such as Nginx or Apache= 's mod_proxy) in front will suffice. There is no need for any additional se= rver sided language.=0A> =0A> =0A> =0A> =0A> =0A> Cheers,=0A> =0A> -----Ori= ginal message-----=0A> From: mario dcunha =0A> Sent= : Tue 11-05-2010 21:04=0A> To: user@couchdb.apache.org; =0A> Subject: Conne= ct to flex=0A> =0A> Hi,=0A> =0A> We are students of computer science engine= ering. currently we're working on a project were we are aiming to create a = web applicaition using adobe flex builder 3.=0A> =0A> this application is a= n automated department manager, which manages the students and teacher deta= ils of our department in our college. so we know that flex can connect to m= ysql and the php files are generated automatically.=0A> =0A> is it possible= to connect flex to couch db? if that happens, it will be the best thing be= cause the middle layer(php) will be easily created, and also, the database = (couch db) is anyways easy to manage when compared to mysql.=0A> =0A> This = will possibly create a revolution in application creation. Please help us o= ut in this regard.=0A> =0A> Thank you.=0A> =0A> Mario Dcunha=0A> =0A=0A --0-2121338314-1273606076=:68357--