|
From: Dmitriy K. <dko...@ru...> - 2005-03-23 18:59:52
|
We also would be interested in this code Dmitriy. Abel Perez wrote: > Hi, > > We have some upcomming work to do in a Portlet app that uses > Spring. Your work sounds interesting we would like to see the code, > if you can point me to a place where I can see it that would be great. > > thanks in advance, > - Abel > > -----Original Message----- > *From:* spr...@li... > [mailto:spr...@li...]*On > Behalf Of *J.Enrique Ruiz > *Sent:* Wednesday, March 23, 2005 12:37 PM > *To:* spr...@li... > *Subject:* Re: [Springframework-developer] webflow additions > >> Looking forward to hearing more about how you leveraging web-flow >> in a portlet environment! >> > > Hi all, > > We've been working to integrate Spring Web Flow with the Portlet API > and now we have a stable-as-possible preview release of Spring Web > Flow > in a Portlet environment. We have documented 4 rules about how to > do some > common Portlet tasks, and we have ported the PhoneBook sample app to > Portlet API. > > Thanks to Keith and Erwin efforts to decouple SWF from the HTTP > Servlet > API it is easy to use SWF from a PortletController. > > Our efforts has been directed to use > HttpServletFlowExecutionManager from > a PortletController. Our goal has been to mantain the same flow logic > (FlowExecutionManager) without mimic the > HttpServletFlowExecutionManager > class. > > Then we have been applied the Adapter pattern (GoF) to provide a > stable > interface (currently Servlet API @ FlowExecutionManager) to the > Portlet > requests/responses. > > If you consider this code useful, we cand send it to you or > contribute it the > way you like. > > Regards. > >-- >J.Enrique Ruiz >Chief Research & Innovation Officer - DiSiD S.L.L. (http://www.disid.com) >Email: er...@di... > |