Sunday, October 2, 2011

Re: Announce: Cowj 0.2

Keep it coming man :)


2011/10/2 David Given <dg@cowlark.com>
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




--


--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment