Re: [gwt-contrib] Re: The elusive J2CL

2018-05-31 Thread 'Goktug Gokdogan' via GWT Contributors
Hi all. Sorry for the delays in getting J2CL work for opensource. Some of the delays were out of our control but this is something we actively working on in the last few months and having progress. In the meantime plenty of active GWT contributors already has access to it for a long time and

Re: Exposing my GWT API via web/RESTful service - can it be done (easilyish)?

2018-05-31 Thread Jens
> If yes: Is it possible to add Swagger UI for existing GWT-RPC POST > requests? > No. You would need to make a REST API using the OpenAPI specification (swagger) and let that REST API call your GWT-RPC services. GWT-RPC isn't REST / JAX-RS. -- J. -- You received this message because you

Re: [gwt-contrib] Re: The elusive J2CL

2018-05-31 Thread Ivan Markov
Don't you think there could've been 2x or even 3x as much people working on porting GWT2 stuff over to J2CL if J2CL was released in the first place? For one, releasing J2CL could've made me reconsider how much time I invest in my own SDBG pet project. Which - at the current situation is exactly

Re: Errors while updating to GWT2.8.2

2018-05-31 Thread Thomas Broyer
You may have to clean your .gwt-unitCache (it's a good idea anyway whenever your change GWT version) On Thursday, May 31, 2018 at 12:14:42 PM UTC+2, dinesh kumar wrote: > > I have updated the following jars : > > GWT2.8.2 > --- >gwt-dev >gwt-user >gwet-servlet > >

Re: Exposing my GWT API via web/RESTful service - can it be done (easilyish)?

2018-05-31 Thread Konstantin Chvilyov
Thank you Thomas, Is there such thing as "GWT-RPC POST" ? If yes: Is it possible to add Swagger UI for existing GWT-RPC POST requests? There's no such thing as "GWT-RPC REST", so no. > -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To

Re: JavascriptObject Not Instance of Object

2018-05-31 Thread Thomas Broyer
On Thursday, May 31, 2018 at 11:00:12 AM UTC+2, Vinod Kumar wrote: > > In native methods i have to use an instance of native javascript "Object". > But," GWT JavascriptObject" creates a object which is not an instance of > native javascript "Object". > Please help. > You might need to use

Re: Exposing my GWT API via web/RESTful service - can it be done (easilyish)?

2018-05-31 Thread Thomas Broyer
On Thursday, May 31, 2018 at 9:25:56 AM UTC+2, Konstantin Chvilyov wrote: > > Hi Richard, > Have you succeed? > Is it possible to add Swagger UI for existing GWT-RPC REST requests? > There's no such thing as "GWT-RPC REST", so no. -- You received this message because you are subscribed to the

Errors while updating to GWT2.8.2

2018-05-31 Thread dinesh kumar
I have updated the following jars : GWT2.8.2 --- gwt-dev gwt-user gwet-servlet gxt-2.3.1a Now I get the following error while compilation: [ERROR] Errors in 'com/google/gwt/emul/java/util/OptionalInt.java' [java] [ERROR] Line 92: The method compare(int,

JavascriptObject Not Instance of Object

2018-05-31 Thread Vinod Kumar
In native methods i have to use an instance of native javascript "Object". But," GWT JavascriptObject" creates a object which is not an instance of native javascript "Object". Please help. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To

Re: Exposing my GWT API via web/RESTful service - can it be done (easilyish)?

2018-05-31 Thread Konstantin Chvilyov
Hi Richard, Have you succeed? Is it possible to add Swagger UI for existing GWT-RPC REST requests? -- 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