I did some more work on my GWT emulation library. You now get:

 - java.io (InputStreams, OutputStreams, Readers, Writers, Files)
 - java.nio (Buffers)
 - java.nio.charset
 - java.nio.channel (All the abstract channel stuff, plus FileChannel)
 - java.util.zip (Complete, courtesy of JazzLib)
 - org.apache.commons.codec (Complete)
 - org.apache.commons.collections.primitives (Complete)
 - org.apache.james.mime4j (Most of it)

Plus lots of other stuff, including Jagg, a pure-Java antialiased
graphics renderer.

You can get it at http://www.cowlark.com/cowj.

The demo shows most of this in action by using HTML5 to load a local ZIP
file and decompress it, all client-side. The performance on Chrome
actually appears to be pretty good and the obfuscated HTML files are
under 100kB (in six permutations).

Have fun.

-- 
┌─── dg@cowlark.com ───── http://www.cowlark.com ─────
│
│ "Under communism, man exploits man. Under capitalism, it's just the
│ opposite." --- John Kenneth Galbrith

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to