On Sunday, 2 October 2011 12:52:49 UTC+1, David Given wrote:
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 unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment