Results 1 to 4 of 4

Thread: How to use Spring Web Flow in real application

  1. #1
    Join Date
    Jan 2012
    Posts
    11

    Default How to use Spring Web Flow in real application

    Could someone explain how to use Web Flow in real application.
    For example the curent user has to start some flow, makes several steps and logout.
    Next day he returns, and the state of this flow should be restored from database (including the entities that are participated in this flow). How it can be implemented in real application? I read several tutorials but I seen only examples how to map to xml steps, decisions making and view rendering. But what about power of Spring Web Flow?!
    It's not enough.... Please advice.

  2. #2

    Default

    Quote Originally Posted by Alekss View Post
    Could someone explain how to use Web Flow in real application.
    For example the curent user has to start some flow, makes several steps and logout.
    Next day he returns, and the state of this flow should be restored from database (including the entities that are participated in this flow). How it can be implemented in real application? I read several tutorials but I seen only examples how to map to xml steps, decisions making and view rendering. But what about power of Spring Web Flow?!
    It's not enough.... Please advice.
    Thank you so much for your post.
    __________________
    Watch Dr. Seuss’ The Lorax Online Free

  3. #3
    Join Date
    Mar 2011
    Posts
    27

    Default

    Are you talking about for example saving an incomplete application(form for instance) and then come back the following day and pick up from where you left off and complete the form?
    If that is the case I can help.

    Thanks

  4. #4
    Join Date
    Oct 2012
    Posts
    1

    Default

    Hi Alekss,

    am new to spring,is there any good references for understanding the Spring Webflow?how it is more precious in real time applications?

Posting Permissions

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