in following examples of JSF Spring integration, i can see that the examples makes a normal integration between spring and JSF without using webflow, so is there are any problems or issues when using Spring with JSF without using webflow, and what are the advantages of using webflow with JSF, please advise.

links:

http://www.mkyong.com/jsf2/jsf-2-0-spring-integration-example/

http://www.mkyong.com/jsf2/jsf-2-0-spring-hibernate-integration-example/

link|improve this question

This post, while a little old, might shed some light on your question: blog.springsource.com/2007/04/21/… – Aaron Sheffey Sep 20 '11 at 15:03
i need the other way around, the problems if using spring & JSF without webflow. – Msaleh Sep 25 '11 at 9:36
feedback

1 Answer

up vote 2 down vote accepted
+50

In my experience, the decision whether to use WebFlow is based on your UI requirements....and if JSF is in the box, too, the only reason to actually use WebFlow is if you'd have a vast amount of "wizard-like" UI forms whose plumbing could be more elegantly handled by WebFlow (rather than JSF faces-context navigation rules).

The level of pain could also vary between different JSF implementation. For example, we've had nothing but trouble trying to integrate WebFlow 2.0.4 with IceFaces 1.8.2 (which is based on JSF 1.2).

More on that (together with a straightforward explanation on how to integrate JSF and Spring) can be found on this SO thread.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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