Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 22628 invoked from network); 11 May 2010 19:31:39 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 May 2010 19:31:39 -0000 Received: (qmail 74193 invoked by uid 500); 11 May 2010 19:31:38 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 74021 invoked by uid 500); 11 May 2010 19:31:38 -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 74013 invoked by uid 99); 11 May 2010 19:31:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 May 2010 19:31:38 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dantheman@gmail.com designates 209.85.211.200 as permitted sender) Received: from [209.85.211.200] (HELO mail-yw0-f200.google.com) (209.85.211.200) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 May 2010 19:31:31 +0000 Received: by ywh38 with SMTP id 38so4611669ywh.29 for ; Tue, 11 May 2010 12:31:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=AwH8mSjCScIm/Qc8ofOKDGNzM1Ouwz5lPg3qoBdiCLs=; b=KgcxbMp5xhCNOPM88mr/zCBfnUvBYZ0c+wQpGmTtNtcts1Zv4SfekOarahUDdBVqzg pAJ1W4WnSGMn53uigE9X7E8XP/pujj/Jqwa9HLd2wkV2aYKWrbfY0+8wptiM48qB+/k6 GVwg1urBRQGtdae1c1p+F2K0A9Ic0V1hpcaRQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=NDBBeYYqa7y9mknz3QEAmttcrg7+upE1PZSm/whbF2OGW50XViDkD0oq81qeedRKSd mUUVntZxt92xUp8OhZ4dZTFXZAecQVVsmyeIEmYMbZW8FIPv6GJDVaLmGgPc8SfbWagd GS598O+LXtdNRZSWWCnUM+zGyCnDhm9wHloOM= MIME-Version: 1.0 Received: by 10.150.172.42 with SMTP id u42mr10849489ybe.113.1273606270866; Tue, 11 May 2010 12:31:10 -0700 (PDT) Received: by 10.150.226.5 with HTTP; Tue, 11 May 2010 12:31:10 -0700 (PDT) In-Reply-To: <470151.68357.qm@web94912.mail.in2.yahoo.com> References: <419901.39098.qm@web94914.mail.in2.yahoo.com> <550005.18947.qm@web94901.mail.in2.yahoo.com> <470151.68357.qm@web94912.mail.in2.yahoo.com> Date: Tue, 11 May 2010 15:31:10 -0400 Message-ID: Subject: Re: Connect to flex From: Daniel Gagne To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=000e0cd5cb005bd80504865691be X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd5cb005bd80504865691be Content-Type: text/plain; charset=ISO-8859-1 You don't need any of that for using couchdb with flex. You probably need to setup blazeds so that you can make put/delete calls against couchdb. BlazeDS will give you a lot of other functionality out of the box too. On Tue, May 11, 2010 at 3:27 PM, mario dcunha wrote: > but we do have to validate forms, connect to databses... preserve cookie > sessions, verify user data and store user data to the databse right... so i > think we do require php.... > > > > > ________________________________ > From: Mike Keen > To: "user@couchdb.apache.org" > Sent: Wed, 12 May, 2010 12:54:56 AM > Subject: Re: Connect to flex > > Why even bother with PHP? Flex allows you to make HTTP requests right out > of the box. No need for the additional layer. > > On May 11, 2010, at 3:15 PM, mario dcunha wrote: > > > the thing is... flex has an option to connect an application to a > databse. when it says databse it only means a 'my sql' databse... so i wanna > know whether we can use any pluggin sort of thing to connect flex to a > couchdb databse... and hence generate the php... > > > > > > > > > > > > ________________________________ > > From: Markus Jelsma > > To: user@couchdb.apache.org > > Sent: Wed, 12 May, 2010 12:39:36 AM > > Subject: RE: Connect to flex > > > > Hi, > > > > > > > > > > > > Can you accept json encoded 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 server sided language. > > > > > > > > > > > > Cheers, > > > > -----Original message----- > > From: mario dcunha > > Sent: Tue 11-05-2010 21:04 > > To: user@couchdb.apache.org; > > Subject: Connect to flex > > > > Hi, > > > > We are students of computer science engineering. currently we're working > on a project were we are aiming to create a web applicaition using adobe > flex builder 3. > > > > this application is an automated department manager, which manages the > students and teacher details of our department in our college. so we know > that flex can connect to mysql and the php files are generated > automatically. > > > > is it possible to connect flex to couch db? if that happens, it will be > the best thing because the middle layer(php) will be easily created, and > also, the database (couch db) is anyways easy to manage when compared to > mysql. > > > > This will possibly create a revolution in application creation. Please > help us out in this regard. > > > > Thank you. > > > > Mario Dcunha > > > > --000e0cd5cb005bd80504865691be--