|
You would think that the ALL WEB APPs scope
(or hierarchicial scopes) would be easy to do. It is not. I had
thought that by having one app run another app, the controlling app could
"peek". Doesn't work that way either. (Too bad.)
One can fetch the sessionid's of other HttpSessions
from the the HttpSessionContext. However, this does not grant access to
objects in the session scope of the other sessions (as I had once
thought). Prohibited by (7.3) of the Servlet Specification.
Craig McC. recently posted that the standard
mechanisms are EJBs and (persistent) database. I am intrigued with
the idea of a hierachically scope managed by an EJB. (The database
thing is always possible but seems totally inelegant for this
purpose.) Has anyone tried to coordianate objects between app (in
Struts) using EJBs?
|
- Implementing 2 new scopes using Struts Jonathan Asbell
- Re: Implementing 2 new scopes using Struts Craig R. McClanahan
- RE: Implementing 2 new scopes using Struts Dan Connelly
- RE: Implementing 2 new scopes using Struts Nanduri, Amarnath
- Re: Implementing 2 new scopes using Struts Jonathan Asbell

