4 Replies Latest reply on Oct 12, 2007 2:46 PM by pmuir

    Intercommunication between Seam's applications?

      Hi all,

      I have a BackOffice application that contains multiple modules (i.e. Customer Support, Reporting, etc...)

      The requirements are called for a single sign-on (to the BackOffice app) and from the home page, users may navigate to different modules based on their permissions. The requirements also called for allowing the user to jump to different modules within a module (i.e user will have a link to jump to the Reporting module when he is on the Customer Support module). Finally if the user log out from one of the module then the user should be logged out from the BackOffice app.

      I was wondering if it is possible to do this with Seam and model the BackOffice as well as each module as separate Seam app. Hence I need to be able to pass user's session between the BackOffice app and the modules.

      Has anyone design their applications this way with Seam before? Any inputs are greatly appreciated.

      Thanks
      -tony