Re: HTML5 - GWT pre-fetching binary files.

2011-01-02 Thread ams
On Dec 30 2010, 6:23 pm, Sripathi Krishnan sripathi.krish...@gmail.com wrote: *re. 1 - Best way to transfer* IMHO - Base64 encoded data in either JSON or XML, with standard gzip compression applied. Optionally (but recommended), rename the files to MD5.cache.xml or something similar, and set

HTML5 - GWT pre-fetching binary files.

2010-12-30 Thread ams
I'm working with medical images 500 slices typically 512x512 gray scale that I would like to pre-fetch and display/manipulate in an HTML5 canvas element. The files will typically be local, but since this is GWT it will (as fas a I know) needs to be sent from the server. Since I'm using HTML5 this

Re: HTML5 - GWT pre-fetching binary files.

2010-12-30 Thread Sripathi Krishnan
*re. 1 - Best way to transfer* IMHO - Base64 encoded data in either JSON or XML, with standard gzip compression applied. Optionally (but recommended), rename the files to MD5.cache.xml or something similar, and set strong http cache headers. If these files are only going to be used by a GWT