How to provide streaming in J2EE web application?
Hi Friends,
I want to build web application which will provide streaming of data.
This data may be in raw data, binary, files, audio, video etc. As we are using HTTP protocol for web application, then how to do streaming between server and client using HTTP protocol i.e in request response manner.
Any help will be appreciated.
Thanks

