Hi Alejandro, We are using package com.google.gwt.json.client to encode/decode data exchange Java object.
Business objects use few basic data exchange objects like RecordSet, Form, Action, Grid, etc internally. These serializable objects are implemented on both client and server side. We cannot use GWT RPC, because on server side is PHP. Anyway this solution is platform independent, so it is possible to create custom client or server. On Sep 2, 4:22 pm, "Alejandro D. Garin" <[EMAIL PROTECTED]> wrote: > Hi Andrej > > How do you serialize Java objects to and from JSON ? > GWTApps in the Database Editor example uses a very nice technique to do that > but It works with gwt 1.4. > > Thanks. > > On Tue, Sep 2, 2008 at 7:38 AM, Andrej <[EMAIL PROTECTED]> wrote: > > > Hi Alex, > > > > 1. What are your reasons for coding server side in PHP? Didn't you use > > > GWT's RPC methods? (I'm not very familiar with PHP, but as far as I > > > know, u need servlets to comunicate through RPC). > > We are using PHP because nearly all hosting companies supports PHP. > > Anyway our client and server side exchange JSON encoded data, so it is > > platform > > independent. > > > Andrej > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
