PDA

View Full Version : Webwork2 and Spring Webflow



jcmailer
Apr 21st, 2005, 03:02 AM
hi,

I am looking into using Spring webflow for a new project . It looks a good tool. I'm wondering if anyone has got it working with Webwork 2?

Thanks.

boldingl
Jul 21st, 2005, 05:48 AM
Any news on this?

I konw that Spring can easily be integrated into WebWork2, but are any changes required for WebFlow to work?

I assume there needs to be some "glue code" in WebFlow in the same way that there is for Struts?

klr8
Jul 21st, 2005, 06:06 AM
SWF was designed to make it easy to integrate with things like Struts, SpringMVC, JSF or WebWork2. I don't know of any publicly available integration code, but take a look at the integration with Spring MVC (FlowController class) and Struts (FlowAction class) to get a good idea of how to go about it.

Erwin

boldingl
Jul 21st, 2005, 06:58 AM
OK, thanks for that - I'll take a look, and see how far I get