Is there any way to update the webflow configuration and reload it to make impact on the flow of web application on the fly?
Is there any way to update the webflow configuration and reload it to make impact on the flow of web application on the fly?
I think (not sure in all) is only possible to reload flow definitions, not the webflow configuration itself.
Anyway check the Spring Web Flow Reference Guide if exists a better option
- Manuel Jordan
Kill Your Pride, Share Your Knowledge With All
The Fear Of The LORD Is The Beginning Of Knowledge, But Fools Despise Wisdom And Discipline. Proverbs 1:7
Blog
Technical Reviewer of Apress
- Pro SpringSource dm Server
- Spring Enterprise Recipes: A Problem-Solution Approach
- Spring Recipes: A Problem-Solution Approach, 2nd Edition
- Pro Spring Integration
- Pro Spring Batch
- Pro Spring 3
- Pro Spring MVC: With Web Flow
- Pro Spring Security
basicly you can set
in your config. But i would not recomment that in productional environment. The context configuration cannot be changed due a running instance....Code:<!-- Configures the Spring Web Flow JSF integration --> <faces:flow-builder-services id="flowBuilderServices" development="true" />