|
From: J.Enrique R. <er...@di...> - 2005-03-23 18:36:39
|
> > > 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... |