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
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
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
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