Results 1 to 3 of 3

Thread: Dynamic WebFlow Configuration

  1. #1

    Default Dynamic WebFlow Configuration

    Is there any way to update the webflow configuration and reload it to make impact on the flow of web application on the fly?

  2. #2
    Join Date
    Aug 2006
    Location
    Arequipa-Peru / South America
    Posts
    2,806

    Default

    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

  3. #3
    Join Date
    May 2012
    Posts
    13

    Default

    basicly you can set

    Code:
    	<!-- Configures the Spring Web Flow JSF integration -->
    	<faces:flow-builder-services id="flowBuilderServices" development="true" />
    in your config. But i would not recomment that in productional environment. The context configuration cannot be changed due a running instance....

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •