gRPC-Web for GWT and/or J2CL?

2018-10-24 Thread Peter Donald
Hi, It seems like gRPC has gone GA. https://www.cncf.io/blog/2018/10/24/grpc-web-is-going-ga/ It seems it can emit closure annotated classes and I guess it would be not too hard to output the equivalent jsinterop annotated classes. This would make it very easy to get excellent integration into

Re: [gwt-contrib] Update on J2CL

2018-10-24 Thread Konstantin Solomatov
Thank you for the update! On Wednesday, October 24, 2018 at 2:19:01 PM UTC-4, Goktug Gokdogan wrote: > > 2-3 weeks unless we hit a major issue. > > On Wed, Oct 24, 2018 at 6:44 AM Konstantin Solomatov < > konstantin...@gmail.com > wrote: > >> Do you have any info on how soon it will happen? I.e.

Re: [gwt-contrib] Update on J2CL

2018-10-24 Thread 'Goktug Gokdogan' via GWT Contributors
2-3 weeks unless we hit a major issue. On Wed, Oct 24, 2018 at 6:44 AM Konstantin Solomatov < konstantin.soloma...@gmail.com> wrote: > Do you have any info on how soon it will happen? I.e. days, weeks? > > Thanks, > Kostya > > On Wednesday, October 24, 2018 at 1:02:45 AM UTC-4, Julien Dramaix

Re: [gwt-contrib] Update on J2CL

2018-10-24 Thread Konstantin Solomatov
Do you have any info on how soon it will happen? I.e. days, weeks? Thanks, Kostya On Wednesday, October 24, 2018 at 1:02:45 AM UTC-4, Julien Dramaix wrote: > > Note that J2CL works for a while now inside Google and is used by several > big applications. But it was using several internal tools

[gwt-contrib] Re: Updating GWT CLDR data from v25 to v32

2018-10-24 Thread Ahmad Bawaneh
it looks like more cldr versions have been released since my last cldr update, CLDR is now at version 34. I have made two changes, updating the jar in the tools repo, and updating generated classes in gwt repo to make the new data available. The gwt patch on gerrit is :

[gwt-contrib] Re: Update on J2CL

2018-10-24 Thread Max Fromberger
Nice!! That sounds awesome. Thx Goktug and Julien for the news flash. -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Preferred IDE

2018-10-24 Thread foal
Hi, I am using Eclipse (STS 4.0) with GWT plugin and it just works. Stas On Saturday, October 13, 2018 at 5:22:46 PM UTC+2, subroutines wrote: > > Hi, > > I am curious to know what is preferred IDE to use GWT? > -- You received this message because you are subscribed to the Google Groups

Orientation For GWT Mobile Application

2018-10-24 Thread malligmrao514
Is there any chance to identify the Orientation of the application and change the orientation for the application in GWT. I am using iPad 12 -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails

Re: parsing GWT messages in oVirt project (webadmin interface)

2018-10-24 Thread Thomas Broyer
On Wednesday, October 24, 2018 at 7:21:08 AM UTC+2, Anastasiya Ruzhanskaya wrote: > > Also I notice that there might be such situation: there is a java list of > elements, but instead of writing that this is a list type and it has 0 > elements, I just have 0. > Also for guid: there can stand

Re: parsing GWT messages in oVirt project (webadmin interface)

2018-10-24 Thread Thomas Broyer
A null is a null, it has no "runtime type". Whenever you're unserializing a Java object (non primitive, non String) value, you'll have: - either a 0, which means 'null' (and then you're done, there's nothing else to learn about a 'null') - or a positive number, which references the