Spring Webflow is a web-app framework which helps to define the page navigation rules in a intuitive, and reusable way.
I have an action-state that evaluates an expression and then transitions to various other states depending on the result. One …
spring-webflowWe are developing RESTful webservices with Spring 3 and we need to have the functionality of login/logout, something like /webservices/…
spring rest spring-security spring-webflow spring-3I need to run the Spring-MVC in my scratch project. At the same time i have minimum memory area to …
spring spring-mvc spring-webflowI am using Spring WebFlow 2 and I want to know the diff of decision-state vs action-state. I am reading up …
java spring spring-webflowI have a web application using Spring 2.5.6 and Spring Security 2.0.4. I have implemented a working login page, which authenticates the …
java spring-mvc spring-security spring-webflowI want to bypass the login form for a Spring webflow (Spring 2.0.5) application under certain scenarios (so the login form …
authentication spring-security spring-webflowI've different view-state's in flow.xml. All of theses states have the same view. Now i want to set a …
java spring jsf spring-webflowI am working on a web app where I have most of my pages making use of apache tiles (2.1.2), but …
spring spring-mvc spring-webflowWe are using Spring Web Flow (2.0.9) in the Weblogic 10 clustured environment. And in production we are getting a lot of …
spring-webflow weblogic-10.x reentrantlockFirst of all, I don't know how can config restful url request for spring webflow, for example,how can I …
spring-webflow