Return-Path: Delivered-To: apmail-shiro-dev-archive@www.apache.org Received: (qmail 3536 invoked from network); 1 Nov 2010 11:09:11 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Nov 2010 11:09:11 -0000 Received: (qmail 47694 invoked by uid 500); 1 Nov 2010 11:09:43 -0000 Delivered-To: apmail-shiro-dev-archive@shiro.apache.org Received: (qmail 47613 invoked by uid 500); 1 Nov 2010 11:09:40 -0000 Mailing-List: contact dev-help@shiro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@shiro.apache.org Delivered-To: mailing list dev@shiro.apache.org Received: (qmail 47605 invoked by uid 99); 1 Nov 2010 11:09:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Nov 2010 11:09:39 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of deluan@deluan.com designates 209.85.213.45 as permitted sender) Received: from [209.85.213.45] (HELO mail-yw0-f45.google.com) (209.85.213.45) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Nov 2010 11:09:34 +0000 Received: by ywa8 with SMTP id 8so2607227ywa.32 for ; Mon, 01 Nov 2010 04:09:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.182.147 with SMTP id cc19mr10835649qcb.265.1288609752842; Mon, 01 Nov 2010 04:09:12 -0700 (PDT) Received: by 10.229.42.18 with HTTP; Mon, 1 Nov 2010 04:09:12 -0700 (PDT) Date: Mon, 1 Nov 2010 09:09:12 -0200 Message-ID: Subject: Re: JSF Support From: =?ISO-8859-1?Q?Deluan_Quint=E3o?= To: dev@shiro.apache.org Content-Type: multipart/alternative; boundary=0016364edb8692b85d0493fbd617 --0016364edb8692b85d0493fbd617 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi, I've already submitted the patch to JIRA containing the shiro-faces module, but I see you guys are very busy with the 1.1 release. I'm using the faces module in one of my projects and making changes to it's code, so I publishe= d it in a public repository as an independent module/library. So, in order to not leave an older version of the module attached to JIRA, I'd like to hear your opinions of whether it's better to remove the patch from there and add a comment pointing to the source repo I'm using right now. Then, when you have a chance to look at it, you let me know and I prepare an updated patch and attach again to the JIRA ticket. What do you think? Deluan On Mon, Oct 25, 2010 at 1:32 PM, Deluan Quint=E3o wrote= : > As I only have the JSF 1.2/Facelets module working and tested, I'll focus > on this for now, and when it's done I'll try to port it to JSF 2. > > I'll create a shiro-faces module under 'support', and > use org.apache.shiro.web.faces as package. > > Deluan > > > On Mon, Oct 25, 2010 at 12:34 PM, Kalle Korhonen < > kalle.o.korhonen@gmail.com> wrote: > >> Two modules sounds right. They *could* have the same name, or >> artifactid, and reserve the first two version numbers to denote the >> compatible jsf version, e.g. 1.1.x and 2.0.x. I can see these being >> yet other independently releasable modules... (related to the other >> thread). >> >> Kalle >> >> >> On Mon, Oct 25, 2010 at 4:29 AM, Deluan Quint=E3o >> wrote: >> > Hi All, >> > >> > I have a issue regarding JSF/Facelets versions and would like to hear >> your >> > opinion. >> > >> > The tags I develop were meant to be used with JSF 1.2/Facelets 1.1.14. >> > >> > I don't use JSF 2.0 in my company yet, but taking a quick look on it, = I >> saw >> > that Facelets were integrated in the 2.0 and the packages for it have >> > changed! >> > >> > How do I go about it? Two libs, shiro-facelets (for JSF 1.1/Facelets) >> and >> > shiro-jsf (for JSF 2.0) ? >> > >> > What do you think? >> > >> > Thanks, >> > Deluan. >> > >> > ---------- Forwarded message ---------- >> > From: Les Hazlewood >> > Date: Fri, Oct 22, 2010 at 3:50 PM >> > Subject: Re: Shiro tags not working in Icefaces page. >> > To: Deluan Quint=E3o >> > >> > >> > Hi Deluan, >> > >> > Sounds good! >> > >> > I have one quick request: could you please send further emails to the >> > dev@shiro.apache.org list? All development-related discussion should >> > be out in the open with the community so everyone benefits from the >> > discussion, not just me ;). I didn't CC the dev list in case you >> > needed to keep this communication private for some reason, but if not, >> > can you please use the dev list from now on? Thanks! >> > >> > As for the source/Maven organization: >> > >> > If the classes you're using are in JDK 5 without needing any 3rd party >> > dependency, your classes can go directly in the 'web' module. If they >> > can, then the starting package should be org.apache.shiro.web.faces to >> > be congruent with the other similar web support packages that exist >> > (e.g. org.apache.shiro.web.servlet, org.apache.shiro.web.tags, etc). >> > >> > If your code requires a 3rd party library, the base code >> > (JDK5-compliant) should go in the 'web' module as noted above, and any >> > 3rd-party implementation-specific code would go into a new 'support' >> > module, i.e. /support/myfaces (or similar, depending on >> > the library). >> > >> > As for mercurial/git, Apache only uses subversion, so we use that. >> > The best way to share code with us is check out the code from >> > subversion (trunk), make edits there, and upload patches to Jira. >> > >> > Cheers, >> > >> > Les >> > >> > > --0016364edb8692b85d0493fbd617--