Re: [google-appengine] get data from datastore without refreshing page

2013-03-02 Thread Barry Hunter
> > I thought about using ajax to call a jsp file that took data from the datastore and return it as JSON or xml or something? > Yes. :) -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emai

[google-appengine] get data from datastore without refreshing page

2013-02-27 Thread Aidan Mack
Hi Im very new to app engine and java. But I have setup a jsp file that uses a java class to get data from the datastore. The java file though is obviously server side so I caunt just call a java method "onclick" from my jsp. Is their anyway to get more data from the datastore without refresh