I am using Spring 3.1 and want to enable Spring Web Flow 2.3. The only thing I really like about Spring is that you can leave the XML configuration in favor of the Java-only configuration using the @Configuration and @Bean .
However, I have not yet figured out how to configure Web Flow in this way. The documents included in my Google searches are for XML configuration only. Is it possible who has any pointers?
EDIT: I did not ask about the definition of a stream, but rather about replacing the webflow-config schema. At this point, configuration items such as flow-registry and flow-executor should be in the Spring-XML files along with the display of the corresponding stream handler.
source share