If i have a web application running on 'N" servers. how can we share and maintain the state between requests in spring framework with out using sticky sessions?
Thanks in advance...
I am working on an enterprise Java application that is using spring webflows and I have noticed that the session that this creates on the server to manage the flows is ...
Sep 4th, 2011, 09:29 AM #1 volatile32 View Profile View Forum Posts Private Message Junior Member Join Date May 2011 Posts 8 handling session timeout on webflow Hi I'm looking for ...
I have been testing the latest web flows and I must say what an excellent piece of work! Ive been replacing a Spring MVC wizard using a single FormAction subclass and ...
Session scoped beans ( & Spring Webflows) I'm using a session scoped bean as a parameter to my form actions. My session scoped bean definition looks like this: Code:
redirect + form + session? Without Web Flow? I'm looking for some advice on how to migrate my app to Spring MVC first, then to Web Flow. What's important is that ...