John Vilk
John Vilk
From what I understand, you are running a server on port 8080 in Doppio *in the browser*, and trying to load an iframe from `http://localhost:8080`? If that is true, then...
I see. You'll need to hack the socket native methods to do that. Let me know if you have any success. I tried to [fix up the outgoing TCP socket...
That's an odd error message. [`flip()` returns a `Buffer`, not a `ByteBuffer`](https://docs.oracle.com/javase/7/docs/api/java/nio/Buffer.html#flip()). Something must be going wrong before ABCL determines the method to invoke!
ABCL *has* worked in Doppio before, btw. I remember testing it.
Thanks for the tip; I didn't realized JDK9 had some breaking changes like that! It'd be nice to move to JDK9 someday.
@jimfb is correct; the tooling does not exist right now. If someone wanted to add support for debuggers to DoppioJVM, the best approach would be to add support for the...
I think it would be a great idea to have a `DoppioURLConnection` class, but I don't have the time to implement one. I'd accept a PR for one, but it'd...
Everything you've said is accurate from what I understand. It would be really nice to have the XHR-based stream-handler-factory as a part of DoppioJVM itself. I feel like most users...
@jimfb are you behind [JavaPoly.js](https://www.javapoly.com/)? I see a Jim is involved, but I dunno if it is you. Looks like they created [what you proposed](http://git.javadeploy.net/jimsproch/JavaPoly/blob/master/src/classes/com/javapoly/XHRHttpURLConnection.java).
Aha! So now things start to make sense. :) Yes, I would really like this to be merged upstream. I lack the time to take any initiative on this until...