seam-wicket provides a full implementation. if you want "clean" you can build it yourself, its not too difficult. subclass session and inside put a map of <conversationId,conversation> and manage that map however you see fit in your app.
-igor On Thu, Apr 14, 2011 at 10:55 PM, YK <[email protected]> wrote: > Are you planning to develop a conversation/workspace module ? > > What I mean by "conversation" is a "session portion" or > manageable/controllable "mini" session > that can be started and finished programmatically. > > This allows building multi-step programs and/or workflow and permits > generally memory (objects in session) management. > > I know that wicket-seam provides this (partially) but what I would like to > know is : could we have a "pure" > wicket one ? and if it is feasible. > > > Thanks > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/wicket-conversation-workspace-tp3451294p3451294.html > Sent from the Forum for Wicket Core developers mailing list archive at > Nabble.com. >
