RE: [Jasper2] framework for tag optimization

2002-11-24 Thread Craig R. McClanahan
On Sat, 23 Nov 2002, Peter Lin wrote: Date: Sat, 23 Nov 2002 20:25:52 -0800 (PST) From: Peter Lin [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Subject: RE: [Jasper2] framework for tag optimization I sent

RE: [Jasper2] framework for tag optimization

2002-11-24 Thread Peter Lin
Yeah, I actually use that in some places, but it is a bit harder to read with pages that have a lot of tags. Actually, the whole page is tags with very little HTML and everything that is text is in resource bundles. Using that syntax doesn't really bother in when used sparsely, but with

RE: [Jasper2] framework for tag optimization

2002-11-23 Thread Peter Lin
of performance. Just my $0.02 Peter -Original Message- From: Peter Lin [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 23, 2002 4:59 AM To: Tomcat Developers List; Kin-Man Chung Subject: Re: [Jasper2] framework for tag optimization hey kin-man, that sounds great! I was actually

Re: [Jasper2] framework for tag optimization

2002-11-23 Thread Hans Bergsten
they? Hans -Original Message- From: Peter Lin [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 23, 2002 4:59 AM To: Tomcat Developers List; Kin-Man Chung Subject: Re: [Jasper2] framework for tag optimization hey kin-man, that sounds great! I was actually thinking along those lines

RE: [Jasper2] framework for tag optimization

2002-11-23 Thread Peter Romianowski
tomcat. anyway, Peter Hans -Original Message- From: Peter Lin [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 23, 2002 4:59 AM To: Tomcat Developers List; Kin-Man Chung Subject: Re: [Jasper2] framework for tag optimization hey kin-man, that sounds great! I

Re: [Jasper2] framework for tag optimization

2002-11-23 Thread Hans Bergsten
Peter Romianowski wrote: If you think using it for JSTL is okay, why wouldn't it be okay for other tag libraries? The same issues (if they are issues) apply to JSTL, don't they? I thought of it beeing done by the jasper-crew, i.e. being part of stock tomcat, so it could be assured that it

RE: [Jasper2] framework for tag optimization

2002-11-23 Thread Craig R. McClanahan
On Sat, 23 Nov 2002, Peter Romianowski wrote: Date: Sat, 23 Nov 2002 15:22:15 +0100 From: Peter Romianowski [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: 'Tomcat Developers List' [EMAIL PROTECTED] Subject: RE: [Jasper2] framework for tag optimization Just

RE: [Jasper2] framework for tag optimization

2002-11-23 Thread Craig R. McClanahan
On Sat, 23 Nov 2002, Peter Romianowski wrote: Date: Sat, 23 Nov 2002 18:05:29 +0100 From: Peter Romianowski [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: 'Tomcat Developers List' [EMAIL PROTECTED] Subject: RE: [Jasper2] framework for tag optimization If you

RE: [Jasper2] framework for tag optimization

2002-11-23 Thread Peter Lin
So it would seam having a plugin framework wouldn't necessarily break conformance. On the otherhand, I would still like to see the expert group to seriously consider making plugin framework a standard feature of JSP compiler. Beyond performance, there are other good reasons to do so. For

RE: [Jasper2] framework for tag optimization

2002-11-23 Thread Craig R. McClanahan
On Sat, 23 Nov 2002, Peter Lin wrote: Date: Sat, 23 Nov 2002 12:36:50 -0800 (PST) From: Peter Lin [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Subject: RE: [Jasper2] framework for tag optimization So it would seam

RE: [Jasper2] framework for tag optimization

2002-11-23 Thread Peter Lin
I sent the suggestion a while back to the expert group. AFAIK, the and other tags don't actually generate *any* output of their own -- the extra line breaks you are seeing are undoubtedly those you've put in the source JSP page itself. Yes, I was referring to the spaces that are generated

Re: [Jasper2] framework for tag optimization

2002-11-22 Thread Peter Lin
hey kin-man, that sounds great! I was actually thinking along those lines a while back, but thought it was impracticle because the project I was working one didn't have enough time to explore that approach. when I was doing performance analysis of jasper1 with jslt and saw how bad the