On 11/28/05, Alexandre Poitras <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> On the website, it's written that Shale requires a servlet 2.4 and a
> jsp 2.0 implementations. But I wanted to know if it could run on a 1.3
> J2EE server because Oracle Oc4j has still not implement J2EE 1.4 in
> his latest production release.


At the moment, there are no hard dependencies on Servlet 2.4 / JSP 2.0, and
you can backrev the web.xml descriptor to Servlet 2.3 and things will
generally work.  That is unlikely to stay true for long though, as some
upcoming features are likely to require 2.4-isms like ServletRequestListener
and finer grained control on running filters when you use a request
dispatcher.

And by the way, do I need to use a 1.5
> jdk to run Shale?


Nope ... JDK1 .4 is enough.  See the "Founations" section on the Shale home
page for all the dependencies:

  http://struts.apache.org/struts-shale/

Craig


Thank for the answers.
> --
> Alexandre Poitras
> Québec, Canada
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to