3 Replies Latest reply on May 17, 2013 4:59 AM by edewit

    Doing session with errai-jaxrs

    xybrek

      I have an Errai app which runs in a environment that does not allow ErraiBus to rung (its GAE). So I use errai-jaxrs to for remote services.

       

      However, I still want to have at least a bit of what ErraiBus offers like session, so I looked at:

       

      https://github.com/csadilek/j1-demos/tree/master/session-demo

       

      However, I don't see anything "session" related in this example code, are there any other examples that I might have missed?

       

      Is there any way to deal have Errai session managment when using jaxrs?