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 whe

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 th

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 -Xmx

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 , 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 unsubsc

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 th

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 line

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 fr

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 e

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, -James

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 > http://code.google.com/p/google-web-toolkit/source/browse/trunk/plugins/xpcom/prebuilt/gwt-dev-plugin

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 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 email to google-w

Re: GAE/GWT server side data inconsistent / not persisting between instances

2012-05-20 Thread Wendel
This belongs in the GAE group. Use the gae backends and sign game instances to backend instances. So a game requests come in via a servlet on a dynamic instance, then the request is forwarded to the back-end. In the back-end you can keep the game states in memory. Op woensdag 16 mei 2012 16:

Re: Google IO 2012 : no GWT session ?

2012-05-20 Thread Wendel
What I can tell is that there is a temporary ''wave" and "buzz" about Dart. Great technology but nobody needs it right now. Business wise it is very expensive to have you team learning a new language or framework, so you need a compelling reason. About the session: > Curious to learn how to po

Re: JSNI madness!

2012-05-20 Thread Wendel
public static native void methodA() /*-{ var that = this; something.bind("hi", function () { th...@my.pack.age.FooBar.methodB(); }); }-*/; -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this di

Re: Firefox 12 release

2012-04-24 Thread James Wendel
itting 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 wrote: > On Apr 25, 2012 3:00 AM, "James Wendel" wrote: > > > Looks like Firefox 12 was

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 em

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. GXT

Re: Google Product Forums for GWT

2012-02-14 Thread Wendel
It works fine but is pointing to the old classic interface: http://groups.google.com/group/google-web-toolkit Instead of the forum interface which can be accessed via this url. https://groups.google.com/forum/#!forum/google-web-toolkit<#%21forum/google-web-toolkit> -- You received this messag

Re: Google Product Forums for GWT

2012-02-10 Thread Wendel
Thanks, but I wasn't, like many I enter the group via http://code.google.com/intl/nl/webtoolkit/community.html Devs, please update the links. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit htt

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 wrote: > Any particular reason why the FF8 plugin has been uploadedwww.fileswap.com > > rather than google-web-toolkit SVN (http://google-web- > toolkit.googlecode.com/svn/trunk/plugins/xpcom/prebuilt/)? > > Tha

Re: Need help with parallel build (ant)

2011-08-31 Thread Wendel
Thanks for the reply, I already got that working. For development the permutations are disabled. I'd like to know how to compile the modules independently and then link them together. If possible. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit"

Need help with parallel build (ant)

2011-08-30 Thread Wendel
Hello, We are working on a project which has 5 modules and one entry point. Four modules can be build independently, in 0.20 seconds. The main module is called site, it has the entry point and uses all modules. Can you use the ANT parallel tag in this case? If you gwt compile the site module th

We encountered a problem or limitation with imagebundle, bug?

2011-08-23 Thread Wendel
Hello, We use ImageBundle for a large set of small icons. It works great and I can highly recommend this feature. But, :-) It seems that we encountered a roof. After adding another icon, the gwt compiler reported an error. Line 3028: The code of method getText() is exceeding the 65535 bytes lim

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 wrote: > GWT 2.4.0 adds a new DataGrid widget with scrollable data area and > many enhancements to RequestFacto