Keep it coming man :)
2011/10/2 David Given <[email protected]> > 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 > > -- GWT API for non Java based platforms http://code.google.com/p/gwt4air/ http://www.gwt4air.appspot.com/ -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
