upload streams
It would be good for the platform to provide a way to handle uploads. For example through a DolphinAction. There a parameter could be a representation of a stream of upload data. It should be possible to get information about the progress of the stream, at least about it being started and ended, in case of finite data like a giant String or a big byte array a progress information beyond that would be perfect to have for example a progress bar.
This functionality should not be realized by the highlander bean. One possibility could be for example to have an internal rest service through the platform and change the logic for the command realizing the remote invoke of the dolphin action.
see https://github.com/canoo/dolphin-platform/issues/420
For version 1 of DP we will have a REST client that supports all REST operations (GET, POST...) by using the client scope.