Friday, January 27, 2012

Using the Force.com App Engine connector to pass data to the client side

Hey coders,

I've been playing around with the example here: http://wiki.developerforce.com/page/Force.com_for_Google_App_Engine_Setup_Guide_Java

I managed to get it working, and it pulls in a list of my salesforce.com accounts and writes them to the page. However, for someone using GWT as well as GAE, this is not much good. 

Is there a way to pass a DTO of some kind to the client, as if it was a regular RPC call getting data from the datastore? If anyone has any experience with this I would appreciate any input. Sorry, but I am still trying to fully understand servlets :/

Cheers,

Drew

--
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/-/KxITRuJldnsJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment