Java 8 Date/Time API Support (JSR 310)

2016-12-23 Thread Bruce Alspaugh
Does GWT support the Java 8 date/time classes in the java.time package? If not, can the JSR 310 backport be used: http://www.threeten.org/threetenbp/ The new date/time classes work a lot better for me than the legacy date/calendar classes, and it would be helpful if date picker widgets could

HTTP/2 Server Push

2016-12-23 Thread Evan Ruff
Hello, I've been away from GWT for a bit and am looking into creating an embeeded jCEF project using a Jetty Backend and a Chromium Browser. I was wondering if there were any libraries out there to help integrate the GWT client side with the HTTP/2 Server Push features of Jetty 9 (and later

Re: gxt combobox not scroll vertical

2016-12-23 Thread Mike Warne
Have you asked this on the gxt forums? Sorry not familiar with gxt Mike -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: GWT and async requests (startAsync)

2016-12-23 Thread Robert J. Carr
Thanks Thomas. I was hoping it'd be easier and I was just missing something. Moving this call out of rpc is probably the best solution. Thanks again for the guidance! Since servlets 3 had been out for a long time now it'd be a great idea to have the developers write this feature into

GWT and async requests (startAsync)

2016-12-23 Thread Thomas Broyer
GWT RPC has been thought of as blocking on the server side. Making it async would require changes to the RemoteServiceServlet: most likely the method would be async just like on the client side with the implementation calling the callbacks onSuccess or onFailure. Your best bet here would be to

Re: [gwt-contrib] GWT Plugin v3.0 and tbroyer maven integration ?

2016-12-23 Thread stuckagain
That file is generated by the maven plugin. Well, for now I have it working by forcing a maven verify from the command line, but I was expecting it to just work. On Friday, December 23, 2016 at 11:04:19 AM UTC+1, juan_pablo_gardella wrote: > > Did you check if it works by putting in

Re: [gwt-contrib] GWT Plugin v3.0 and tbroyer maven integration ?

2016-12-23 Thread Juan Pablo Gardella
Did you check if it works by putting in Application.gwt.xml in src/main/java instead of src/main/resources? On Fri, 23 Dec 2016 at 06:48 stuckagain wrote: > > Living behind a corporate firewall is hell as I cannot get my hands on the > GWT plugin (I have a support case

[gwt-contrib] GWT Plugin v3.0 and tbroyer maven integration ?

2016-12-23 Thread stuckagain
Living behind a corporate firewall is hell as I cannot get my hands on the GWT plugin (I have a support case open for now 3+ months) unless I build it myself and produce a zip file of the eclipse plugin and somehow get it on my dev computer. I tried to build the 3.0-SNAPSHOT release on my