Re: Taglibs SVN migration to Tomcat

2009-08-13 Thread Kris Schneider
And I just added myself back in, but with my employer-independent email...

On Thu, Aug 13, 2009 at 1:37 PM, Rahul Akolkar wrote:
> On Thu, Aug 13, 2009 at 4:48 AM, Henri Yandell wrote:
>> Post discussion between Tomcat PMC and Jakarta PMC (with myself as the
>> go between), the Jakarta Taglibs subproject is going to move over to
>> Tomcat land. Chiefly this means:
>>
>> * The JSTL implementations: 1.0, 1.1 and unreleased 1.2.
>> * RDC Taglib.
>> * An in development 'extended' taglib.
>>
> 
>
> All looks good -- thanks for CC'ing me, but you don't have to (I've
> been subscribed to Tomcat dev + user for many years now).
>
> -Rahul

-- 
Kris Schneider

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [taglibs] How about splitting up the resource bundle?

2010-10-08 Thread Kris Schneider
On Thu, Oct 7, 2010 at 9:29 PM, Jeremy Boynes  wrote:
> Now that we require 1.5, I refactored Resources to use varargs rather than 
> having multiple methods taking combinations of parameters. However, now that 
> it is greatly simplified, i was wondering whether we should replace the 
> single resource bundle containing messages for all implementations with 
> smaller ones associated with each tag or tag library.

When you say, "we require 1.5", are you talking about code
specifically for a JSTL 1.2 impl? If it's code that's targeted at a
JSTL 1.1 impl, then it should really run on something as crusty as
Java 1.3 (minimum for a JSP 2.0 standalone container).

> For example, moving the messages for core to 
> o.a.t.s.tag.common.core.Resources.properties or for  to 
> o.a.t.s.tag.common.core.importSupport.properties
>
> Thoughts?
> Jeremy

-- 
Kris Schneider

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: Regarding c:forEach and memory usage

2011-01-27 Thread Kris Schneider
On Thu, Jan 27, 2011 at 11:54 AM, Christopher Schultz
 wrote:
> ...
> I'd love to hear some comments.

Some additional background:
https://issues.apache.org/bugzilla/show_bug.cgi?id=33934

I haven't looked at the patch, so I'm not sure exactly how that got solved...

-- 
Kris Schneider

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org