Return-Path: Delivered-To: apmail-incubator-general-archive@www.apache.org Received: (qmail 58827 invoked from network); 1 Jul 2008 00:14:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Jul 2008 00:14:38 -0000 Received: (qmail 31650 invoked by uid 500); 1 Jul 2008 00:14:38 -0000 Delivered-To: apmail-incubator-general-archive@incubator.apache.org Received: (qmail 31496 invoked by uid 500); 1 Jul 2008 00:14:37 -0000 Mailing-List: contact general-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@incubator.apache.org Delivered-To: mailing list general@incubator.apache.org Received: (qmail 31485 invoked by uid 99); 1 Jul 2008 00:14:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jun 2008 17:14:37 -0700 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=BAD_CREDIT,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of luckbr1975@gmail.com designates 72.14.220.153 as permitted sender) Received: from [72.14.220.153] (HELO fg-out-1718.google.com) (72.14.220.153) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jul 2008 00:13:45 +0000 Received: by fg-out-1718.google.com with SMTP id l26so879054fgb.26 for ; Mon, 30 Jun 2008 17:14:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=lyXnflMNettKYuoiEHdYLlF3MLM5yyJn7bnud19tyWU=; b=BrMSRs+Kxq1utuuB9nviDQ2j3FM4vI18ipNesgn1RuJqUiFSpTJibUL+oOvjpZapGQ IVXwln+vqgXoBbrevRRmSNF/Gha/c0o4c2pzur8NPhciAbNbqpTkPxIpkVcRWnoK5dLA LAdPT4RzxvRhbMwmgXZrPjjZgJMA6LsvNotP4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=GWUEL0fm+tfiF8HmoP19KVM/Ccm98yV4g+irIxj/clursYRc2cwJTueu41r9CKKxqt Rv8MbkYr4wKcKk0PwbbYHjtBwY088b5SyfpNLqQ1+eZdh1A5Dqb5ptYj7pcpq/Hc51pv 48aIPSuRex0ywUPEVgj3FYUDeT+U4bZb4u/hs= Received: by 10.86.76.20 with SMTP id y20mr27479fga.41.1214871243156; Mon, 30 Jun 2008 17:14:03 -0700 (PDT) Received: by 10.86.77.6 with HTTP; Mon, 30 Jun 2008 17:14:03 -0700 (PDT) Message-ID: <5a75db780806301714r7de3b4e6yf10214807a9d332f@mail.gmail.com> Date: Mon, 30 Jun 2008 17:14:03 -0700 From: "Luciano Resende" To: general@incubator.apache.org Subject: Re: photo gallery software (previously called Caitrin) In-Reply-To: <20080627111302.B132E724986@athena.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20080624181211.BD107724963@athena.apache.org> <16d6c6200806262233v16d1e4e9g903d004c8f2e04f5@mail.gmail.com> <20080627111302.B132E724986@athena.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Jun 27, 2008 at 4:10 AM, Angela Cymbalak w= rote: > There has been a lot of going back and forth. Originally there seemed to= be > little interest at the Incubator so I was talking to the Roller folks. > There is some interest over there but a disagreement on how to write the > code. At the same time there started to be interest at the Incubator aga= in > and the idea is starting to take hold. Then I got really busy... Now I > need to start re-working on the proposal since other discussions have tak= en > place and the idea is becoming more formed. > > As for the front end, the current idea is to expose the data held in the > repository as a Web service. I would be more than happy to see a Flex fr= ont > end built that is a client to the Web service. Personally, I would like = to > see an AJAX front end, but I know that some people dislike the lack of > security around AJAX. In simplistic words, by using Apache Tuscany and SCA to define your your photo gallery component, you can decouple the business logic from the transport infrastructure specific APIs; and then expose your services trough multiple bindings such as webservices, web 2.0, etc and although we don't have a flex binding today, one could easily create a new binding in Tuscany to support it. This should simplify the framework and make the task of supporting a new type of client (flex versus ajax, etc) much easier. > > I like Hans' suggestions for the name as well. If there are other ideas = for > a name, feel free to throw them out there. I would like to find somethin= g > that is interesting, yet allows someone to easily determine what the proj= ect > is. That is proving to be a big challenge. > photoGallery stillGallery imageGallery Ni=E9pce Ni=E9pceGallery > Angie > > > At 01:33 AM 6/27/2008, you wrote: >> >> I'm a little confused, because the wiki says that the proposal is being >> put >> on hold and that the goal is to work with the Roller community. >> >> http://wiki.apache.org/incubator/CaitrinProposal >> >> Nevertheless, if there's interest in building a Flex front end, let me >> know... >> >> -- >> Martin Cooper >> >> >> On Tue, Jun 24, 2008 at 11:09 AM, Angela Cymbalak >> wrote: >> >> > Hi All, >> > >> > I haven't forgotten about wanting to create an open source Photo Galle= ry >> > and there has been some sporadic interest as I have discussed it. A >> > quick >> > update as to where we are at for anyone who is interested. >> > >> > 1. Name change.... >> > No one but me knows where the name Caitrin came from and it isn't >> > obvious >> > what the software would do. A proposed solution (thanks Noel for the >> > path >> > suggestion) would be PhosLibrarius >> > >> > 2. Code Bases >> > There are 2 code bases that we can draw from and discard that I have >> > heard >> > of. Always a good start >> > >> > 3. Design >> > Right now thought is being put into the high level design to improve t= he >> > Proposal. The current proposal is bad. I take credit for that becaus= e >> > I >> > haven't done the Apache thing before and I am tripping all over while >> > trying >> > to stay on the right path. The current thought is to defiantly write >> > the >> > application in Java. Its secure, it scales well, we like it. The >> > thought >> > is to look into Sling and the JCR as well as different databases. I >> > have to >> > do reading on Sling to figure out how it all fits together. Pretty >> > much, we >> > are focusing on the back end first with the possibility of a Web servi= ce >> > for >> > the front end to start. This lets anyone out there write nice pretty >> > display pieces. I like AJAX as a front end but others who I have >> > talked to >> > don't. We can agree on the Web service for right now. >> > >> > If anyone has anything that they would like to contribute or if you ha= ve >> > comments/suggestions about this proposal please let me know. The >> > interest >> > seems to be lurking out there, we just need to get it organized. >> > >> > Thanks, >> > Angie >> > >> > -- >> > Angela Cymbalak >> > Nechtan Design >> > http://www.nechtandesign.com/ >> > 412.931.4663 >> > >> > >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org >> > For additional commands, e-mail: general-help@incubator.apache.org >> > >> > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org > For additional commands, e-mail: general-help@incubator.apache.org > > --=20 Luciano Resende Apache Tuscany Committer http://people.apache.org/~lresende http://lresende.blogspot.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org For additional commands, e-mail: general-help@incubator.apache.org