[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[Home]
Re: Working on...
>- embed dependencies in class files so we don't have to recompile every
>time we restart the server (I can see this being a showstopper for some
>people).
Thought about that, too. My idea was, to add something
alike _gnujsp_getDeps() to the HttpPageImpl() if standard
extend and always generate code for that function in jsp servlet and
on loading
1. check for extension of HttpPageImpl (fast, know function
is there)
2. otherwise get method via reflection (slower, but
user asked for it if extending own class)
Does that make sense to you?
>- Fix RequestDispatcherImpl use of hardcoded .jsp extension -- I think
>if we're going to have people set pagebase anyway, we might as well use
>it here.
Don't understand that.
>
>Wes
>
>
Ciao,
Carsten