0 Replies Latest reply on Mar 16, 2010 5:50 PM by magiccreative

    Restful Communication between two Seam applications

    magiccreative

      Hi,

      I am currently trying to develop two Seam applications which communicate through REST services. Everything works fine except of figuring out how to control the views between the applications.


      Let me elaborate further. Let's say Application A is running, now I would like to open application B in the same browser (frames maybe?) and pass some data to B. Passing data is easy, just a POST to a url of the app B web service. But how could I open a window of app B now.


      What I am thinking is app A calls startConversation in app B with a POST request. In the response body I can pass the conversation id and use it with window.open call.


      That might work but it looks to clumsy to me. Does anyone have better idea?


      Greetings