Re: Weird type error in lambdas with generics, with JsInterop

2020-09-10 Thread Thomas Buckel
Actually, I was able to pin-point to a small piece of code. My feeling is that it fails every time where the callback is a method reference which involved generic types. *JsInterop method called:* @JsType(isNative = true, name = "window", namespace = "") public class CordovaFileSystemGlobal {

Re: Weird type error in lambdas with generics, with JsInterop

2020-09-10 Thread Thomas Buckel
Thanks Jens. The NullPointerException was my first line of investigation. But there are no fields, object or method called 'inspectivity' - it's part of the package names. When debugging in Chrome DevTools, the exception occurred while it was executing the "method declaration line", AFAIK the GWT b

Re: GWT - Angular/React Migration & Integration

2020-04-21 Thread Thomas Buckel
It does somehow. I reminded myself of that today as well. Guess it just feels unusual to me at this stage. Also investigating the iFrame option. On Tue, 21 Apr 2020 at 20:23, Michael Conrad wrote: > Don't know if this will help, but you can set the rootpanel for a GWT > component using an id, s

Re: GWT 2.7 SuperDevMode Compile Times

2017-04-03 Thread Thomas Buckel
Interesting. We're also using GIN and UiBinder, but also GWT-RequestFactory with editors/drivers. So lots to things to be generated. Also wondering how to split client and server into different mvn modules when using ReqFactory - @ProxyForName and @ServiceName should work for class names, howev

GWT 2.7 SuperDevMode Compile Times

2017-04-03 Thread Thomas Buckel
Hi all, I've been working on an enterprise GWT app for the last few years. It has grown and will grow quite a bit and compile times (DevMode, SuperDevMode) are becoming a real pain point for the developers. A SuperDevMode initial compile takes about 50sec with GWT2.7/Java7 on a 2.6GHz i7 Macbo

Re: GwtMaterialDesign vs gwt-polymer-elements

2016-11-30 Thread Thomas Buckel
Thanks for all the feedback. Didn't know that GWT Material was wraps materializecss. I think polymer is the future. However the more seamless integration of GWT Material with GWT Widgets as well as a more gradual migration might give it a bit of an edge for my use case. Also probably easier bring