Configure Spring Web Flow with Java configuration

谁都会走 提交于 2019-12-10 16:34:09

问题


I am using Spring 3.1 and want to include Spring Web Flow 2.3. One thing I really like about Spring is that you can leave off the XML configuration in favour of Java-only configuration using @Configuration and @Bean annotations.

However, I have not yet found out how to configure Web Flow this way. The docs that turned up on my Google searches all referred to XML configuration only. Is it possible, does anyone have any pointers?

EDIT: I was not asking about the flow definition, but rather for a replacement for the webflow-config schema. At the moment, configuration items such as flow-registry and flow-executor have to go in Spring-XML files, along with the flow handler mapping referring to them.


回答1:


If you are referring to the flow definitions, then no. Java base configuration for Webflow was to be part of Webflow 3. The most recent status update can be found in this thread.

There is currently no set date for a Spring Web Flow 3 release. Version 3 tickets are currently being reviewed for inclusion in 2.4 or subsequent releases so once again if there are things you care about please vote, comment, and discuss. The flagship Web Flow 3 item -- Java-based flow definitions, is still under consideration although currently on hold as we move forward with other important goals mentioned above.



来源:https://stackoverflow.com/questions/9671063/configure-spring-web-flow-with-java-configuration

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!