Re: querying binary data

2012-08-15 Thread Joseph Lust
GWT is not a drop in replacement for Swing. It's a browser side javascript technology and as such communicates over HTTP. Without using bleeding edge HTML5 features, there is no robust, dependable, cross browser mechanism for sending binary data to a browser side application. For details on bin

querying binary data

2012-08-14 Thread Max
There is service that gets and responses binary data and Java SWING client application that works with that service. I wish to replace Java SWING with GWT app. Is there GWT API to query binary data? It is unlikely to encode binary data on server. I need that to work at least on WebKit as app mus