|
From: Erwin V. <erw...@er...> - 2005-04-05 09:26:51
|
All, I've integrated portlet support into the Spring Web Flow system that is currently in the sandbox. This support builds on the Spring Portlet MVC code that is also in the sandbox. Most credit goes to J.Enrique Ruiz for contributing the code! I know very little about portlets myself so I would like to ask all Portlet gurus reading this to take a look at the code and let me know if there are things we can improve. The code lives in the following packages in the sandbox: org.springframework.web.flow.action.portlet org.springframework.web.flow.execution.portlet org.springframework.web.flow.portlet Enrique: Could you take a look at the code and provide me with answers to the questions I put in "TODO" markers? Also note that I refactored the SetHelpModeAction/SetViewModeAction into a single class: SetPortletModeAction. The only missing feature is support for "multipart portlet requests" (e.g. for file uploads), if such a thing even exists. Finally, if you could update your Porlet PhoneBook sample and verify that it is still working properly. Once that's done I'll also add that to the webflow samples. Erwin Vervaet erw...@er... |