[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[Home]
Re: JSP 1.1 status
On Wed, 25 Aug 1999, Wes Biggs wrote:
> As soon as I get to a point where I can handle a simple user-defined tag
> (e.g. FooTag from the JavaSoft examples), I'll make a public alpha
> release and gladly accept assistance. I'm thinking of doing this as a
> org.gjt.jsp11 package. Any thoughts or objections?
that sounds rad. One suggestion: could we make the parser swappable as
an init argument to the JSPServlet? I'm thinking that if we have an
org.gjt.jsp11 package, that it will be hard to keep the patches that are
coming into the jsp10 package applied to your jsp11 tree.
Can you continue to use the core JSPServlet, and simply swap out the
JSPCompiler class? Or are there significant changes required by the
Servlet and supporting classes to make this more trouble than it's worth?
-- James