Message contexts and Spring Webflow conversation scope

Brent Putman putmanb at georgetown.edu
Thu Feb 28 17:34:59 EST 2013


On 2/28/13 10:33 AM, Cantor, Scott wrote:
>  Even for the
> lifecycle management, I would have to think Spring would provide some kind
> of callback mechanism to hook conversation teardown anyway.

Yes, I think that lives on the Conversation interface.  Looks like it
gets invoked by the flow execution repository.  Not sure what
significance that has, or whether it would work for what you are suggesting.



    /**
     * Ends this conversation. This method should only be called once to
terminate the conversation and cleanup any
     * allocated resources. You need to aquire the lock on this
conversation before calling this method.
     */
    public void end();




More information about the dev mailing list