Problems GWT2.7 superdevmode + tomcat server

2015-09-11 Thread Thomas Broyer
The general idea is: * launch your app the same you'd normally do (for production), except you don't need to compile your GWT client code, and you have to serve static assets from a directory (i.e. not a packaged WAR but an "exploded" one, or if you're of an "self-contained executable jar"

Re: Problems GWT2.7 superdevmode + tomcat server

2015-09-11 Thread Ben Dol
There is a way to get it working with the tomcat maven plugin with gwt maven plugin, however I haven't had any luck with that yet. In the mean time you can use a library I wrote up for SuperDevMode to help manipulate compilations. Somewhat a work around to many issues but I find it helps me

Basic SuperDevCompiler + SuperDevModeUI Library

2015-09-11 Thread Ben Dol
So I wanted to invoke SuperDevMode compilations myself removing the need for the bookmarks so I wrote an emulated wrapper for the dev_mode_on.js compiler interface. Then added some useful features to a SuperDevModeUI like auto compile on F5, display compile errors in the same window and an

Re: Dead links on http://www.gwtproject.org

2015-09-11 Thread Florian Friemel
Hi, the site was overhauled earlier this year, and there are still a few things that need fixing/ were already outdated before. You could raise an issue on github and maybe even contribute some fixes. Best, Florian On Monday, September 7, 2015

Re: Basic SuperDevCompiler + SuperDevModeUI Library

2015-09-11 Thread Jens
Are you aware that GWT 2.7 already has automatic recompilation on browser reload by default? -- J. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Print uncaught exception in SDM

2015-09-11 Thread Tranquiliser
I tried a few methods to print the stack trace properly in SDM when a JavaScriptException is caught by UncaughtExceptionHandler. Finally I come up with the code below GWT.setUncaughtExceptionHandler(e -> { if (e instanceof UmbrellaException) { e = e.getCause(); } if (e

Re: Basic SuperDevCompiler + SuperDevModeUI Library

2015-09-11 Thread Ben Dol
Not when you are using Tomcat. I know there are ways to get it working with Tomcat, but I didn't have any luck with it yet. On Saturday, September 12, 2015 at 7:27:35 AM UTC+12, Jens wrote: > > Are you aware that GWT 2.7 already has automatic recompilation on browser > reload by default? > > --

Problems GWT2.7 superdevmode + tomcat server

2015-09-11 Thread 'Thomas Lacroix' via GWT Users
Hi, I would like to use superdevmode with my tomcat8 server, it doesn’t work and I don’t see what I am doing wrong. I followed this video: “Debugging GWT Super Dev Mode using Tomcat” ( https://www.youtube.com/watch?v=w9270Yqt-5I) but I am getting an error HTTP 404 resource not available.

Re: #GWTcon2015, Firenze, November 11th 2015.

2015-09-11 Thread Alberto Mancini
Hi Matic, surely we will record the sessions as much as possible. I'm biased about that but certainly attending will be a better experience ;-) Cheers, Alberto On Thu, Sep 10, 2015 at 8:45 PM maticpetek wrote: > Hi, > Will you record session and publish recording