Experiences with Kotlin/JS?

2023-07-13 Thread ji...@jinq.org
I'm a long-time GWT user, but I've recently been tempted by the siren songs of Kotlin/JS. Does anyone have any experience with it? Is it worth migrating to? How large is its JS output compared to GWT? Is the code output reliable and mature? How is the debugging? How is the JS interop? I've

Re: Is it possible to implement a web worker with GWT?

2020-10-16 Thread ji...@jinq.org
I use a GWT web worker in one of my apps. I ended up hacking the existing cross-site linker to leave out the stuff that make things messy (such as super-dev mode). I'm not sure everything it there, but you should be able to just dump everything in the package com.wobastic.gwt.webworker.linker

Window.open can not work in IE

2010-03-04 Thread Ji
Hi guys, I use GWT Window.open to open another page. Firefox, Safari, and Chrome all work find, except IE. Error Message is : Invalid argument. My Code is: Window.open(http://www.google.com;, Google, ); Anyone has idea what went wrong? Thank you indeed!!! Jim -- You received this message

Re: Problem of Unable to determine my ip

2009-12-20 Thread Ji
I had changed the hostname to localhost, and everything works fine now. Thank you again. By the war, my original hostname is something like this Xx.myDomain On Dec 19, 2:36 pm, darrell pfeifer darrel...@gmail.com wrote: On Dec 16, 9:22 pm, Ji jimzhang...@gmail.com wrote: Hi guys, I had

Problem of Unable to determine my ip

2009-12-18 Thread Ji
Hi guys, I had problem on running GWT project. I use fedora 11 + eclipse3.5.1 ,when i run the GWT project, it throws a exception: java.lang.RuntimeException: Unable to determine my ip, then Stopping AppEngine server. Could anybody help, thanks advance. -- You received this message because you