Monday, February 10, 2014

Re: Emulation for java.io



On Saturday, February 8, 2014 9:16:49 PM UTC+1, V.B. wrote:
Hi Thomas,
   Side note: I love that you're so active on this forum. Keep up the great work.

Refactoring, of course, is ideal when possible. However, refactoring is not always an option. Who among us hasn't had to rely on code that we don't control or own? The pieces of code we would like to use client-side fall into that category. The performance issue you mentioned, for us a least, would be a welcome change over the long-term headache of maintaining wrappers/parallel classes/parallel hierarchies/etc.

I have some very old code (2008-2009) that emulated java.io in Adobe AIR: https://code.google.com/p/gwt-in-the-air/source/browse/trunk/super/net/ltgt/gwt/air/emul/java/io/
And the Quake 2 port has some emulation code too: https://code.google.com/p/quake2-gwt-port/source/browse/src/com/google/gwt/corp/emul/java/

--
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