in regards to to re-using pojo's that may sound like a good idea in the begining (hell, i like it myself) however bare in mind that your'e restricting yourself to the jre emulation limitations on the client side, meaning you won't be able to use any cross-cutting domain services (like persistence,aspects, di via spring) becouse won't exists on the client side.
On Fri, Jun 24, 2011 at 3:50 PM, obesga <[email protected]> wrote: > Hello > > I've a problem with an application, the application works fine but the > new 'firewall' system drops the RPC calls. > So I'm thinking about rewriting GWT-RPC calls to GWT-JSON > > I've a lot of simple POJO objects that are used into the app, the > classes are written and can't change very much ( as they are used > acrros the server, including database DAO) > > ¿ which are your preferred / less painfull (less boilerplate > code) methods to convert from JSON to POJO in GWT ? > - Autobeans > - JSON Overlay types > - Use simple HTTP with String parse > - Other ( explain please...) > > -- > 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. > > -- 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.
