> > > 1) Ability to have nested component scopes > > > (Application -> HTTP Session > > > -> HTTP Request -> Action Invocation) > > > > AFAIK, xwork shoid be web-agnostik, or what's > puprose > > of splitting ww2 / xwork? > > Yes, they should. But that doesn't mean nested > component scopes isn't a > requirement, as the main user of Xwork right now is > WebWork, and it > needs nested scopes. The scopes I listed were just > an example.
The try not to scary would be users with "HTTP" :) Session / Request would be sufficient. > > > > And I have another concern - lifecycle of session > > scope. There should be possibility of catching > sesion > > invalidtion event properly, and not like this is > done in > > tomcat ( or maybe other servlet containers ) > > > > Currently session listener will be called after > > session > > invalidation, so it's impossible to look into it. > > > > And implementing interfaces from javax.servlet by > > objects stored there is not so cool... > > > > This is a valid concern. I think we'll have to > figure out these issues > as we go. I just figured it for 2 days - I tried to use listener to save user portal state if he lost his session / logout ( we need "only one login for given user at a time" ) Now I have ugly dependency to servlet in my classes which do not need to know about it... regards, ===== ----[ Konstantin Pribluda ( ko5tik ) ]---------------- Zu Verst�rkung meines Teams suche ich ab Sofort einen Softwareentwickler[In] f�r die Festanstellung. Arbeitsort: Mainz Skills: Programieren, Kentnisse in OpenSource-Bereich ----[ http://www.pribluda.de ]------------------------ __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com ------------------------------------------------------- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps1 _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
