[gwt-contrib] Re: Upgrade bundled jetty to 9.2.16.v20160414

2016-05-08 Thread Alexander Leshkin
воскресенье, 8 мая 2016 г., 23:07:37 UTC+3 пользователь Thomas Broyer написал: > > Not sure I understand your concern: Jetty is no longer bundled in gwt-dev > in 2.8.0-SNAPSHOT (Maven artifacts only) I mean gwt-dev from SDK which is used in eclipse plugin. -- You received this message

Re: [gwt-contrib] Re: Generator and Linker maintenance and changes

2016-05-08 Thread Colin Alworth
Thanks everyone. Since we don't really have much of a consensus on this, perhaps we can take some middle ground here? I certainly agree that we want people to move away from generators in general, though without finished solutions for some of the tricks generators can do, this will be tricky.

Re: GWT 2.8 delays

2016-05-08 Thread 'steve Zara' via GWT Users
I will see if I can find time to help. On 8 May 2016 at 21:36, Jens wrote: > Is there anything that can be done to assist with progress? Is there a >> problem with lack of interest in GWT from, say, Google? Does GWT 2.8 >> involve too many features when compared to

Re: GWT 2.8 delays

2016-05-08 Thread 'steve Zara' via GWT Users
Thank you - it does highlight where help can be given. I'm really surprised at the situation with Java 8 emulation - is this something that Google is just not interested in? It seems odd given their description of Java technologies that give them cross-platform development: Android JDK, GWT, and

Re: GWT 2.8 delays

2016-05-08 Thread Jens
> > Is there anything that can be done to assist with progress? Is there a > problem with lack of interest in GWT from, say, Google? Does GWT 2.8 > involve too many features when compared to 2.7? Is there a lack of > developers working on GWT? Are more testers needed? Basically it has

Re: Returning String From JSNI method

2016-05-08 Thread Jens
Because your request is asynchron and your JSNI code does not wait at the $wnd.$.get call. Your method will complete immediately and return nothing as it does not have a return statement. You would need to change your getData() method to something like: public native void getData(String

[gwt-contrib] Re: Upgrade bundled jetty to 9.2.16.v20160414

2016-05-08 Thread Thomas Broyer
Not sure I understand your concern: Jetty is no longer bundled in gwt-dev in 2.8.0-SNAPSHOT (Maven artifacts only) -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an

Returning String From JSNI method

2016-05-08 Thread james0072
I have the following method. If I call this method I always get a null or empty string, however the console.log(data) shows that indeed "data" has something in it. Why is data not being returned? public native String getData(String trainerName)/*-{ var self = this; $wnd.$.get(

GWT 2.8 delays

2016-05-08 Thread 'steve Zara' via GWT Users
GWT 2.8 is now well over a year behind what seemed to be the original schedule. I'm having to deal with colleagues who say they have lost confidence in the GWT project, which is a problem as I have GWT projects to support and further develop, as part of what I hope will be a globally used and

[gwt-contrib] Re: Upgrade bundled jetty to 9.2.16.v20160414

2016-05-08 Thread Alexander Leshkin
воскресенье, 8 мая 2016 г., 10:47:36 UTC+3 пользователь Thomas Broyer написал: > > Is 9.2.16 API-compatible with 9.2.14? Unfortunately I don't have much experience with 9.2.x backward compatibility. But jetty 9.2.16 from custom GWT SDK build works well in our GWT applications. > What does

[gwt-contrib] Upgrade bundled jetty to 9.2.16.v20160414

2016-05-08 Thread Thomas Broyer
Is 9.2.16 API-compatible with 9.2.14? What does 9.2.16 bring to the table? (BTW, if using Maven artifacts, you can easily upgrade without rebuilding) -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop