Results 1 to 2 of 2

Thread: webapp to webapp

  1. #1
    Join Date
    Apr 2012
    Location
    chennai
    Posts
    2

    Default webapp to webapp

    Hi,
    we have two separate web application built on spring web flow, lets say app A and app B
    user logs in to A and goes to B, on B he will be asked some ques, once he answers them successfully he will come back to A and continue. if he could not answer he will go to error page.

    we have two main issue in this..


    1. user starts from A, goes to B, once success he will come back to A app. but if user click on back button,. B app is showing error page. is there a way so that we can take user to same page of A APP with all data?


    2. user logs in A and we try to take user to B but B app is down, we show user a blank page. is there a way to know if B is up or down, so that we can show proper message.

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

    Default

    Hello

    Each App (A, B) has its own Flow Control, they are independent, but perhaps you can around this situation using the externalredirect, where you can send some parameters. In the worst case, share some database.

    Check the reference documentarion for Spring Web Flow and Spring Framework (MVC section) for more details

    HTH
    - 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

Posting Permissions

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