On 7/28/05, Werner Punz <[EMAIL PROTECTED]> wrote:
> I after Wendy gave me the advice to rephrase the question I will try to
> rephrase it.
> 
> Being new to struts, I want to know how people deal with data objects
> which need a scope bigger than request but smaller than session.

There are no standard ways to do this. Creating wizards myself, I was
thinking about some kind of garbage collector for session object. This
project: http://wfnm.sourceforge.net/ seems to have this feature. It
has some other features so I don't know can you pull out the session
garbage collection feature only or not. I guess not, because it
detects garbage in relation to the flow. Thus seems that you have to
define the flow, which is unfortunate. Anyway, I did not really use
this project, so you may try and report results ;-)

Michael.

--
Struts Dialogs
struts.sourceforge.net/strutsdialogs

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to