Fetching images bundled in ZIP archives dynamically
Posted: Wed Nov 18, 2009 6:04 pm
When I have internet aware Rev Apps that load many images dynamically from the internet, the following might be a good strategy to reduce server round trips:
- Bundle images in ZIP archives on the server-side
- Send the ZIP archives to the client-side (desktop or browser) via internet
- Unpack those images from the ZIP archive on the client-side
I'm aware of solutions implementing this strategy for Flash and Silverlight; a more general treatment proposal for this strategy came to my attention just recently:
- http://ajaxian.com/archives/resource-pa ... -packaging
Now I would like to know: What has RunRev 4.0 in store for realizing this ZIP resource bundling strategy ? That is are there approaches for unpacking ZIPs on the client-side (desktop AND web) ? And making those unpacked resources - e.g. lots of images - available to the deployed apps dynamically ?
- Bundle images in ZIP archives on the server-side
- Send the ZIP archives to the client-side (desktop or browser) via internet
- Unpack those images from the ZIP archive on the client-side
I'm aware of solutions implementing this strategy for Flash and Silverlight; a more general treatment proposal for this strategy came to my attention just recently:
- http://ajaxian.com/archives/resource-pa ... -packaging
Now I would like to know: What has RunRev 4.0 in store for realizing this ZIP resource bundling strategy ? That is are there approaches for unpacking ZIPs on the client-side (desktop AND web) ? And making those unpacked resources - e.g. lots of images - available to the deployed apps dynamically ?