I am doing some research for some social network project which i am going to start. I used Spring before yet i cant make a decision at the moment since there are way too many options to choose.

I would like to use JSF2.0 components on my views , and as far as i figure out webflow is a nice way of doing it yet it is not a must.

What benefits does webflow give over Spring web mvc ? My first impression about WF is it makes things way too complicated.

Thanks in advance

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Webflow is about flows in web application.

Think of a Wizzard with several Pages, then Web Flow helps you to connect this Pages (in a flow), and provides a variable scope to connect variable with this flow.

While Spring MVC is "only" about isolated Pages.

link|improve this answer
so not everything can be expressed as webflow and its possible to use SpringWeb flow for Spring Faces and dont bother with flows and such. Since i dont want a wizard like structure ? am i getting this right? – imellan Apr 5 '11 at 16:38
1  
@imellan: The wizzard was only one example, an other would be for example the order process of amazon. -- In general if you do not have such a multi page flow, you do not need Spring Web Flow, then Spring MVC is enough. – Ralph Apr 5 '11 at 16:45
oh get it now :) thanks it was really helpfull – imellan Apr 5 '11 at 17:02
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.