Results 1 to 3 of 3

Thread: Web Flow with multiple standalone web applications

Hybrid View

  1. #1

    Default Web Flow with multiple standalone web applications

    Hi

    I have a new project were I have to create an application that is a web flow of multiple standalone applications. Basically the user picks a service and the web flow will take the user to all the applications necessary to fulfill the service. We want to be able to save in a database the user navigation information. Has anybody done something like this with spring?

    Regards,

    Néstor Boscán

  2. #2
    Join Date
    Sep 2004
    Location
    Leuven, Belgium
    Posts
    1,853

    Default

    Mmm, interesting problem.

    Is it absolutely necessary that those 'parts' your new application is composed of are standalone applications? Maybe they already exist?

    If you would be able to model the parts as subflows, you could imagine a specialized FlowBuilder that pulls flow information from the DB and constructs a corresponding flow, calling the the other 'applications' as subflows.

    Erwin

  3. #3

    Default

    Yes the parts have to be standalone applications. This is because the client wants to simplify administration and deployment.

Similar Threads

  1. FlowExecutionStorage in a DB
    By cacho in forum Web Flow
    Replies: 7
    Last Post: Oct 19th, 2009, 03:36 PM
  2. Is a 'singleton' flow a bad idea?
    By akw in forum Web Flow
    Replies: 4
    Last Post: Oct 6th, 2005, 01:16 AM
  3. Replies: 6
    Last Post: Sep 1st, 2005, 09:18 AM
  4. Request vs. Flow Scope: documentation?
    By Tom Hicks in forum Web Flow
    Replies: 5
    Last Post: Aug 2nd, 2005, 03:30 PM
  5. Spring Web Flow - Preview 1 Released
    By Colin Sampaleanu in forum Announcements
    Replies: 13
    Last Post: Apr 6th, 2005, 07:22 AM

Posting Permissions

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