> Hey Mike,
>
> > Hi all,
> > Is anybody actively using the SJSP 1.1 implementation? I'm getting
> > ready to prototype a design of a new architecture for my company's web
> > site. I'd like to use the custom tag feature of JSP 1.1, and this seems
> > to be the only currently available implementation of the JSP 1.1 spec.
> > Is there anything I should be aware of?
>
> I have yet to actually try SJSP 1.1 but note that it doesn't provide a servlet
> engine, but works together with other. The problem is that since JSP 1.1 is using
> the Servlet 2.2 API as the foundation for its semantics you would want to use a
> Servlet 2.2 compliant engine, and those are not available yet.
SJSP 1.1 brings JSP 1.1 to sevlet engines supporting servlet api 2.0 and above. You
can use *ALL* JSP 1.1 features (include, forward, ...). SJSP has several interesting
features (e.g. compile-time introspection to generate optimized implementation
classes).
You can play with JSP 1.1 and custom tags right now.
Stepan
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html