java - When does it make sense to use Spring WebFlow on top of Spring MVC? -


Spring MVC has become a very popular framework for building enterprise web applications. Any complicated web application has certain flows that have some conditional flows (eg, if the credit card information is correct, or if something is not correctly entered, then the verification errors are shown, to process the order For) need to be coded.

When does it make sense to use Spring Web Flow at the top of Spring MVC? What should be the process of deciding about the use of Spring Web Flow?

If you have a web application that has some application process. For example, if you have some kind of sign up process, one button can go to one page, while the other can go to a different page. Spring webflows can infect different sets of processes very well.

Basically, if any part of your application is connected and the page is dependent on each other during the execution of each other, then SWF is good to use.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -