Hi list!
I hope that you don't mind if I introduce you an open source project I
started: Scopes.
http://scopes.sourceforge.net/
Scopes is another way of managing web application scopes. Instead of
using the request to get the session context and the session to get the
application context, you access directly a "State" object that contains
a certain number of contexts, each one connected to a scope name.
You can also add new scopes: in the current release, for example,
"window" scope has been added.
Scope management is completely framework-independent (you can use it
even with bare servlets).
Now I am investigating if some particular scope strategies that are
present in JBoss Seam, Tapestry and RIFE could be added.
Please feel free to post your comments in Scopes mailing list.
Ciao
Antonio Petrelli
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]