On 12/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Do I need this module if I only use Dialog Manager?
For the dialog manager, using either a recent nightly build or the upcoming 1.0.4 release, you'll need: * shale-dialog-xxx.jar * Either shale-dialog-basic-xxx.jar or shale-dialog-scxml-xxx.jar (your choice of dialog implementations) * commons-logging-xxx.jar, commons-digester-xxx.jar, commons-beanutils-xxx.jar * A JSF implementation (and its dependencies) if you are not running on an app server with JSF pre-installed Craig -----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: 28 dicembre 2006 09.19 To: [email protected] Subject: Re: Servlet 2.3 / JSP 1.2 abandoned? On 12/27/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > In shale taglib.tld there is the listener > "org.apache.shale.view.faces.LifecycleListener" > That implements the interface javax.servlet.ServletRequestListener that > I think does not exist in servlet 2.3 api. > > Could be a problem in start up of the application? Definitely. As I mentioned, shale-tiger and shale-view are two modules that *absolutely* require Servlet 2.4. The reason is that it is not possible to reliably provide the services they provide in a Servlet 2.3 environment. Craig -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig > McClanahan > Sent: 27 dicembre 2006 23.13 > To: [email protected] > Subject: Re: Servlet 2.3 / JSP 1.2 abandoned? > > On 12/27/06, Adam Koch <[EMAIL PROTECTED]> wrote: > > > > I'm interested in the Remoting and Dialog Manager. > > > Taking a quick skim through the code, I do not see anything in either of > these modules that requires Servlet 2.4 or later at the moment -- > although I > am not really in favor of officially reducing the stated minimums to > something that is two Java EE versions behind the current one. > > Two modules that absolutely require Servlet 2.4 are the View Controller > and > Tiger (which also requires Java SE 5). > > Craig > > > This message is for the designated recipient only and may contain > privileged, proprietary, or otherwise private information. If you have > received it in error, please notify the sender immediately and delete the > original. Any other use of the email by you is prohibited. > This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited.
