If your services are not that data oriented pure JSON may be enough? Using Google's AutoBeans you could easily define bean-like interfaces to transport some information between client and server. AutoBeans are internally used by RequestFactory and if you use them directly you won't have that data oriented feel of RequestFactory. AutoBeans are just an easy way to serialize/deserialize bean-like interfaces (you even do not have to implement them) to/from JSON.
Your server part could then be something like simple REST web services and if you ever want to use a third front end beside Android/GWT you just have to deal with simple JSON. -- J. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/xYMKyRyuPeEJ. 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.
