java - Generating and serving XML files on GAE -


i'm using play framework 1.2.4 , deploying application on gae.

i'm trying data datastore , create xml file based on data. then, have javascript use file populate google map. (the xml file has latitude , longitude).

once, deploying application it's not working 'cause can't write/create file on server.

i've tried before work json object instead of xml didn't work.

is there way can resolve , work xml file?

why need create actual file? , why json vs xml make difference?

just write handler queries datastore returns data directly, in whichever format need.


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -