Re: GWT 2.7.0 is here

2014-12-04 Thread James Wendel
I wanted to say thank you to the entire GWT team for this release. Incremental compiling for SDM has made it where we can use it at my company and it's seems great in my initial testing on it. Being able to reload a page instantly when there are no changes (or only a few seconds to reload

Re: Development Mode will not be supported in Firefox 27+

2014-03-27 Thread James Wendel
My company got screwed by using GXT2 with gxt-uibinder library that broke with GWT 2.5 due to compiler changes. We've been stuck on GWT 2.4 for that reason as we had 100+ .ui.xml files to convert to pure java. We finally did the work, but it was definitely a painful lesson. -- You received

Compile time with a large project

2014-02-05 Thread James Wendel
We have a fairly large single GWT project that we feel has out-grown itself at this point. It's setup in a way where we could split it out into a collection of smaller projects (though this is not a simple task). What I'm looking to find out: does compile time of large GWT projects scale

Re: Compile time with a large project

2014-02-05 Thread James Wendel
On our build machine (which isn't the fastest thing in the world), it takes 40 minutes to run javac + build 18 permutations. Running the compileReport on it, tie Full code size is just under 5MB. And yes, multiple apps, each having their own html host pages. I was thinking that splitting

Re: Compile time with a large project

2014-02-05 Thread James Wendel
To add. the permutation-0.js generated by the compileReport is 640MB. And using cloc http://cloc.sourceforge.net/, we are at 200k lines of code for java+xml (for uiBinder). -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe

Re: Compile time with a large project

2014-02-05 Thread James Wendel
It's a VM with 4 CPU cores (X5690 CPU, Xeon's are from Q1 2011), and 10GB of ram. It looks like the 40 minute quote was doing with localWorkers=1. On another build with localWorkers=3, the build time was 12 minutes 30 seconds. It looks like on the GWT compile we set: -XX:MaxPermSize=128M

Re: Developer plugin for Firefox 23 doesn't work

2013-08-20 Thread James Wendel
I just upgraded to FF 23.0.1 and devmode seems to be loading just fine for me. No issues that I've seen yet. OSX 10.8.4 FF 23.0.1 GWT plugin 1.23 Eclipse Kepler GWT 2.4.0 -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe

Re: GWT plugin support for Eclipse Kepler (4.3)

2013-06-28 Thread James Wendel
Thanks. I have gone and created a bug on the GPE issue tracker. https://code.google.com/p/google-plugin-for-eclipse/issues/detail?id=221 -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving

GWT plugin support for Eclipse Kepler (4.3)

2013-06-26 Thread James Wendel
I checked the issue tracker for GWT and the google-plugin-for-eclipse and I didn't see any open issues for Kepler (4.3) support. Is this something Google is already working on or should I open an issue on this? (and if so, would that issue be against GWT or the plugin project)? Thanks,

Firefox 18 GWT plugin

2013-01-08 Thread James Wendel
It looks like the Google dev team has already started working on the GWT plugin for Firefox 18 (which was released today). GWT Bug: https://code.google.com/p/google-web-toolkit/issues/detail?id=7877 Firefox release notes: http://www.mozilla.org/en-US/firefox/18.0/releasenotes/ -- You received

Firefox 16 GWT Plugin

2012-10-09 Thread James Wendel
With Firefox 16 now out, the GWT plugin is incompatible again. But it looks like Google is already working on it: http://gwt-code-reviews.appspot.com/1851804/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the

Re: any chance to get FF15 dev plugin

2012-08-30 Thread James Wendel
Tested on OSX 10.6 with FF15 and the GWT plugin seems to be working just fine. On Thursday, August 30, 2012 3:05:33 AM UTC-5, Dimitrijević Ivan wrote: FF15 compatible GWT addon is in trunk

Re: Firefox 13 DevMode Plugin

2012-06-05 Thread James Wendel
As always, thanks for the heads up Alan. On Jun 5, 1:05 pm, Alan Leung acle...@google.com wrote: If anyone is wondering, I am aware and working on it. -Alan -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Firefox 12 release

2012-04-24 Thread James Wendel
Looks like Firefox 12 was released: http://www.mozilla.org/en-US/firefox/all.html Any word on getting a GWT plugin that is compatible with it? Thanks, -James -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: Firefox 12 release

2012-04-24 Thread James Wendel
and waiting for Alan or another Googler to say they have a build or are working on it. I'm not in any real rush, just wanted to get the ball rolling. On Apr 24, 2:40 pm, Qian Qiao qian.q...@gmail.com wrote: On Apr 25, 2012 3:00 AM, James Wendel jmwen...@gmail.com wrote: Looks like Firefox 12

Re: Smart GWT use for commercial software development.

2012-04-04 Thread James Wendel
We've been using EXT GWT (GXT) 2.2.x at my company for a little over a year now and it's a decent framework. I sort of wish we could move to the 3.0 release, but that's not possible at this time. GXT seems to stay up to date with the latest GWT versions, so we haven't had any problems there.

Re: GWT Developer Plugin for Firefox 8

2011-11-12 Thread James Wendel
Agreed. It would be nice to see this uploaded to SVN. On Nov 10, 4:44 pm, bryn ryans snayr...@gmail.com wrote: Any particular reason why the FF8 plugin has been uploadedwww.fileswap.com rather than google-web-toolkit SVN (http://google-web-

Re: GWT/GPE 2.4.0 RC1 is available

2011-07-30 Thread James Wendel
To ask, does the DataGrid differ from CellTable only in the content area being scrollable? Are there are differences I'm not seeing? Thanks, -James On Jul 27, 12:55 pm, David Chandler drfibona...@google.com wrote: GWT 2.4.0 adds a new DataGrid widget with scrollable data area and many