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

2014-10-15 Thread mtr
Lost of Development Mode is kind of tombstone for GWT projects in my company :( Most of Java oriented developers switched to JS frameworks as they lost their one common language environment argument. JS oriented developers, well they were always in opposition to slow and clumsy java

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

2014-10-15 Thread Jens
With SDM I'm bind to Chrome at least if I want to use source maps ? Firefox and IE 11 both support source maps as well. Opera should also support it as it is now based on Chrome. In case source maps is not supported you still see nearly unoptimized JavaScript that looks very similar to

Re: SDM incremental compiles and generators

2014-10-15 Thread Guus Bloemsma
Why do you need the injector? I'm not trying to be a smartass, just curious. cheers, Guus -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: SDM incremental compiles and generators

2014-10-15 Thread Gal Dolber
I kept digging on this issue. I was wrong before, its not that the presenters reference the injector, the problem is that on every recompile gwt add the entry point and trace all the reachable classes on the project. My entry point has the reference to the injector and my injector has a reference

protobuf, thrift, Avro, Odata

2014-10-15 Thread Olaf Raether
I´m looking for a serializing library to exchange data with a .net application. I have in mind something like protobuf, thrift, Avro or Odata. Has anyone experience with one of these libraries in GWT ? Looks like, if the implementations for java are working all fine, but seems to be not that

Re: protobuf, thrift, Avro, Odata

2014-10-15 Thread Jens
Protobuf for the lite runtime might be GWT compatible if it does not use reflection. Other than that I always wanted to try https://github.com/dcodeIO/ProtoBuf.js which seems pretty feature complete and should be easy to use through GWT. -- J. -- You received this message because you are

Re: GPE Preview Build Testing

2014-10-15 Thread jonl
I would be interested. Will it also work in Kepler or Luna only? On Monday, October 13, 2014 10:31:01 AM UTC-7, Brandon Donnelson wrote: Would anybody be interested in testing a GPE preview build with the SDM enhancement? (This will only work in a clean Luna install, and should not be

Re: GPE Preview Build Testing

2014-10-15 Thread Brandon Donnelson
Clean build of Luna, this plugin will not upgrade the current versions. I'll use your email address to share a copy. Download and install a clean copy of Luna and then I'll send a zip which can be used to install from as an archive. On Wednesday, October 15, 2014 10:48:18 AM UTC-7, jonl

Re: newbie CellList Question (remove selected)

2014-10-15 Thread Rogelio Flores
I'd just put a unique ID in each object and use it to identify them. On Friday, September 19, 2014 7:28:36 AM UTC-6, Aaron Weber wrote: I'm using two CellLists as a multi-selection mechanism, both backed with a DataListProvider and KeyProvider for a small, private class (with a couple of

[gwt-contrib] Re: Can't get 'ant test' to pass it times out

2014-10-15 Thread Scott Morgan
Hi All, Thanks for all of you replies, I will start looking at this again in a few days. Also what build tools are you looking at? Historically I have favored ant over maven because it is more flexible, however I have spent a good chunk of the last week thinking about writing a build system