In traditional web application development, we have to manage UI flows programmatically, so these flows are hard to maintain. Spring Web Flow offers a flow definition language that can help separate UI flows from presentation logic in a highly configurable way, so the flows can be easily changed and reused.
I do not know Spring Web flow. But what I know about it is meant for making things easier for a developer when he/she is dealing with a flow of pages like user move from one page to another for specific goal. Struts do not provide you anything for special when you do coding for set of pages which will are considered as a group of pages for flow. This is what my concept of Spring Web flow. But I am not very sure about it.
Hong Anderson
Ranch Hand
Joined: Jul 05, 2005
Posts: 1936
posted
0
Jothi Shankar Kumar wrote:How different is this from Struts then?
It's for handle complex flow.
If you have a flow like this:
Imagine how you can implement this with Struts.
SCJA 1.0, SCJP 1.4, SCWCD 1.4, SCBCD 1.3, SCJP 5.0, SCEA 5, SCBCD 5; OCUP - Fundamental, Intermediate and Advanced; IBM Certified Solution Designer - OOAD, vUML 2; SpringSource Certified Spring Professional
Then could we integrate WebFlow into an application which already employs Struts 2? Ok I understood the potential here but another question is how does WebFlow differ from Spring MVC?
Markus Staeuble
Author
Greenhorn
Joined: Apr 12, 2009
Posts: 16
posted
0
"Spring Web Flow is the module of Spring for implementing flows. The Web Flow engine plugs into the Spring Web MVC platform and provides declarative flow definition language." (from the reference documentation)
Spring Web Flow is a optimal addition to Spring MVC, but it can't replace a controller framework.
But I'm not able to see te difference between a Controller that decides the page flow from this explicit Spring Web Flow??
Padmapriya Ranganathan
Greenhorn
Joined: Mar 04, 2009
Posts: 25
posted
0
I'm also got confused, why do we need a separate Spring WebFlow for page flow? Can't we just deal this with Spring MVC itself?
Padmapriya
Sagar Kale
Ranch Hand
Joined: May 02, 2008
Posts: 188
posted
0
Padmapriya Ranganathan wrote:I'm also got confused, why do we need a separate Spring WebFlow for page flow? Can't we just deal this with Spring MVC itself?
We can do it through programming. But spring web flow makes it far much easier do code and maintain that is what I feel.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.