1 Reply Latest reply on Jul 10, 2009 5:15 PM by ron_sigal

    Streming to and from the server

    xmedeko

      Hi,

      as I understand from this forum and from http://www.jboss.org/community/docs/DOC-11807, it is possible currently stream data only from client to server.

      I need to stream data from and to server, in both cases it must fit into client/server architecture, i.e. client drives the communication (to avoid problems with NATs, proxies, etc.) Also, I would like to integrate easily into a (stateful) session bean.

      I have found this simple solution:

      http://courses.cs.vt.edu/~cs5204/archive/ProjectFiles/KangYuan.pdf

      http://courses.cs.vt.edu/~cs5204/archive/ProjectFiles/KangYuan.zip


      I just thought you could be interested in this solution as well.