Thursday, October 17, 2019

Re: GWT goodies!

Hristo,  Thanks for that.  I had not heard of Tabulator -- it could be useful.  Cheers!

On Friday, October 18, 2019 at 4:56:27 AM UTC+11, Hristo Stoyanov wrote:
Hello all,
I have been maintaining a few GWT projects, mostly JsInterop wrappers around popular and useful JS libs that I think others can find useful. All is Apache 2.0 licensed, at various state of maturity. Contributions welcome!




GWT goodies

This repository provides GWT/JSInterop/JACL wrappers for useful and popular JS libraries and utility projects. All projects are Apache 2.0 licensed, contributions are welcome!


JS-Cookie

A wrapper for JS Cookie JS library for easy handling of cookies. More ...


Tabulator

A wrapper for the Tabulator JS grid component. More ...


Stripe

A Stripe API wrapper. More ...


UIKIT

A wrapper for the very nice UiKit web site framework. More ...


reCaptcha

A wrapper for Google reCaptcha. More ...


JWT

A JWT wrapper for various providers (Auth0 for now, Okta and Keycloak to come ...) More ...


Utils

Utility code used in some of the other modules More ...


--
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 google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/b2d7e4ca-186f-49dd-8bc0-dbe81e4f1a20%40googlegroups.com.

GWT goodies!

Hello all,
I have been maintaining a few GWT projects, mostly JsInterop wrappers around popular and useful JS libs that I think others can find useful. All is Apache 2.0 licensed, at various state of maturity. Contributions welcome!




GWT goodies

This repository provides GWT/JSInterop/JACL wrappers for useful and popular JS libraries and utility projects. All projects are Apache 2.0 licensed, contributions are welcome!


JS-Cookie

A wrapper for JS Cookie JS library for easy handling of cookies. More ...


Tabulator

A wrapper for the Tabulator JS grid component. More ...


Stripe

A Stripe API wrapper. More ...


UIKIT

A wrapper for the very nice UiKit web site framework. More ...


reCaptcha

A wrapper for Google reCaptcha. More ...


JWT

A JWT wrapper for various providers (Auth0 for now, Okta and Keycloak to come ...) More ...


Utils

Utility code used in some of the other modules More ...


--
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 google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/125a6880-b2bc-4cb4-84b2-c609da7b74c1%40googlegroups.com.

Re: [ANN] (Unofficial) Elemental2 2.26 release

Rob, Peter, thanks for clarifying and looking into this!

On Wednesday, October 16, 2019 at 7:02:53 PM UTC-7, Peter Donald wrote:
Unfortunately, 2.26 is not compatible with GWT 2.8.2 - we were testing with a later version of GWT and I did not pick this up before I sent the mail. Sorry about that!

2.26 will be compatible with GWT 2.9 when/if that gets out.

On Thu, Oct 17, 2019 at 12:08 PM Hristo Stoyanov <hr.st...@gmail.com> wrote:
Peter,
Getting this error with Elemental 2.26 and GWT 2.8.2:

elemental2_version=2.26
jsinterop_base_version=1.0.0-b2-e6d791f
jsinterop_version=1.0.2-p1
...
Compiling module com.recres.web.MainDev     Tracing compile failure path for type 'elemental2.core.JsArray'        [ERROR] Errors in 'jar:file:/C:/g/caches/modules-2/files-2.1/org.realityforge.com.google.elemental2/elemental2-core/2.26/1c407ef9a7e45ecc39be56283e9fe8d677060257/elemental2-core-2.26.jar!/elemental2/core/JsArray.java'           [ERROR] Line 3: The type javaemul.internal.ArrayStamper is not visible           [ERROR] Line 258: ArrayStamper cannot be resolved     [ERROR] Aborting compile due to errors in some input files

Downgrading to 2.25 fixes the issue. Any clue?

On Sunday, August 25, 2019 at 5:25:29 PM UTC-7, Peter Donald wrote:
Elemental2 provides type-checked access to browser APIs for Java
code. This is done by using closure extern files and generating
JsTypes, which are part of the new JsInterop specification that
is implemented in both GWT and J2CL.

https://github.com/google/elemental2

This is an unofficial release to Maven Central under a different groupId.
Please don't bug the original authors. Versions are released on demand.

API Changes relative to Elemental2 version 2.25

elemental2-core:
  API Differences: https://jsinterop.github.io/api-diff/?key=elemental2-core&old=2.25&new=2.26
  - 1 non breaking changes.
  - 3 potentially breaking changes.
  - 1 breaking changes.
elemental2-dom:
  API Differences: https://jsinterop.github.io/api-diff/?key=elemental2-dom&old=2.25&new=2.26
  - 33 non breaking changes.
  - 65 potentially breaking changes.
  - 30 breaking changes.

The complete set of Elemental2 API differences is available at

  https://jsinterop.github.io/api-diff/?key=elemental2&old=2.25&new=2.26

The Maven dependencies can be added to your pom.xml via

    <dependency>
      <groupId>org.realityforge.com.google.elemental2</groupId>
      <artifactId>${artifact-id}</artifactId>
      <version>2.26</version>
    </dependency>

where artifact-id is one of

* elemental2-core
* elemental2-dom
* elemental2-promise
* elemental2-indexeddb
* elemental2-svg
* elemental2-webgl
* elemental2-media
* elemental2-webstorage
* elemental2-webassembly

Hope this helps,

Peter Donald

-- 
--
Cheers,

Peter Donald

--
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 google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/76ddfcb4-309d-4750-a511-7ac273edb4d8%40googlegroups.com.

Wednesday, October 16, 2019

Re: [ANN] (Unofficial) Elemental2 2.26 release

OK I was wrong.  I thought I was using 2.26, but I am using other maven dependencies (elemento) which depend on 1.0.0-RC1, and that is having precedence over 2.26.

On Thursday, October 17, 2019 at 12:49:27 PM UTC+11, Rob Newton wrote:
Hristo,

I am using realityforge's elemental2 version 2.26 with GWT 2.8.2 and it is fine.

I understand what you would use jsinterop_base_version for (the jsinterop-base artifact version), but what are you using jsinterop_version for?  1.0.2-p1 looks too recent, and will require GWT 2.9 when it comes out.

-Rob

--
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 google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/0dbc7ee1-6442-4893-9fa1-39c34ce22fbb%40googlegroups.com.

Re: [ANN] (Unofficial) Elemental2 2.26 release

Unfortunately, 2.26 is not compatible with GWT 2.8.2 - we were testing with a later version of GWT and I did not pick this up before I sent the mail. Sorry about that!

2.26 will be compatible with GWT 2.9 when/if that gets out.

On Thu, Oct 17, 2019 at 12:08 PM Hristo Stoyanov <hr.stoyanov@gmail.com> wrote:
Peter,
Getting this error with Elemental 2.26 and GWT 2.8.2:

elemental2_version=2.26
jsinterop_base_version=1.0.0-b2-e6d791f
jsinterop_version=1.0.2-p1
...
Compiling module com.recres.web.MainDev     Tracing compile failure path for type 'elemental2.core.JsArray'        [ERROR] Errors in 'jar:file:/C:/g/caches/modules-2/files-2.1/org.realityforge.com.google.elemental2/elemental2-core/2.26/1c407ef9a7e45ecc39be56283e9fe8d677060257/elemental2-core-2.26.jar!/elemental2/core/JsArray.java'           [ERROR] Line 3: The type javaemul.internal.ArrayStamper is not visible           [ERROR] Line 258: ArrayStamper cannot be resolved     [ERROR] Aborting compile due to errors in some input files

Downgrading to 2.25 fixes the issue. Any clue?

On Sunday, August 25, 2019 at 5:25:29 PM UTC-7, Peter Donald wrote:
Elemental2 provides type-checked access to browser APIs for Java
code. This is done by using closure extern files and generating
JsTypes, which are part of the new JsInterop specification that
is implemented in both GWT and J2CL.

https://github.com/google/elemental2

This is an unofficial release to Maven Central under a different groupId.
Please don't bug the original authors. Versions are released on demand.

API Changes relative to Elemental2 version 2.25

elemental2-core:
  API Differences: https://jsinterop.github.io/api-diff/?key=elemental2-core&old=2.25&new=2.26
  - 1 non breaking changes.
  - 3 potentially breaking changes.
  - 1 breaking changes.
elemental2-dom:
  API Differences: https://jsinterop.github.io/api-diff/?key=elemental2-dom&old=2.25&new=2.26
  - 33 non breaking changes.
  - 65 potentially breaking changes.
  - 30 breaking changes.

The complete set of Elemental2 API differences is available at

  https://jsinterop.github.io/api-diff/?key=elemental2&old=2.25&new=2.26

The Maven dependencies can be added to your pom.xml via

    <dependency>
      <groupId>org.realityforge.com.google.elemental2</groupId>
      <artifactId>${artifact-id}</artifactId>
      <version>2.26</version>
    </dependency>

where artifact-id is one of

* elemental2-core
* elemental2-dom
* elemental2-promise
* elemental2-indexeddb
* elemental2-svg
* elemental2-webgl
* elemental2-media
* elemental2-webstorage
* elemental2-webassembly

Hope this helps,

Peter Donald

--
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 google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/88772e13-7233-4257-9cd7-2aa15c7b959f%40googlegroups.com.


--
Cheers,

Peter Donald

--
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 google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/CACiKNc5d7VbNLvqHnhsPEqPR8FDvOs9EiscaNR9KYr60%3DDq4rQ%40mail.gmail.com.

Re: [ANN] (Unofficial) Elemental2 2.26 release

Hristo,

I am using realityforge's elemental2 version 2.26 with GWT 2.8.2 and it is fine.

I understand what you would use jsinterop_base_version for (the jsinterop-base artifact version), but what are you using jsinterop_version for?  1.0.2-p1 looks too recent, and will require GWT 2.9 when it comes out.

-Rob

On Thursday, October 17, 2019 at 12:07:38 PM UTC+11, Hristo Stoyanov wrote:
Peter,
Getting this error with Elemental 2.26 and GWT 2.8.2:

elemental2_version=2.26
jsinterop_base_version=1.0.0-b2-e6d791f
jsinterop_version=1.0.2-p1
...
Compiling module com.recres.web.MainDev     Tracing compile failure path for type 'elemental2.core.JsArray'        [ERROR] Errors in 'jar:file:/C:/g/caches/modules-2/files-2.1/org.realityforge.com.google.elemental2/elemental2-core/2.26/1c407ef9a7e45ecc39be56283e9fe8d677060257/elemental2-core-2.26.jar!/elemental2/core/JsArray.java'           [ERROR] Line 3: The type javaemul.internal.ArrayStamper is not visible           [ERROR] Line 258: ArrayStamper cannot be resolved     [ERROR] Aborting compile due to errors in some input files

Downgrading to 2.25 fixes the issue. Any clue?

On Sunday, August 25, 2019 at 5:25:29 PM UTC-7, Peter Donald wrote:
Elemental2 provides type-checked access to browser APIs for Java
code. This is done by using closure extern files and generating
JsTypes, which are part of the new JsInterop specification that
is implemented in both GWT and J2CL.

https://github.com/google/elemental2

This is an unofficial release to Maven Central under a different groupId.
Please don't bug the original authors. Versions are released on demand.

API Changes relative to Elemental2 version 2.25

elemental2-core:
  API Differences: https://jsinterop.github.io/api-diff/?key=elemental2-core&old=2.25&new=2.26
  - 1 non breaking changes.
  - 3 potentially breaking changes.
  - 1 breaking changes.
elemental2-dom:
  API Differences: https://jsinterop.github.io/api-diff/?key=elemental2-dom&old=2.25&new=2.26
  - 33 non breaking changes.
  - 65 potentially breaking changes.
  - 30 breaking changes.

The complete set of Elemental2 API differences is available at

  https://jsinterop.github.io/api-diff/?key=elemental2&old=2.25&new=2.26

The Maven dependencies can be added to your pom.xml via

    <dependency>
      <groupId>org.realityforge.com.google.elemental2</groupId>
      <artifactId>${artifact-id}</artifactId>
      <version>2.26</version>
    </dependency>

where artifact-id is one of

* elemental2-core
* elemental2-dom
* elemental2-promise
* elemental2-indexeddb
* elemental2-svg
* elemental2-webgl
* elemental2-media
* elemental2-webstorage
* elemental2-webassembly

Hope this helps,

Peter Donald

--
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 google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/2ab3805b-18a9-437f-90ed-935187f82514%40googlegroups.com.

Re: [ANN] (Unofficial) Elemental2 2.26 release

Peter,
Getting this error with Elemental 2.26 and GWT 2.8.2:

elemental2_version=2.26
jsinterop_base_version=1.0.0-b2-e6d791f
jsinterop_version=1.0.2-p1
...
Compiling module com.recres.web.MainDev     Tracing compile failure path for type 'elemental2.core.JsArray'        [ERROR] Errors in 'jar:file:/C:/g/caches/modules-2/files-2.1/org.realityforge.com.google.elemental2/elemental2-core/2.26/1c407ef9a7e45ecc39be56283e9fe8d677060257/elemental2-core-2.26.jar!/elemental2/core/JsArray.java'           [ERROR] Line 3: The type javaemul.internal.ArrayStamper is not visible           [ERROR] Line 258: ArrayStamper cannot be resolved     [ERROR] Aborting compile due to errors in some input files

Downgrading to 2.25 fixes the issue. Any clue?

On Sunday, August 25, 2019 at 5:25:29 PM UTC-7, Peter Donald wrote:
Elemental2 provides type-checked access to browser APIs for Java
code. This is done by using closure extern files and generating
JsTypes, which are part of the new JsInterop specification that
is implemented in both GWT and J2CL.

https://github.com/google/elemental2

This is an unofficial release to Maven Central under a different groupId.
Please don't bug the original authors. Versions are released on demand.

API Changes relative to Elemental2 version 2.25

elemental2-core:
  API Differences: https://jsinterop.github.io/api-diff/?key=elemental2-core&old=2.25&new=2.26
  - 1 non breaking changes.
  - 3 potentially breaking changes.
  - 1 breaking changes.
elemental2-dom:
  API Differences: https://jsinterop.github.io/api-diff/?key=elemental2-dom&old=2.25&new=2.26
  - 33 non breaking changes.
  - 65 potentially breaking changes.
  - 30 breaking changes.

The complete set of Elemental2 API differences is available at

  https://jsinterop.github.io/api-diff/?key=elemental2&old=2.25&new=2.26

The Maven dependencies can be added to your pom.xml via

    <dependency>
      <groupId>org.realityforge.com.google.elemental2</groupId>
      <artifactId>${artifact-id}</artifactId>
      <version>2.26</version>
    </dependency>

where artifact-id is one of

* elemental2-core
* elemental2-dom
* elemental2-promise
* elemental2-indexeddb
* elemental2-svg
* elemental2-webgl
* elemental2-media
* elemental2-webstorage
* elemental2-webassembly

Hope this helps,

Peter Donald

--
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 google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/88772e13-7233-4257-9cd7-2aa15c7b959f%40googlegroups.com.