Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 3701 invoked from network); 19 Oct 2006 15:18:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Oct 2006 15:18:28 -0000 Received: (qmail 31678 invoked by uid 500); 19 Oct 2006 15:18:16 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 31558 invoked by uid 500); 19 Oct 2006 15:18:15 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 31529 invoked by uid 99); 19 Oct 2006 15:18:15 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Oct 2006 08:18:14 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of paulmcmahan@gmail.com designates 66.249.92.172 as permitted sender) Received: from [66.249.92.172] (HELO ug-out-1314.google.com) (66.249.92.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Oct 2006 08:18:11 -0700 Received: by ug-out-1314.google.com with SMTP id 29so546600ugc for ; Thu, 19 Oct 2006 08:17:50 -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:content-transfer-encoding:content-disposition:references; b=DBgqw3efXPBtkg6vCLlisOYYZ2gMxjE1dXXecAorRecoYw7TSRgpjfoKk+VISgWLr/YXvUDoHGQJHSo96RDMbizCs3IiJLW/4DKw8Sxu6bJ51c4VBBWMVMhUduvLvyejtot90LPBFhy1afaUxjUtzoddtmD2v0TJAXzf2rk/lRM= Received: by 10.66.255.7 with SMTP id c7mr100546ugi; Thu, 19 Oct 2006 08:17:49 -0700 (PDT) Received: by 10.66.249.9 with HTTP; Thu, 19 Oct 2006 08:17:49 -0700 (PDT) Message-ID: <21df75940610190817p7690493w5efebe127c6fb384@mail.gmail.com> Date: Thu, 19 Oct 2006 11:17:49 -0400 From: "Paul McMahan" To: dev@geronimo.apache.org Subject: Re: JSTL 1.2 for JEE 5 In-Reply-To: <45368669.3010702@earthlink.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45368669.3010702@earthlink.net> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Does anyone know of an alternative to Glassfish's JSTL 1.2? Also, I wonder if Jakarta might consider providing an implementation if we expressed interest in using it in Geronimo? Paul On 10/18/06, Joe Bohn wrote: > > I'm looking at what it would take to include an implementation of JSTL > 1.2 (JSR 52) for compliance with JEE 5 in Geronimo. We currently > include the Jakarta implementation of the 1.1 spec in some of our web > applications (such as the web console) but not directly in the Geronimo > J2EE server. > > I think the first order of business is to see if I can pick up an open > source implementation and spec from someplace. I asked on the Jakarta > taglibs user mailing list and was told that there is not an effort > underway to implement the 1.2 version of this spec. They then pointed > me to Glassfish. > > So, I'm planning to investigate what it would take to include the > Glassfish implementation into Geronimo. If any body has any > concerns/objections/recommendations/insight/etc... please speak up. > > Thanks, > Joe >