Java file transfer through HTTP - Roadmap

Version 1.3 (Q2 2013)

We will add RemoteInputStream that will implement InputStream and RemoteOutputStream that will implement OutputStream.
This will allow to do read/write operations directly on streams, without using files.

Version 1.4 (Q3 2013 / Q4 2013)

We will add support for asynchronous processing through Servlet 3.0 API. This will allow more concurrent users.