--

Ben Cleora wrote:

> --
>
> I need to build a JSP that conditionally
> includes outputs from three other JSPs.  I can
> see how this could be done with jsdk2.1.  How
> do I do this with jsdk2.0?
>

This is a perfect job for the "include" mechanism of JSP 1.0.
Unfortunately, it does not run under JSDK 2.0.

>
> I have tried Javasoft JSERV, which supports jsdk2.1.
> But it has some JSP related bugs of its own.  Is
> there by any chance a way to plug in a 2.1 engine
> into Apache Jserv 1.0?
>
> Thanks
>
> Ben
>

There is a development version of Apache JServ being worked on (it's
called 1.1-DEV in the CVS source code module) that, among other things,
supports the 2.1 API.  At the moment, it runs all the servlet examples,
and two thirds of the JSP examples, from the JSWDK 1.0-EA release.
However, the connector to attach it to Apache has not yet been
constructed.

This code is going to get folded together with Sun's contributions of
the JSWDK source code under the auspices of the Jakarta project
(http://jakarta.apache.org) in the near future, which will mean (among
other things) the availability of a high quality open source servlet
engine for Apache that includes up-to-date servlet and JSP support.
It's not quite there yet, but it's coming.

Craig McClanahan




--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to