Sunday, October 2, 2011

Announce: Cowj 0.2

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iD8DBQFOiFCWf9E0noFvlzgRArICAJ95YNd9UMWUk0Pbqo+lEz7FdP1blACg4IKo
ks29irW0LUnxnUEbar35xNA=
=4VS8
-----END PGP SIGNATURE-----
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

No comments:

Post a Comment