Spring Web Flow is ideal for advanced complex page navigation and sophisticated flow controllers, but it is of no use when it comes to free browsing.
Need Spring Web Flow revision? Read my Building Spring Web Flow 2 applications with Eclipse and Maven2 post.
A perfect example of free browsing is YouTube.com. You can click in every link on the screen, copy the URL and send it to your friends.
In Spring Web Flow it cannot be done, the unique execution key passed in URL changes every page load, and the same page can have many different execution keys.
If you want your web application to be more user friendly, more restful then you have to switch to Spring MVC.
There is nothing that prevents you from using Spring Web Flow for account management and registration sub-systems, and Spring MVC for the social or public part of the same application.
Let's see how to do this!
2011 in review
-
It’s end of January 2012 by now, but I decided to share some stats on what
was going on with this blog in 2011. If you fancy reading my stuff (is
there any...
3 days ago
