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 emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[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 refreshing the 
page?

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?


Thanks
 Aidan

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.