Sunday, August 25, 2019

Re: Replacement sites for Google Plus for GWT

Hi,

I don't know of any websites that publish GWT specific news items but for chat around progress for GWT3 and other random help I recommend


which are reasonably active and reasonably helpful.

On Mon, Aug 26, 2019 at 12:00 PM David <leeon2013@gmail.com> wrote:
I am trying to find out more news about GWT. I knew I could find out them in Google Plus. Now do you know where is the replacement site for GWT in Google Plus?

Thanks,

David

--
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/49d64b2c-b6bb-45d4-94a9-3fd19916a43b%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/CACiKNc6%2BR5Le4w1N3EqySpgiCPWXQOdYqkLp%3DyvMYGtZ2wBRxQ%40mail.gmail.com.

Replacement sites for Google Plus for GWT

I am trying to find out more news about GWT. I knew I could find out them in Google Plus. Now do you know where is the replacement site for GWT in Google Plus?

Thanks,

David

--
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/49d64b2c-b6bb-45d4-94a9-3fd19916a43b%40googlegroups.com.

Re: TabLayoutPanel looses its CSS style when placed in a CSS- grid container

Ah, yes.  You want to call addStyleName, not setStyleName.  I think you call addStyleNames via the UIBinder.

On Tuesday, 6 August 2019 05:54:13 UTC+10, Martin Weber wrote:
Am Montag, 15. Juli 2019, 22:00:03 CEST schrieb Craig Mitchell:
> Odd that it would lose the CSS.  You could try putting in the CSS
> yourself.  You can copy it from here
> http://samples.gwtproject.org/samples/Showcase/Showcase.html#!CwTabLayoutPan
> el or from the standard.css file in your project.

This did not help.
But maybe I found the real issue:
To place the TabLayoutPanel in a CSS grid container, I added a
styleName="{style.c1}" attribute to the TabLayoutPanel in the ui.xml.
Setting a styleName seems to replace the existing CSS styles completely (for a
DataGrid, this is not the case).
As a workaround, I had to wrap g:TabLayoutPanel in a <div class="{style.c1}">.


>
> On Thursday, 11 July 2019 20:47:32 UTC+2, Martin Weber wrote:
> > Hi,
> >
> >  I'am faced with a weird issue.
> >
> > When I place a TabLayoutPanel in a CSS grid container, the header tabs are
> > displayed as plain text.
> > No margins, coloring etc.
> > In the browser's HTML inspector, I see that the tab header elements have
> > the class attributes set tho the GWT-styles for TabLayoutPanel. But
> > somehow
> > the GWT stylesheet/ styles are missing.
> > What am I doing wrong?
> > Any suggestion to make it work?
> >
> > In contrast,  a DataGrid placed in the same CSS-grid container looks fine.
> >
> > TIA, Martin


--
There are only two hard problems in Computer Science: cache invalidation,
naming things, and off-by-one errors.




--
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/119ecb21-b19a-4fe2-a1dd-a5ff115ee40a%40googlegroups.com.

[ANN] (Unofficial) Elemental2 2.26 release

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/CACiKNc6MoqCO3_5ch32Z2ivE12LDxfuq0PSKCNsjawP8nRaeAw%40mail.gmail.com.

Tuesday, August 20, 2019

Re: My project is not working after installing the GWT Eclipse Plugin

Dear Michael Joyner,

I will really have to migrate my code to the latest GWT version, I feel it will be a tough task, I will have to deal with some dependencies on the code. It is part.

Thanks for your return,
--
José Luiz Martins
+55 51 98240 4349 (WhatsApp)


Em seg, 19 de ago de 2019 às 15:12, Michael Joyner <michael@newsrx.com> escreveu:
Are you using the correct GWT plugin? Which plugin are you using? That version "2.6.1" is not supported. It should show 2.8.1 or 2.8.2.

On 8/19/19 10:24 AM, José Luiz Martins wrote:
Hi, very good morning!

I can't make use of super dev mode in my project, it happened after I installed the GWT Eclipse Plugin, eclipse returns the following error:

------------------

Unknown argument: -superDevMode

Google Web Toolkit 2.6.1

DevMode [-[no]startServer] [-port port-number | "auto"] [-whitelist whitelist-string] [-blacklist blacklist-string] [-logdir directory] [-logLevel level] [-gen dir] [-bindAddress host-name-or-address] [-codeServerPort port-number | "auto"] [-server servletContainerLauncher[:args]] [-startupUrl url] [-war dir] [-deploy dir] [-extra dir] [-workDir dir] [-sourceLevel [auto, 1.6, 1.7]] module[s] 


where 

  -[no]startServer  Starts a servlet container serving the directory specified by the -war flag. (defaults to ON)

  -port             Specifies the TCP port for the embedded web server (defaults to 8888)

  -whitelist        Allows the user to browse URLs that match the specified regexes (comma or space separated)

  -blacklist        Prevents the user browsing URLs that match the specified regexes (comma or space separated)

  -logdir           Logs to a file in the given directory, as well as graphically

  -logLevel         The level of logging detail: ERROR, WARN, INFO, TRACE, DEBUG, SPAM, or ALL

  -gen              Debugging: causes normally-transient generated types to be saved in the specified directory

  -bindAddress      Specifies the bind address for the code server and web server (defaults to 127.0.0.1)

  -codeServerPort   Specifies the TCP port for the code server (defaults to 9997)

  -server           Specify a different embedded web server to run (must implement ServletContainerLauncher)

  -startupUrl       Automatically launches the specified URL

  -war              The directory into which deployable output files will be written (defaults to 'war')

  -deploy           The directory into which deployable but not servable output files will be written (defaults to 'WEB-INF/deploy' under the -war directory/jar, and may be the same as the -extra directory/jar)

  -extra            The directory into which extra files, not intended for deployment, will be written

  -workDir          The compiler's working directory for internal use (must be writeable; defaults to a system temp dir)

  -sourceLevel      Specifies Java source level (defaults to auto:1.7)

and 

  module[s]         Specifies the name(s) of the module(s) to host



-----------------

can you help me?
--
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/0cc89384-6e38-4d02-af1f-25b1bf42ce88%40googlegroups.com.

--
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/db67f24e-7fbb-24c6-0a35-560f06845a2a%40newsrx.com.

--
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/CAOk25yn2dy%3DjmMsHkFNskaz63vj7aWTfuCSdz9DujC6MsR4zZA%40mail.gmail.com.

Monday, August 19, 2019

Re: My project is not working after installing the GWT Eclipse Plugin

Are you using the correct GWT plugin? Which plugin are you using? That version "2.6.1" is not supported. It should show 2.8.1 or 2.8.2.

On 8/19/19 10:24 AM, José Luiz Martins wrote:
Hi, very good morning!

I can't make use of super dev mode in my project, it happened after I installed the GWT Eclipse Plugin, eclipse returns the following error:

------------------

Unknown argument: -superDevMode

Google Web Toolkit 2.6.1

DevMode [-[no]startServer] [-port port-number | "auto"] [-whitelist whitelist-string] [-blacklist blacklist-string] [-logdir directory] [-logLevel level] [-gen dir] [-bindAddress host-name-or-address] [-codeServerPort port-number | "auto"] [-server servletContainerLauncher[:args]] [-startupUrl url] [-war dir] [-deploy dir] [-extra dir] [-workDir dir] [-sourceLevel [auto, 1.6, 1.7]] module[s] 


where 

  -[no]startServer  Starts a servlet container serving the directory specified by the -war flag. (defaults to ON)

  -port             Specifies the TCP port for the embedded web server (defaults to 8888)

  -whitelist        Allows the user to browse URLs that match the specified regexes (comma or space separated)

  -blacklist        Prevents the user browsing URLs that match the specified regexes (comma or space separated)

  -logdir           Logs to a file in the given directory, as well as graphically

  -logLevel         The level of logging detail: ERROR, WARN, INFO, TRACE, DEBUG, SPAM, or ALL

  -gen              Debugging: causes normally-transient generated types to be saved in the specified directory

  -bindAddress      Specifies the bind address for the code server and web server (defaults to 127.0.0.1)

  -codeServerPort   Specifies the TCP port for the code server (defaults to 9997)

  -server           Specify a different embedded web server to run (must implement ServletContainerLauncher)

  -startupUrl       Automatically launches the specified URL

  -war              The directory into which deployable output files will be written (defaults to 'war')

  -deploy           The directory into which deployable but not servable output files will be written (defaults to 'WEB-INF/deploy' under the -war directory/jar, and may be the same as the -extra directory/jar)

  -extra            The directory into which extra files, not intended for deployment, will be written

  -workDir          The compiler's working directory for internal use (must be writeable; defaults to a system temp dir)

  -sourceLevel      Specifies Java source level (defaults to auto:1.7)

and 

  module[s]         Specifies the name(s) of the module(s) to host



-----------------

can you help me?
--
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/0cc89384-6e38-4d02-af1f-25b1bf42ce88%40googlegroups.com.

My projet do not working after install GWT Eclipse Plugin

Hi, very good morning!

I can't make use of super dev mode in my project, it happened after I installed the GWT Eclipse Plugin, eclipse returns the following error:

------------------

Unknown argument: -superDevMode

Google Web Toolkit 2.6.1

DevMode [-[no]startServer] [-port port-number | "auto"] [-whitelist whitelist-string] [-blacklist blacklist-string] [-logdir directory] [-logLevel level] [-gen dir] [-bindAddress host-name-or-address] [-codeServerPort port-number | "auto"] [-server servletContainerLauncher[:args]] [-startupUrl url] [-war dir] [-deploy dir] [-extra dir] [-workDir dir] [-sourceLevel [auto, 1.6, 1.7]] module[s] 


where 

  -[no]startServer  Starts a servlet container serving the directory specified by the -war flag. (defaults to ON)

  -port             Specifies the TCP port for the embedded web server (defaults to 8888)

  -whitelist        Allows the user to browse URLs that match the specified regexes (comma or space separated)

  -blacklist        Prevents the user browsing URLs that match the specified regexes (comma or space separated)

  -logdir           Logs to a file in the given directory, as well as graphically

  -logLevel         The level of logging detail: ERROR, WARN, INFO, TRACE, DEBUG, SPAM, or ALL

  -gen              Debugging: causes normally-transient generated types to be saved in the specified directory

  -bindAddress      Specifies the bind address for the code server and web server (defaults to 127.0.0.1)

  -codeServerPort   Specifies the TCP port for the code server (defaults to 9997)

  -server           Specify a different embedded web server to run (must implement ServletContainerLauncher)

  -startupUrl       Automatically launches the specified URL

  -war              The directory into which deployable output files will be written (defaults to 'war')

  -deploy           The directory into which deployable but not servable output files will be written (defaults to 'WEB-INF/deploy' under the -war directory/jar, and may be the same as the -extra directory/jar)

  -extra            The directory into which extra files, not intended for deployment, will be written

  -workDir          The compiler's working directory for internal use (must be writeable; defaults to a system temp dir)

  -sourceLevel      Specifies Java source level (defaults to auto:1.7)

and 

  module[s]         Specifies the name(s) of the module(s) to host



-----------------

can you help me?

--
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/0cc89384-6e38-4d02-af1f-25b1bf42ce88%40googlegroups.com.

Sunday, August 18, 2019

Re: Same cache file for all users

In web development, security is enforced on the server and not in the browser. Even if they would have different kind of cache files, an attacker could still "guess" URLs and download other files. Actually someone can simply login to your server and communicate with it without ever using your GWT app. Obfuscation in GWT is also only done to reduce code size and not so much to secure the source code.

If you want security, your server must check any incoming request (authentication and authorization).

-- J.

--
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/237ba1e4-1f9a-441c-8f80-b7a2670dd489%40googlegroups.com.

Friday, August 16, 2019

Re: elemental2: Native maps with primitive types?

thanks that worked too.

It is Js.asAny(@DonotAutobox Object o) which performs an unchecked cast below.

Thanks for tips.

On Thu, Aug 15, 2019 at 9:53 AM Peter Donald <peter@realityforge.org> wrote:
>
>
>
> On Thu, Aug 15, 2019 at 4:28 PM Vassilis Virvilis <vasvir2@gmail.com> wrote:
>>
>> I have seen the @DoNotAutoBox and I tried with Integer, Number, JsNumber.
>>
>> Note: I can put int in the JsPropertyMap but I cannot read it back. So
>> I cast it to (double) and the then to (int). I believe that is because
>> JavaScript does not have int type.
>
>
> That is certainly an option but in some circumstances can lead to type issues when casting. I tend to prefer using Any to do these sorts of conversions. It is a little more verbose but it avoids any unexpected casting problems. I don't have the code in front of me but I believe there is a method like getAsAny("myprop") that works in this scenario
>
>>
>>
>> --
>> Vassilis Virvilis
>>
>> --
>> 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/CAKbOjEzHuG5ZC7igRyvzrkLt26qBWkxNUeuWL%2BZNbKCo%2BcShgA%40mail.gmail.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/CACiKNc6CpmL2naFFydC%2BYS%3Dmtj3yQFsQ2KojGQCRAXXSRCYhLg%40mail.gmail.com.



--
Vassilis Virvilis

--
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/CAKbOjEzCi0CnTpDkQZJU%3D1HN9sMnCR2S2NzsoJ2Skf6gzPB9FA%40mail.gmail.com.

Thursday, August 15, 2019

Same cache file for all users

Hi all,

I'm just reviewing a app and I notice all the users in the app (all have different level of authorization) uses the same cache file, is that a problem? I'm a bit worried that if they have the same cache file they could deobfuscate the file and see function they shouldn't have access to.

Thank you

--
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/49b34826-b67c-4671-9243-013f4ed54022%40googlegroups.com.

Wednesday, August 14, 2019

Re: elemental2: Native maps with primitive types?



On Thu, Aug 15, 2019 at 4:28 PM Vassilis Virvilis <vasvir2@gmail.com> wrote:
I have seen the @DoNotAutoBox and I tried with Integer, Number, JsNumber.

Note: I can put int in the JsPropertyMap but I cannot read it back. So
I cast it to (double) and the then to (int). I believe that is because
JavaScript does not have int type.

That is certainly an option but in some circumstances can lead to type issues when casting. I tend to prefer using Any to do these sorts of conversions. It is a little more verbose but it avoids any unexpected casting problems. I don't have the code in front of me but I believe there is a method like getAsAny("myprop") that works in this scenario
 

--
Vassilis Virvilis

--
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/CAKbOjEzHuG5ZC7igRyvzrkLt26qBWkxNUeuWL%2BZNbKCo%2BcShgA%40mail.gmail.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/CACiKNc6CpmL2naFFydC%2BYS%3Dmtj3yQFsQ2KojGQCRAXXSRCYhLg%40mail.gmail.com.

Re: elemental2: Native maps with primitive types?

yep

that worked. thanks a bunch.

I have seen the @DoNotAutoBox and I tried with Integer, Number, JsNumber.

Note: I can put int in the JsPropertyMap but I cannot read it back. So
I cast it to (double) and the then to (int). I believe that is because
JavaScript does not have int type.

thanks again.


On Wed, Aug 14, 2019 at 5:38 PM Jens <jens.nehlmeier@gmail.com> wrote:
>
> JsPropertyMap.set(key, value) is marked with @DoNotAutoBox, so I guess you should be able to use JsPropertyMap<Object> and set int, float, double into it without them being auto boxed.
>
> -- J.
>
> --
> 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/dd759896-4174-411d-b870-593054e1c660%40googlegroups.com.



--
Vassilis Virvilis

--
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/CAKbOjEzHuG5ZC7igRyvzrkLt26qBWkxNUeuWL%2BZNbKCo%2BcShgA%40mail.gmail.com.

Logout with Spring5

Hi   
I am upgrading the Spring jars of Existing GWT application and couldn't get the logout functionality working . please assist

I have changed

Window.Location.assign("../j_spring_security_logout");

to 

Window.Location.assign("../logout");



Also in the spring configuration i have changed 


 <security:logout success-handler-ref="LogoutLogFilter"/>

 to 

<security:logout logout-url="/logout" delete-cookies="JSESSIONID" invalidate-session="true" success-handler-ref="LogoutLogFilter"/>

However I feel after spring 5 upgrade my logout request doesnt even hit the spring security logout feature. Is there any other configuration I am missing

Thanks

 





--
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/ef164548-34cb-4e6a-ad5b-045e171e95cf%40googlegroups.com.

Re: elemental2: Native maps with primitive types?

JsPropertyMap.set(key, value) is marked with @DoNotAutoBox, so I guess you should be able to use JsPropertyMap<Object> and set int, float, double into it without them being auto boxed.

-- J.

--
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/dd759896-4174-411d-b870-593054e1c660%40googlegroups.com.

elemental2: Native maps with primitive types?

Hi,

Is it possible to define and use in java a javascript map (JsObject,
JsPropertyMap) that can accept plain numbers as the values of the map?

I didn't find a way. JsPropertyMap expect objects.

Thanks

--
Vassilis Virvilis

--
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/CAKbOjEzqV4j8RerONqFTrhq3YSTvPST1V4L8kHdaX5iX8%2BU5fQ%40mail.gmail.com.

Re: elemental2: Document.createEvent ?

Jens,

Thanks for reminding me. I have totally forgot this section.

I believe that the document was written before Js.cast and Js.unchecked cast.

Maybe some use cases and some examples would be helpful.

Thanks again.

On Wed, Aug 14, 2019 at 9:58 AM Jens <jens.nehlmeier@gmail.com> wrote:
>
>
>> It would be great if there was some documentation that could compare
>> and spell the differences between
>> standard cast (), Js.cast(), Js.uncheckedCast() in various use cases
>> so we could have a list of dos and donts.
>
>
> There is a whole section about instanceof/cast in https://docs.google.com/document/d/10fmlEYIHcyead_4R1S5wKGs1t2I7Fnp_PaNaa7XTEk0/edit#heading=h.kog1ji9nzq7y
>
> -- J.
>
> --
> 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/e89fdeec-6bfd-48d3-973a-a98f4287d83b%40googlegroups.com.



--
Vassilis Virvilis

--
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/CAKbOjEw9BXbT4qZH60aBeder4NbbFeShdwSyhQEtE9tu%3DKpuxg%40mail.gmail.com.

Tuesday, August 13, 2019

Re: elemental2: Document.createEvent ?


It would be great if there was some documentation that could compare
and spell the differences between
standard cast (), Js.cast(), Js.uncheckedCast() in various use cases
so we could have a list of dos and donts.

There is a whole section about instanceof/cast in https://docs.google.com/document/d/10fmlEYIHcyead_4R1S5wKGs1t2I7Fnp_PaNaa7XTEk0/edit#heading=h.kog1ji9nzq7y

-- J.

--
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/e89fdeec-6bfd-48d3-973a-a98f4287d83b%40googlegroups.com.

Re: Oauth2 OpenID Connect

Hi Paul,


Cheers

--
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/824d2bde-a5a7-4fd8-939f-d5c2cb75a2cb%40googlegroups.com.

Re: elemental2: Document.createEvent ?

It would be great if there was some documentation that could compare
and spell the differences between
standard cast (), Js.cast(), Js.uncheckedCast() in various use cases
so we could have a list of dos and donts.

Vassilis

On Mon, Aug 12, 2019 at 4:27 PM Jens <jens.nehlmeier@gmail.com> wrote:
>
>
>> final MyHTMLDocument doc = Js.cast(DomGlobal.document); <-- this crashes
>> final MyHTMLDocument doc = Js.uncheckedCast(DomGlobal.document); <-- this works
>
>
> Because the native browser document isn't a MyHTMLDocument? You can only treat it like a MyHTMLDocument by doing a nasty unchecked cast so you can call that method you need.
>
> -- J.
>
> --
> 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/de0c434d-6ed6-4205-b674-0aaf697110a0%40googlegroups.com.



--
Vassilis Virvilis

--
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/CAKbOjEwMz8Fre-FGZP%2BiJTqFdAcrAuDtbF9kzwuG2VsaKBa%2B6w%40mail.gmail.com.

Monday, August 12, 2019

Re: elemental2: Document.createEvent ?


final MyHTMLDocument doc = Js.cast(DomGlobal.document);  <-- this crashes
final MyHTMLDocument doc = Js.uncheckedCast(DomGlobal.document);  <-- this works

Because the native browser document isn't a MyHTMLDocument? You can only treat it like a MyHTMLDocument by doing a nasty unchecked cast so you can call that method you need.

-- J.

--
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/de0c434d-6ed6-4205-b674-0aaf697110a0%40googlegroups.com.

Re: elemental2: Document.createEvent ?

Hi again,

I did create a class MyHTMLDocument that extends HTMLDocument.

However

final MyHTMLDocument doc = Js.cast(DomGlobal.document); <-- this crashes
final MyHTMLDocument doc = Js.uncheckedCast(DomGlobal.document); <-- this works

any idea why uncheckedCast is required?

Thanks

Vassilis Virvilis




On Sun, Aug 11, 2019 at 10:25 AM Vassilis Virvilis <vasvir2@gmail.com> wrote:
>
> Hi Peter,
>
> Thanks for replying and for pointing me to the github issue.
>
> I am thinking the following strategy.
>
> Create a MyHTMLDocument that extends HTMLDocument and it has the
> execCommand but without the @Override annotations.
>
> That way when HTMLDocument gets execDocument implemented I will get a
> warning and at that point I will be able to remove the MyHTMLDocument
> class and use the official one. Aargh now I see that is already
> mentioned in the comments of the original execCommand issue at
> https://github.com/google/elemental2/issues/43 by vegegoku.
>
> Thanks again.
>
> Vassilis
>
> On Sun, Aug 11, 2019 at 8:31 AM Peter Donald <peter@realityforge.org> wrote:
> >
> > execCommand is not yet part of elemental2. There is no reason why it should not be other than the externs need cleaning up. It is on my list of things to do some time but we don't use it so I haven't got off my kaboose to do the work. The issue that is tracking this (among other things) is https://github.com/google/elemental2/issues/86
> >
> > Until that is completed you will have to use jsinterop to do it yourself.
> >
> > On Sat, Aug 10, 2019 at 12:54 AM Vassilis Virvilis <vasvir2@gmail.com> wrote:
> >>
> >> What about Document.execCommand() ?
> >>
> >>
> >> On Fri, Aug 9, 2019 at 5:20 PM Vassilis Virvilis <vasvir2@gmail.com> wrote:
> >> >
> >> > Hi,
> >> >
> >> > I am looking for Document.createEvent and I can see that createEvent
> >> > is defined in DocumentEvent which is an interface but Document itself
> >> > does not inherit/implement this interface.
> >> >
> >> > I suppose I can cast Document it to DocumentEvent with Js.cast() but
> >> > that's ugly.
> >> >
> >> > So what's going on?
> >> >
> >> > I am using elemental2 2.25 as published by Peter Donald.
> >> >
> >> > --
> >> > Vassilis Virvilis
> >>
> >>
> >>
> >> --
> >> Vassilis Virvilis
> >>
> >> --
> >> 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/CAKbOjEx4%2B3TZuMJf2%3DBiCW6d57o-OLoMiBjqjSi%3DMjPny%2B%2B_ug%40mail.gmail.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/CACiKNc4frwwFenqaAGPN3nBxgsYHJ_gO_86QbOPQpBT02eySsg%40mail.gmail.com.
>
>
>
> --
> Vassilis Virvilis



--
Vassilis Virvilis

--
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/CAKbOjEwQ-JWEk94wTrrvC52FewYqdt_bmOA2EauxkKhF0sEWpw%40mail.gmail.com.

Re: porting older app from 2.5.0 to 2.8.2

Not sure, if it will work with GWT 2.8, but I would give it a try:

--
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/bb07702f-f4c5-4c25-9f4c-61b4a35873a5%40googlegroups.com.

Re: porting older app from 2.5.0 to 2.8.2

Hi,

first thanks for the reply. 

Well actually gxt 2 should not work with gwt 2.5 also, but this gxt-2.2.5-gwt22.jar its adopted to work.
This is more of a question for Colin Alworth I guess :) 

I was thinking that somebody has done the migration already. 
There are a lot of older apps that used gxt2, and now want to use maybe some of the benefits of the new gwt versions e.g 2.8...



On Monday, August 12, 2019 at 11:14:14 AM UTC+2, Frank Hossfeld wrote:
Just adding the version matrix link to Ignacio's answer:

--
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/50f6f1c2-6afa-4c30-b77c-d3b9b4c987ec%40googlegroups.com.

Re: porting older app from 2.5.0 to 2.8.2

Just adding the version matrix link to Ignacio's answer:

--
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/6b00c826-4644-4bc5-927c-f1908d82b88d%40googlegroups.com.

Sunday, August 11, 2019

Re: porting older app from 2.5.0 to 2.8.2

I'm not sure how difficult is to make it compile with GWT 2.8, if even possible, but officially only GXT 4 is compatible with GWT 2.8:

On Sun, Aug 11, 2019 at 9:14 PM Blaze <baze985@gmail.com> wrote:
Hi all,

I was wondering if some one can help me on this one...
I have a older app which uses gxt.2.2.5-gwt22.jar, and when compiling with gwt 2.8.2 Im getting some errors like this:

 [ERROR] Errors in 'jar:file:/xxxxx/gxt-2.2.5-gwt22.jar!/com/extjs/gxt/ui/client/widget/form/ListField.java'
     [java]                [ERROR] Line 322: The method append(boolean) is ambiguous for the type StringBuffer


  [ERROR] Errors in 'jar:file:/xxxxxx/gxt-2.2.5-gwt22.jar!/com/extjs/gxt/ui/client/widget/form/HtmlEditor.java'
     [java]                [ERROR] Line 548: Type mismatch: cannot convert from com.google.gwt.dom.client.Element to com.google.gwt.user.client.Element
     [java]          [ERROR] Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly
    

Im guessing other gxt.jar file needs to be used, which adopts the small changes.
I searched on the net, found some but not sure if this are the one to go with. e.g a jar called gxt-2.3.1a-gwt22.jar, also this one on git: https://github.com/bedatadriven/gxt

Can some one give me some insides on this one, that would be great!!

Tnx in advance,
Blaze

        

--
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/8986b211-a13b-4e6c-85b7-6d8eaecc57b6%40googlegroups.com.

--
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/CABVWDC5G6CgXGhBtur38aRFNLaKb4xDh8HFjbyU7LhJoPbwx1g%40mail.gmail.com.

porting older app from 2.5.0 to 2.8.2

Hi all,

I was wondering if some one can help me on this one...
I have a older app which uses gxt.2.2.5-gwt22.jar, and when compiling with gwt 2.8.2 Im getting some errors like this:

 [ERROR] Errors in 'jar:file:/xxxxx/gxt-2.2.5-gwt22.jar!/com/extjs/gxt/ui/client/widget/form/ListField.java'
     [java]                [ERROR] Line 322: The method append(boolean) is ambiguous for the type StringBuffer


  [ERROR] Errors in 'jar:file:/xxxxxx/gxt-2.2.5-gwt22.jar!/com/extjs/gxt/ui/client/widget/form/HtmlEditor.java'
     [java]                [ERROR] Line 548: Type mismatch: cannot convert from com.google.gwt.dom.client.Element to com.google.gwt.user.client.Element
     [java]          [ERROR] Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly
    

Im guessing other gxt.jar file needs to be used, which adopts the small changes.
I searched on the net, found some but not sure if this are the one to go with. e.g a jar called gxt-2.3.1a-gwt22.jar, also this one on git: https://github.com/bedatadriven/gxt

Can some one give me some insides on this one, that would be great!!

Tnx in advance,
Blaze

        

--
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/8986b211-a13b-4e6c-85b7-6d8eaecc57b6%40googlegroups.com.

Re: elemental2: Document.createEvent ?

Hi Peter,

Thanks for replying and for pointing me to the github issue.

I am thinking the following strategy.

Create a MyHTMLDocument that extends HTMLDocument and it has the
execCommand but without the @Override annotations.

That way when HTMLDocument gets execDocument implemented I will get a
warning and at that point I will be able to remove the MyHTMLDocument
class and use the official one. Aargh now I see that is already
mentioned in the comments of the original execCommand issue at
https://github.com/google/elemental2/issues/43 by vegegoku.

Thanks again.

Vassilis

On Sun, Aug 11, 2019 at 8:31 AM Peter Donald <peter@realityforge.org> wrote:
>
> execCommand is not yet part of elemental2. There is no reason why it should not be other than the externs need cleaning up. It is on my list of things to do some time but we don't use it so I haven't got off my kaboose to do the work. The issue that is tracking this (among other things) is https://github.com/google/elemental2/issues/86
>
> Until that is completed you will have to use jsinterop to do it yourself.
>
> On Sat, Aug 10, 2019 at 12:54 AM Vassilis Virvilis <vasvir2@gmail.com> wrote:
>>
>> What about Document.execCommand() ?
>>
>>
>> On Fri, Aug 9, 2019 at 5:20 PM Vassilis Virvilis <vasvir2@gmail.com> wrote:
>> >
>> > Hi,
>> >
>> > I am looking for Document.createEvent and I can see that createEvent
>> > is defined in DocumentEvent which is an interface but Document itself
>> > does not inherit/implement this interface.
>> >
>> > I suppose I can cast Document it to DocumentEvent with Js.cast() but
>> > that's ugly.
>> >
>> > So what's going on?
>> >
>> > I am using elemental2 2.25 as published by Peter Donald.
>> >
>> > --
>> > Vassilis Virvilis
>>
>>
>>
>> --
>> Vassilis Virvilis
>>
>> --
>> 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/CAKbOjEx4%2B3TZuMJf2%3DBiCW6d57o-OLoMiBjqjSi%3DMjPny%2B%2B_ug%40mail.gmail.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/CACiKNc4frwwFenqaAGPN3nBxgsYHJ_gO_86QbOPQpBT02eySsg%40mail.gmail.com.



--
Vassilis Virvilis

--
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/CAKbOjEwSH1dTm4UP7zOEGMBs7YtHwo_cOV8i65cS8Mq8G9xxWQ%40mail.gmail.com.

Saturday, August 10, 2019

Re: Oauth2 OpenID Connect

Hi Paul,

I've just pushed my changes to master branch that include a new sample module: https://github.com/freddyboucher/gwt-oauth2
It's automatically deployed at: https://gwt-oauth2.appspot.com/

I'm going to add the new Apple OAuth2 Sign-In button in the next days in the sample module but first I have to update the core library to support parameters callback (vs hash currently).

And I'm also going to publish the lib to Maven Central this week.

Cheers

--
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/794012b2-3b33-45ca-8faa-ccd52af48898%40googlegroups.com.

Re: elemental2: Document.createEvent ?

execCommand is not yet part of elemental2. There is no reason why it should not be other than the externs need cleaning up. It is on my list of things to do some time but we don't use it so I haven't got off my kaboose to do the work. The issue that is tracking this (among other things) is https://github.com/google/elemental2/issues/86

Until that is completed you will have to use jsinterop to do it yourself.

On Sat, Aug 10, 2019 at 12:54 AM Vassilis Virvilis <vasvir2@gmail.com> wrote:
What about Document.execCommand() ?


On Fri, Aug 9, 2019 at 5:20 PM Vassilis Virvilis <vasvir2@gmail.com> wrote:
>
> Hi,
>
> I am looking for  Document.createEvent and I can see that createEvent
> is defined in DocumentEvent which is an interface but Document itself
> does not inherit/implement this interface.
>
> I suppose I can cast Document it to DocumentEvent with Js.cast() but
> that's ugly.
>
> So what's going on?
>
> I am using elemental2 2.25 as published by Peter Donald.
>
> --
> Vassilis Virvilis



--
Vassilis Virvilis

--
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/CAKbOjEx4%2B3TZuMJf2%3DBiCW6d57o-OLoMiBjqjSi%3DMjPny%2B%2B_ug%40mail.gmail.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/CACiKNc4frwwFenqaAGPN3nBxgsYHJ_gO_86QbOPQpBT02eySsg%40mail.gmail.com.

Friday, August 9, 2019

Re: elemental2: Document.createEvent ?

What about Document.execCommand() ?


On Fri, Aug 9, 2019 at 5:20 PM Vassilis Virvilis <vasvir2@gmail.com> wrote:
>
> Hi,
>
> I am looking for Document.createEvent and I can see that createEvent
> is defined in DocumentEvent which is an interface but Document itself
> does not inherit/implement this interface.
>
> I suppose I can cast Document it to DocumentEvent with Js.cast() but
> that's ugly.
>
> So what's going on?
>
> I am using elemental2 2.25 as published by Peter Donald.
>
> --
> Vassilis Virvilis



--
Vassilis Virvilis

--
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/CAKbOjEx4%2B3TZuMJf2%3DBiCW6d57o-OLoMiBjqjSi%3DMjPny%2B%2B_ug%40mail.gmail.com.

elemental2: Document.createEvent ?

Hi,

I am looking for Document.createEvent and I can see that createEvent
is defined in DocumentEvent which is an interface but Document itself
does not inherit/implement this interface.

I suppose I can cast Document it to DocumentEvent with Js.cast() but
that's ugly.

So what's going on?

I am using elemental2 2.25 as published by Peter Donald.

--
Vassilis Virvilis

--
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/CAKbOjExNRyhiL67mb8JKan8DEW0xcUupHpQuq6PnchwCSHYxTA%40mail.gmail.com.

Re: Oauth2 OpenID Connect

That would be great!

many thanks

On Friday, 9 August 2019 14:34:33 UTC+1, Freddy Boucher wrote:
OK I will add a sample project module tomorrow so it will be easier to see how to use it 


Le ven. 9 août 2019 à 23:31, Paul French <paul.and...@gmail.com> a écrit :
Cheers, I'll use your repo as a starting point.

On Friday, 9 August 2019 02:56:31 UTC+1, Freddy Boucher wrote:
Hi Paul,

I cloned gwt-oauth2 library long time ago and I updated it to support my needs (Google and Facebook Oauth2).

It's not published to Maven Central so you have to build it by yourself `mvn clean install`


Cheers

--
You received this message because you are subscribed to a topic in the Google Groups "GWT Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-web-toolkit/D4NOIpyyBn8/unsubscribe.
To unsubscribe from this group and all its topics, 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/3258fe5c-31be-4555-b789-2e2d4db17c92%40googlegroups.com.

--
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/96169b32-2b49-4a72-b399-2c1ec28ebed2%40googlegroups.com.

Re: Oauth2 OpenID Connect

OK I will add a sample project module tomorrow so it will be easier to see how to use it 


Le ven. 9 août 2019 à 23:31, Paul French <paul.andrew.french@gmail.com> a écrit :
Cheers, I'll use your repo as a starting point.

On Friday, 9 August 2019 02:56:31 UTC+1, Freddy Boucher wrote:
Hi Paul,

I cloned gwt-oauth2 library long time ago and I updated it to support my needs (Google and Facebook Oauth2).

It's not published to Maven Central so you have to build it by yourself `mvn clean install`


Cheers

--
You received this message because you are subscribed to a topic in the Google Groups "GWT Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-web-toolkit/D4NOIpyyBn8/unsubscribe.
To unsubscribe from this group and all its topics, 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/3258fe5c-31be-4555-b789-2e2d4db17c92%40googlegroups.com.

--
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/CAEnqc5J6Y9ho6PDFzgFTfHnOYLjtCvniXLGbP%3DW_3xf3PigUcA%40mail.gmail.com.

Re: Oauth2 OpenID Connect

Cheers, I'll use your repo as a starting point.

On Friday, 9 August 2019 02:56:31 UTC+1, Freddy Boucher wrote:
Hi Paul,

I cloned gwt-oauth2 library long time ago and I updated it to support my needs (Google and Facebook Oauth2).

It's not published to Maven Central so you have to build it by yourself `mvn clean install`


Cheers

--
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/3258fe5c-31be-4555-b789-2e2d4db17c92%40googlegroups.com.

Thursday, August 8, 2019

Re: com.google.gwt.jsonp.client.TimeoutException


For some maps I could see it didn't finish quickly too. Its 200 with no data. See atatched image for details


On Friday, 9 August 2019 14:02:42 UTC+10, medasani kesavi wrote:
Hi Jen 
Thanks for the quick reply

we could very clearly see that request is successful however wrapping is not

But same wrapping is successful with jetty

If I increase the timeout again some part is successful. As this is related to maps and huge data is transferred for every layer, we could see only some layers are good and some are failing with below exception

Why is this happening in weblogic and what should i do to get the wrapping done

On Thursday, 8 August 2019 17:14:45 UTC+10, Jens wrote:
Well just open the browser dev tools and take a look at the http requests the browser does. If your MapServer request does not finish quickly as expected you should investigate your server side implementation. If it does finish quickly but you still get a timeout exception, then the server response might not be wrapped by the provided callback function name and thus the onSuccess method is never called.

-- J.

--
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/9ecb5898-5197-40fd-97f9-f046e1886549%40googlegroups.com.