> If you have implemented all JSP 1.1 features to work with 2.0 Servlet engines, how 
>are
> you handling concepts that are introduced in JSP 1.1/Servlet 2.2, like 
>web-applications
> (with web-application archives) and response buffers?

Web application are web server (servlet engine) related. It is format for easier
deploying
only.
Other things (including, forwarding, diferent scopes) are implemented via
PageContext/SjspServlet.

> Also, while I'm at it, I'm mainly using XML JSP:s and as I understand, SJSP doesn't
> support that? Is this false? If not, will you support it soon?

I have not planned XML soon, because It is not important for me. But things could be
changed. What are the benefits of using XML for jsp pages? I think it is harder to
code such
a JSP.
I will look for XML parser (can you recommend me one?) and you can expect XML support
very
soon.

> Anyways, seems like you've done some good work with SJSP, I'll definately try it out.
> Are you working on it alone?

Yes, It is my private project.

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

Reply via email to