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.
