I definitely get that I need to connect the js to the java server side code via some sort of AJAX. Are there some standard or easy ways to implement this? I remember from a past project that there were some clunky, but generally good ways to do this in GWT. Does regular java appengine have anything similar or is there a popular way to do this?
Thanks so much, Phil On Wed, Jan 18, 2012 at 4:13 PM, Jeff Deskins <[email protected]>wrote: > You would have to make an AJAX call passing the data to your app. From > there, your server side code (Java/Python/Go) can save the info into the > datastore or put it into session. > > Jeff > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/tPKQc1l6vv0J. > 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-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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-appengine?hl=en.
