Results 1 to 3 of 3

Thread: is it possible to call a Spring sub flow that exists in a different web app?

Hybrid View

  1. #1
    Join Date
    Jan 2013
    Posts
    4

    Default is it possible to call a Spring sub flow that exists in a different web app?

    I am trying to define a flow that can be called from different webapps.

    - is it possible to call a Spring sub flow that exists in a different web app? for example, webApp1 has webflow1, webApp2 has webflow2, is it possible to call webflow2 as a subflow from webflow1? example?

    - if the above is not possible, is it possible to package webflow2 in a jar so that it can be included in a number of different webapps wars? Example?

    Thanks.

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,625

    Default

    1. No
    2. Yes, simply do it and reference the xml defining the flow. It doesn't matter where it comes from as long as it is readable from the classpath.
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

  3. #3
    Join Date
    Jan 2013
    Posts
    4

    Default

    Thanks Marten!

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
  •