-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 26/04/10 17:44, cretz wrote: > There's nothing like this out there per se since most of it won't work > anyways. You can see where some of the Google guys faked it w/ HTML 5 > stuff (local storage, web sockets, etc) at
There's more to java.io that files --- the code I'm trying to make work is making heavy use of string input and output streams, readers, writers, some buffer types, etc, all of which are strictly in-memory and should work fine on GWT. In fact, I do have the bulk of the java.io implementation from Apache Harmony running (well, compiling) fine under GWT. java.nio is being more of a challenge and will probably need a custom implementation, which is why I was wondering if anyone had done this yet. Unfortunately the biggest problem I've got is that the GWT compiler is crashing on some of my code! - -- ┌─── dg@cowlark.com ───── http://www.cowlark.com ───── │ │ "I love the way Microsoft follows standards. In much the same manner │ that fish follow migrating caribou." --- Paul Tomblin -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iD8DBQFL1fktf9E0noFvlzgRAhfIAKCPUWrlI8cW4qcU6PveqMrwUWYEhwCfRAeB L7brG/iKYE8eSZBXdwzcZvU= =luKn -----END PGP SIGNATURE----- -- 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.
