Emit(xmpp chat) connection Error:5920#0: *52 upstream timed out (110: Connection timed out) while connecting to upstream,

2012-10-06 Thread Alex Luya
I tried to run emit(a gwt implemention of xmpp client) with ejabberd,and it works fine. I noticed that the developers of emit use a java servlet to proxy request to ejabberd: https://github.com/EmiteGWT/hablar/blob/master/src/main/java/de/spieleck/servlets/ProxyServlet.java), And I want to

Re: Are you happy with GWT?

2012-10-06 Thread Charlie Youakim
Thank you to all the replies. You covered the concerns I had and more. On Friday, October 5, 2012 11:53:17 AM UTC-4, Charlie Youakim wrote: I'm deciding on whether to switch my team to GWT. I think the biggest thing for me as the tech lead for the company is Are you happy with your choice

Super dev mode w/o jetty

2012-10-06 Thread Jeffrey Chimene
Hi: For those not using Jetty as their codeserver, is super dev mode available? It's not clear to me how http://localhost:9876 will run my server-side Perl scripts. I run Perl scripts on the server, and Jetty does not provide that service. I've been using classic dev mode for years, with no

Re: Super dev mode w/o jetty

2012-10-06 Thread Dennis Haupt
sounds like you never tried to use it. just start the super dev mode nd give it all sources in the classpath. it's a server which will give you two buttons when you access it with a browser. both are magic javascript links (you can use them as bookmarks) which will make your browser load its

Re: Super dev mode w/o jetty

2012-10-06 Thread Jeffrey Chimene
On 10/06/2012 10:40 AM, Jeffrey Chimene wrote: Hi: For those not using Jetty as their codeserver, is super dev mode available? It's not clear to me how http://localhost:9876 will run my server-side Perl scripts. I run Perl scripts on the server, and Jetty does not provide that service.

Re: Are you happy with GWT?

2012-10-06 Thread David
GWT. You had me at Hello World.I can't GWT you. :) On Friday, October 5, 2012 11:53:17 AM UTC-4, Charlie Youakim wrote: I'm deciding on whether to switch my team to GWT. I think the biggest thing for me as the tech lead for the company is Are you happy with your choice to use GWT? My

RequestFactory ValidationTool works on Linux but not on Windows

2012-10-06 Thread Aldo Neto
Hi, I'm migrating my project to GWT 2.4 (I was using GWT v2.3) and when running the ValidationTool I'm getting an error, but that error is only displayed on Windows. When I run the same project on Linux, I get no error. The output message is below. I checked the ContratoUsuarioRequest class and

Re: RequestFactory ValidationTool works on Linux but not on Windows

2012-10-06 Thread Thomas Broyer
Which version of Java (Oracle vs. OpenJDK, 6 vs. 7, etc.) are you using on both OSes? Are they exactly the same? Are you sure you're running exactly the same command? (same classpath, etc.) On Saturday, October 6, 2012 11:41:18 PM UTC+2, Aldo wrote: Hi, I'm migrating my project to GWT 2.4 (I

Re: RequestFactory ValidationTool works on Linux but not on Windows

2012-10-06 Thread Aldo Neto
I'm using Java 1.6 on both, but Oracle on Windows and OpenJDK on Linux. The command is the same and the classpath should not be the problem, as I have other requests in the same directory as this one (the ContratoUsuarioRequest) and they present no errors. Thanks On Sat, Oct 6, 2012 at 7:09 PM,

mp3 resources - can they be played from within GWT?

2012-10-06 Thread jones34
Is there any way (a widget, maybe) I can play an MP3 that I have as gwt resource, without leaving gwt or sending the user to a new browser tab? An MP3 player widget, maybe? thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view

Re: Are you happy with GWT?

2012-10-06 Thread casagrandeale
Absolutely yes!! Our company was choosen for develop a system that handles incoming radio digital communications from ships at sea, it is a system for safety at sea. The required solution need to have web access for remote operation. We chose to develop a web solution for the whole system, so

Re: Announcing Screencast on how to setup Gin for IOC

2012-10-06 Thread Jambi
Great! Thanks a lot! The stream is a little bit slow though Am Samstag, 6. Oktober 2012 07:58:44 UTC+2 schrieb gpike: Hi everyone just wanted to let you know I released a screencast on using Gin in your GWT application to control the lifecycle of your objects. Gin extends the features of

Re: DevMode not working in Chrome after update

2012-10-06 Thread Brandon Donnelson
Hmmm. I haven't had an auto update issue yet. Although I can only run one instance of either the older version or the newer version. On Friday, October 5, 2012 3:53:15 PM UTC-7, Jordan S. Jones wrote: I was using Brandon's workaround, but I didn't disable auto-updates. So when I opened up