Jsinterop: java arrays, native arrays, JsArray and strings

2019-09-18 Thread Vassilis Virvilis
Hi, I want to know if a java array is the same underlying object with a js native array. @JsType(isNative = true, namespace = JsPackage.GLOBAL, name = "Object") > public static class MyObject { > int x; > > @JsOverlay > public static MyObject create(int x) { >

Re: BPM designer

2019-09-18 Thread Maikel Angueira Inouye
I am implementing a BPM tool (https://www.appollo-systems.com ). Our team use a graphical library(propetary) called YFiles. Best Regards, On Mon, Sep 16, 2019 at 8:44 AM, David wrote: I am assigned to develop BPM designer. I like to use GWT to achieve it.

Maven Plugin for GWT: "An internal error occurred during: "BBj - GWT Compile". Model not available for BBj"

2019-09-18 Thread 'Jim Douglas' via GWT Users
I was able to get a Java 11 / Eclipse 2019-06 development environment building my GWT project with Maven Plugin for GWT a few months ago, but the GWT compile stopped working after updating to Eclipse 2019-06 today, and the error message

Re: Maven Plugin for GWT: "An internal error occurred during: "BBj - GWT Compile". Model not available for BBj"

2019-09-18 Thread 'Jim Douglas' via GWT Users
(That should have said " after updating to Eclipse 2019-09 today.") On Wednesday, September 18, 2019 at 11:22:07 AM UTC-7, Jim Douglas wrote: > > I was able to get a Java 11 / Eclipse 2019-06 development environment > building my GWT project with Maven Plugin for GWT >