Re: [shale] Robust dialogs

2005-11-11 Thread Rahul Akolkar
On 11/11/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > > I cannot tell you about Shale since I use plain Struts + my own > library. Anyway, the concept is simple: > > > I don't think I will be using Shale anytime soon ;-) But I would like > to showcase my approach in the comparison of wizard

Re: [shale] Robust dialogs

2005-11-10 Thread Wendy Smoak
On 11/10/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > The sample app initialized, but Tomcat does not see it running: "The > requested resource (/struts-shale-usecases) is not available." Do I > need something else besides the WAR file? Just a guess: Shale requires Servlet 2.4 (so Tomcat

Re: [shale] Robust dialogs

2005-11-10 Thread Michael Jouravlev
On 11/10/05, Rahul Akolkar <[EMAIL PROTECTED]> wrote: > > You can compare your > > testing examples with wizard, which works: > > http://www.superinterface.com/wizard/signupWizard.do > > > Cool. Like the FrontController style setup, you've obviously spent > time thinking about these kind of usecas

Re: [shale] Robust dialogs

2005-11-10 Thread Rahul Akolkar
On 11/10/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > On 11/4/05, Rahul Akolkar <[EMAIL PROTECTED]> wrote: > > I like Shale dialogs, though there are a couple of issues I'd like to > > investigate. Always helps to know these aren't solved problems. > > > > I am sorry but I just could not kee

Re: [shale] Robust dialogs

2005-11-10 Thread Rahul Akolkar
On 11/10/05, Sean Schofield <[EMAIL PROTECTED]> wrote: > Rahul, > > These are interesting use cases. I'm not sure that there is an easy > solution to these problems though. The "back" button and browser > cacheing are handy for the end user but certainly a PITA for > developers! > > One option wo

Re: [shale] Robust dialogs

2005-11-10 Thread Michael Jouravlev
On 11/4/05, Rahul Akolkar <[EMAIL PROTECTED]> wrote: > I like Shale dialogs, though there are a couple of issues I'd like to > investigate. Always helps to know these aren't solved problems. > > I dislike the IllegalArgumentException in > DialogNavigationHandler#handleNavigation(), and want to work

Re: [shale] Robust dialogs

2005-11-10 Thread Sean Schofield
Rahul, These are interesting use cases. I'm not sure that there is an easy solution to these problems though. The "back" button and browser cacheing are handy for the end user but certainly a PITA for developers! One option would be to use the "Token Pattern" (See Core J2EE Patterns). Shale h

[shale] Robust dialogs

2005-11-04 Thread Rahul Akolkar
I like Shale dialogs, though there are a couple of issues I'd like to investigate. Always helps to know these aren't solved problems. I dislike the IllegalArgumentException in DialogNavigationHandler#handleNavigation(), and want to work on eliminating it altogether by handling and delegation, deco