I’m interested by this framework (spring web flow) and I want to know when it’s best to use spring flow and if it can help , when it comes really handy ?
and also , is there any other solutions ?
Regards
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
When your application follows some specific kind of flow to achieve something then you should go for Spring webflow. Otherwise it is not needed in simple applications.
For example if you need to do the user registration process in multiple steps like below.
and if you need to get each step data in another step then use of Spring webflow is acceptable.
Hope this helps you.
Cheers.