|
|
can spring web flow be used on top of spring MVC?
Hi all
I'm new to spring web flow.
my application has been develop using spring MVC. i'm having my controllers(which extends simpleFormController/CommandController). And also i'm using spring Validator Class for validation. And each controller uses services inside..
Above is overall architecture.
I read some overview articles about SWF. And found that controllers extends FormAction class for web-flow.
so my question is can i use web-flow in my application where controllers are extends simpleFormController/CommandController and not FormAction?
And my purpose to use web flow is that application gets bigger and create a flow.. |
|