|
From: Keith D. <ke...@in...> - 2005-04-04 17:36:24
|
fyi -----Original Message----- From: J.Enrique Ruiz [mailto:er...@di...]=20 Sent: Monday, April 04, 2005 1:31 PM To: Keith Donald Cc: 'Erwin Vervaet'; C=E8sar Ordi=F1ana Subject: Re: [Springframework-developer] SWF - Creating HTTP sessions - Feedback needed Keith, Saturday we saw your last work and immediately we updated our source = code, now integration is really simple. Today, we have updated the last = changes and we have refactored the portlet support code. We have updated the package in: http://opensource.atlassian.com/confluence/spring/display/WEBFLOW/Home Note: To integrate portlet support, it is needed to include Portlet MVC in spring-webflow-support.jar file. A way to do it is to add <include name=3D"org/springframework/web/portlet/**"/> and <include name=3D"org/springframework/web/servlet/**"/> to webflow.support.jar target in the Spring build.xml file (line ~1351): ... <fileset dir=3D"${sandbox.target.classes.dir}"> <include name=3D"META-INF/**"/> <include name=3D"org/springframework/binding/**"/> <include name=3D"org/springframework/util/**"/> <include name=3D"org/springframework/validation/**"/> <include name=3D"org/springframework/web/portlet/**"/> <include name=3D"org/springframework/web/servlet/**"/> <include name=3D"org/springframework/web/struts/**"/> <include name=3D"org/springframework/test/**"/> </fileset> ... Regards. >J.Enrique, > >Just wanted to let you know we're feeling pretty good/stable about the = work >we did this weekend on the FlowExecutionManager and = FlowExecutionStorage >strategies. If you want, go ahead and update your Portlet code to = bring it >in-line with the recent refactoring (should be real easy now!), and = we'll >integrate it in for PR2. Thanks, Keith > >-----Original Message----- >From: spr...@li... >[mailto:spr...@li...] On = Behalf Of >J. Enrique Ruiz >Sent: Friday, April 01, 2005 3:26 AM >To: spr...@li... >Subject: Re: [Springframework-developer] SWF - Creating HTTP sessions - >Feedback needed > >Hi all, > >We think it is a great idea that contributes to do SWF more independent = >from >the framework used, Portlets, Struts, etc. > >The biggest problem that we have encountered to use a unique=20 >FlowExecutionManager >from Spring PortletMVC has been the manner to store/load the = FlowExecution. > >With this new interface should be easy to implement an=20 >AbstractFlowExecutionManager, or a FlowExecutionManager that delegates = on >FlowExecutionStorage strategy (depends on the design pattern used). > >Regards. > =20 > --=20 J.Enrique Ruiz Chief Research & Innovation Officer - DiSiD S.L.L. = (http://www.disid.com) Email: er...@di... |