RE: Structs 2 feedback

2007-02-08 Thread Chris.Mathews
That is actually a big improvement over the current homepage. +1!!! -Original Message- From: Musachy Barroso [mailto:[EMAIL PROTECTED] Sent: Thursday, February 08, 2007 11:07 AM To: Struts Developers List Subject: Re: Structs 2 feedback Because I'm artistically challenged I got help fro

RE: Struts plugins

2006-09-29 Thread Chris.Mathews
I personally get annoyed when new features are added to products like Struts 2 that require annotations (and hence JDK 1.5). The vast majority of applications deployed in the wild today run on JDK 1.4 since the major App Server vendors are just now stabilizing their line of JDK 1.5 supported p

RE: [jira] Created: (STR-2939) Provide a conversation scope (syn: Flash scope, dialog scope) object to store data between requests.

2006-08-30 Thread Chris.Mathews
Personally, I don't like the idea of the framework itself relying on heavy use of the HttpSession and "hiding" it in this way. There are many cases when you want to avoid use of HttpSession for scalability reasons (there's that word ;) ). I like how currently WebWork/Struts 2.0 makes it diffic

RE: [jira] Created: (STR-2939) Provide a conversation scope (syn: Flash scope, dialog scope) object to store data between requests.

2006-08-29 Thread Chris.Mathews
We have added support to WebWork 2.2 for "Flash Scope" in a slightly different way... We support adding Flash-scope Action Messages and Action Errors without resorting to using the HttpSession. In our solution, we actually write out a small Session Cookie by extending ServletRedirectResult and