Re: Jasper and parsed tree

2001-07-15 Thread Pier P. Fumagalli
Jon Stevens at [EMAIL PROTECTED] wrote: > on 7/13/01 1:49 PM, "Glenn Nielsen" <[EMAIL PROTECTED]> wrote: > >> To me this seems a bit off topic for the list. This list is for Tomcat >> development. Tomcat implements the Servlet and JSP specifications. The >> below has nothing to do with Tomcat

Re: Jasper and parsed tree

2001-07-13 Thread Jon Stevens
on 7/13/01 1:49 PM, "Glenn Nielsen" <[EMAIL PROTECTED]> wrote: > To me this seems a bit off topic for the list. This list is for Tomcat > development. Tomcat implements the Servlet and JSP specifications. The > below has nothing to do with Tomcat development IMHO. > > Regards, > > Glenn Yea

Re: Jasper and parsed tree

2001-07-13 Thread Glenn Nielsen
To me this seems a bit off topic for the list. This list is for Tomcat development. Tomcat implements the Servlet and JSP specifications. The below has nothing to do with Tomcat development IMHO. Regards, Glenn Brad Cox wrote: > > At 11:40 AM +0800 7/13/01, John Yu wrote: > > >Well, assumi

Re: Jasper and parsed tree

2001-07-13 Thread Brad Cox
At 11:40 AM +0800 7/13/01, John Yu wrote: > >Well, assuming that the JavaCC grammar is capable of dealing with all >>the intricacies of JSP syntax (and the license issues dealt with), it's >>certainly possible. But I'd be really hesitant to say "let's go replace >>the parser" without discussing

Re: Jasper and parsed tree

2001-07-12 Thread John Yu
> >Well, assuming that the JavaCC grammar is capable of dealing with all >the intricacies of JSP syntax (and the license issues dealt with), it's >certainly possible. But I'd be really hesitant to say "let's go replace >the parser" without discussing and agreeing on an overall architecture >first

Re: Jasper and parsed tree

2001-07-12 Thread Jon Stevens
on 7/11/01 8:19 PM, "John Yu" <[EMAIL PROTECTED]> wrote: > Thanks for the explanation, Craig. > > JCCSP is JavaCC grammar based. (See http://home.earthlink.net/~shemnon/ ) > Would > there be any opportunity to merge this into Jasper? (While it's currently GPL, > Donno has no problem to place it

Re: Jasper and parsed tree

2001-07-12 Thread Craig R. McClanahan
On Thu, 12 Jul 2001, John Yu wrote: > Thanks for the explanation, Craig. > > JCCSP is JavaCC grammar based. (See http://home.earthlink.net/~shemnon/ ) Would > there be any opportunity to merge this into Jasper? (While it's currently GPL, > Donno has no problem to place it under BSD.) > Well,

Re: Jasper and parsed tree

2001-07-11 Thread John Yu
Thanks for the explanation, Craig. JCCSP is JavaCC grammar based. (See http://home.earthlink.net/~shemnon/ ) Would there be any opportunity to merge this into Jasper? (While it's currently GPL, Donno has no problem to place it under BSD.) regards, -- John > > >On Wed, 11 Jul 2001, John Yu wrote

Re: Jasper and parsed tree

2001-07-11 Thread Craig R. McClanahan
On Wed, 11 Jul 2001, John Yu wrote: > I'm new to Tomcat/Jasper. I have a question regarding Jasper: > > Does Jasper parse a JSP into a DOM-like objects. In other words, does Jasper > create in-memory parsed tree of the the JSP file? > It does not currently do this. Essentially, Jasper today

Jasper and parsed tree

2001-07-10 Thread John Yu
I'm new to Tomcat/Jasper. I have a question regarding Jasper: Does Jasper parse a JSP into a DOM-like objects. In other words, does Jasper create in-memory parsed tree of the the JSP file? I notice from Tomcat 4.0's documentation that there's some plan to upgrade Jasper. I'm wondering how that's