Re: Serialization /Incompatible/ classnot found

2018-01-15 Thread jeslinedias84
Hi Collin, Hi Collin, I am using SmartGWT with GWT but the rpc call is made using GWT. None of the collections work during this call, its not just the linkedhashmap. Please let me know how do i get you the " http payload" logs for you to dig further. Connections is a typo, as

Re: @FunctionalInterface VS @JsFunction

2018-01-15 Thread Thomas Broyer
Which is not possible due to the many contraints of JsFunction, that would break a whole lot of apps. -- 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: @FunctionalInterface VS @JsFunction

2018-01-15 Thread Jan Blok
Yeah sure, there are many workarounds...which leads to bloat as shown. Then my request would be to by default have Runnable and Callable in gwt java emulation to be attributed by default with interop.JsFunction :-) Regards Jan On Monday, January 15, 2018 at 4:11:45 PM UTC+1, Thomas Broyer

Re: @FunctionalInterface VS @JsFunction

2018-01-15 Thread Thomas Broyer
On Monday, January 15, 2018 at 4:03:11 PM UTC+1, Jan Blok wrote: > > Hi, > > Would it be possible for GWTc to handle java.lang.FunctionalInterface as > if it was jsinterop.annotations.JsFunction ? > No, if only because JsFunction has many constraints:

@FunctionalInterface VS @JsFunction

2018-01-15 Thread Jan Blok
Hi, Would it be possible for GWTc to handle java.lang.FunctionalInterface as if it was jsinterop.annotations.JsFunction ? The reason for asking is, I have this java code: public void transaction(Runnable runnable) { startTransaction(); try { runnable.run();

Re: Which GWT plugin for Eclipse?

2018-01-15 Thread Thomas Broyer
There's no "official" plugin. All I can say (not being an Eclipse user) is that https://gwt-plugins.github.io/documentation/gwt-eclipse-plugin/Download.html is the only one receiving updates, so this is the recommended one (and likely the only one that actually supports recent versions of

Which GWT plugin for Eclipse?

2018-01-15 Thread claudio . tasso
Hi, I'd like to know which is the "official" plugin to use with the latest version of Eclipse (Oxygen). The Google Plugin for Eclipse is deprecated (as you can see here: https://developers.google.com/eclipse/docs/download) and the official page presents a link to this plugin: