Re: Migrating to SDM-GWT 2.7.0 : SourceMaps don't load :-(

2014-11-04 Thread Jan Thewes
We're seeing another problem related to SourceMaps. In our case the browser executes a GET request to http://localhost:9997 /sourcemaps/systemTestModule/__HASH___sourcemap.json I don't know why the __HASH__ is not replaced...any ideas? Am Dienstag, 4. November 2014 12:18:56 UTC+1 schrieb Francois

Re: How to trigger a click in a Frame

2014-09-12 Thread Jan Thewes
We've used XDM to exchange messages between the two application. Am Sonntag, 24. August 2014 17:37:52 UTC+2 schrieb Fernando Castro: > > I have a third party application that i want to embedded in my GWT app, > however, this application is a swf, with a menu for some intro animation. I > want to

Re: SeedTable is taking 6% of my applications memory

2014-09-12 Thread Jan Thewes
h take 3MB of memory. That needs to be changed. Am Freitag, 22. August 2014 14:20:56 UTC+2 schrieb Jan Thewes: > > Hey guys, > > we have a really large web application which has been developed using GWT. > When launching our application and creating a "Heap Snapshot" u

Re: Compile Error after switching to 2.6 in first compile run

2014-02-19 Thread Jan Thewes
I understand your points BUT one thing. If I compile my modules alone I don't get any compile error. So compiling every single module works. It has to do something with the order and caches. I just can't nail it down. We're running a real real big GWT application here. I'm close to go back to 2.5

Re: Compile Error after switching to 2.6 in first compile run

2014-02-14 Thread Jan Thewes
do you deploy resources when you "compile" > one by one ? This would publish some jar somewhere that are theun used by > the first project... > > > > > > 2014-02-11 17:09 GMT+01:00 Jan Thewes >: > >> Ok any further information. >> We're

Re: Compile Error after switching to 2.6 in first compile run

2014-02-11 Thread Jan Thewes
behavior... Am Dienstag, 11. Februar 2014 09:25:05 UTC+1 schrieb Jan Thewes: > > Hey guys, > > we have a very strange problem here. > We've a real large application written in GWT using GXT. > We wanted to switch to 2.6 because we need IE10 support. > For that reason we patc

Problem deploying GWT on IIS and Tomcat

2011-06-24 Thread Jan Thewes
I've set up an environment where IIS runs on one server and the RPC endpoints and servlets run on another machine on Tomcat. The site is available entering http://appName I've enabled URL Rewriting in IIS so that every call to http://appName/appService is redirected to http://tomcatMachine/appName