Re: Efficient Communication via JSON and JavaScriptObject overlays in GWT 2.0

2012-08-29 Thread mjeffw
Is this (see below) still true with GWT 2.0.5? I'm guessing it is based on my test of having a generator create a JSO -- it fails the compilation step. It would be great if this limitation could be overcome. On Tuesday, June 23, 2009 5:45:58 AM UTC-4, Thomas Broyer wrote: Note that you

Re: Efficient Communication via JSON and JavaScriptObject overlays in GWT 2.0

2009-06-23 Thread Thomas Broyer
On 23 juin, 07:42, maku martin.k...@gmx.at wrote: Hi, I heard at a presentation of Google I/O 2009 (wave related) that they used JSON data to communicate between client and server. It was mentioned that in GWT 2.0 JavaScriptObject overlays will be allowed to implement a single interface

Re: Efficient Communication via JSON and JavaScriptObject overlays in GWT 2.0

2009-06-23 Thread maku
On Jun 23, 11:45 am, Thomas Broyer t.bro...@gmail.com wrote: I guess the upcoming SingleJsoImpl feature is rather useful for testing: you can use POJOs implementing the interface for testing, and JSOs in the app. The other advantage is that the interface can be shared by your client and

Efficient Communication via JSON and JavaScriptObject overlays in GWT 2.0

2009-06-22 Thread maku
Hi, I heard at a presentation of Google I/O 2009 (wave related) that they used JSON data to communicate between client and server. It was mentioned that in GWT 2.0 JavaScriptObject overlays will be allowed to implement a single interface and that this mechanism is used in context of JSON