0 Replies Latest reply on Jun 8, 2008 7:16 AM by msca

    store objects between server(ejb) and client(tomcat)

    msca

      Hi!

      I would like to get some tips for this problem:

      - i have an object
      - this object refresh by server sometimes
      - the client browser poll for this object

      i want to update this object in server side, but i want to get this object from the client side as fast as possible (without server call, no ejb call)

      1., one way is to store this in the client httpsession object. but i cannot update that from server side. can i ?

      2., another way use a cache between client and server. but i dont how.

      3., later it would be over cluster...

      please send me some tips...

      thx
      regards,
      Szabi