Thank you for replying. I am trying to fully configure me linux so I can
install the apache. I thing that I will give up and just start coding.
The state machine is not dificult but not obvius. I will start with a
limited version and then expand it.
Bye,
Gaston
----- Original Message -----
From: Pierre Delisle <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 18, 2000 9:14 AM
Subject: Re: jsp - html speedup
>
> cga wrote:
> >
> > Hi there,
> >
> > I was thinking "There is a way to speed up jps". I mean if I take
out
> > white spaces and other unnecesary text out of the html part of a jsp,
the
> > server will send less bytes to the browser so it will be faster.
> >
> > I am pretending to do a Reader that takes out that unnecesary chars.
I
> > know Java, but few jakarta. So, the first time, when the server reads
the
> > jsp to make the code, it also takes out those unnecesary spaces (and
> > comments).
> >
> > Is there something like this already done?
>
> Not that I know of.
>
> >
> > If I do it, will someone help me to integrate?
>
> I'm sure that someone in the community will be more than happy to help.
> If you have a proposal with more specifics, you should also
> get valuable feedback from other people.
>
> > By the way, it should be configurable. I mean, someone should use it
> > only if he wants to. And if there is a bug the makes that a particular
page
> > not to be shown properly, to disable it for that page.
>
> Makes sense.
>
> >
> > Thanks in advance,
> >
> > Carlos Gaston Alvarez
>
> Well, thanks to you for your interest in contributing to the source code!
>
> -- Pierre