[gwt-contrib] Re: New JsInterop document

2015-11-09 Thread Cristian Rinaldi
Goktug: Nice Work!! How can we handle constructors of native types that receive parameters? By Example Promise in JS: new Promise(*executor*); new Promise(function(resolve, reject) { ... }); I resolve with a static method and JSNI: public final static native Promise

[gwt-contrib] Re: New JsInterop document

2015-11-09 Thread Cristian Rinaldi
Thanks Julien!!! This work fine!! El viernes, 23 de octubre de 2015, 4:13:55 (UTC-3), Goktug Gokdogan escribió: > > As we are getting close to 2.8 release I wrote a new document that is > concentrating on jsinterop features to be released in 2.8: > >

Re: The future of GWT and functional programming on the web

2015-11-09 Thread salk31
I've got a horrible Betamax feeling but I really can't face going back to the "cool kids" framework of the month. On Saturday, November 7, 2015 at 5:31:00 AM UTC, steve Zara wrote: > > I'm at a loss to understand why the current page of examples contains > links to videos from the LAST DECADE.

[gwt-contrib] Re: GWT Smoke Test Checklist - Invitation to comment

2015-11-09 Thread Brandon Donnelson
I'll help out starting tomorrow. On Monday, November 9, 2015 at 11:40:22 AM UTC-8, Daniel Kurka wrote: > > Daniel Kurka has invited you to *comment on* the following > spreadsheet: > GWT Smoke Test Checklist >

Question asked December 2014 about release dates

2015-11-09 Thread steve Zara
As the time when a release candidate for GWT 2.8 was supposed to be make public has come and gone, am re-posting a question asked in December 2014 about release dates "Since I was expecting *lambdas* to appear in *2.7*, now I'm checking for *GWT 2.8* release announcement daily (or sometimes

Re: JsInterop - Collection of native Interfaces

2015-11-09 Thread Cristian Rinaldi
David: Most of the native code(JSNI), I used to object instantiation, now, in this change I eliminated almost all code except some constructors. I changed a lot of the Promise. And I uploaded a test project called gwt-playground . El

Re: Send message to server when closing brwosertab

2015-11-09 Thread Dominic Warzok
> > Hey thanks for your Hints. > But you don't recommed this. Can you tell me how to handle it otherwise? @DavidN Can you show me a code example how to do this ? Thanks in advance Dominic -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To

IntelliJ 15, SuperDevMode, AppEngine, Gradle

2015-11-09 Thread Evan Ruff
Hey guys, I'm starting a new GWT project and, seeing as how we're on the precipice of GWT 2.8 with JsInterop, I've decided to try to get myself together and upgrade my project and setup. It's a fresh project, but I had a working Eclipse version based on GWT-Views and some OAuth stuff. I've

[gwt-contrib] Re: Help testing the GWT 2.8 release

2015-11-09 Thread Brandon Donnelson
I can help, send me the instructions. On Monday, November 2, 2015 at 12:14:07 PM UTC-8, Daniel Kurka wrote: > > Hi all, > > the GWT team needs help testing the GWT 2.8.1-beta1 release. As always, > before we publicize the release we are doing a bunch of DOA (dead on > arrival tests) before we

Re: IntelliJ 15, SuperDevMode, AppEngine, Gradle

2015-11-09 Thread Jens
> 1. If I'm using AppEngine and SDM, do I need to have to separate debug > configurations? One for SDM and one for AppEngine? Then start them one > after the other? > Never used AppEngine but I would generally say yes since you most likely launch SDM with -noserver when using AppEngine

[gwt-contrib] Re: GWT Smoke Test Checklist - Invitation to comment

2015-11-09 Thread Brandon Donnelson
Which JDK should I use? On Monday, November 9, 2015 at 2:20:37 PM UTC-8, Brandon Donnelson wrote: > > I'll help out starting tomorrow. > > On Monday, November 9, 2015 at 11:40:22 AM UTC-8, Daniel Kurka wrote: >> >> Daniel Kurka has invited you to *comment on* the following spreadsheet: >> GWT