app engine modify xml
Posted
by Hoax
on Stack Overflow
See other posts from Stack Overflow
or by Hoax
Published on 2010-06-15T14:23:52Z
Indexed on
2010/06/15
17:12 UTC
Read the original article
Hit count: 256
google-app-engine
Hi
I am writing a GWT app running on App Engine, which needs to modify a XML File serverside. As far as I know there is no way to modify a XML file in the WAR directory or any subdirectories. What other possibilities do I have to store that data? Can I use the Data Store somehow or should I look for storage space somewhere else and access it there (if so any recommendations?)?
Any help is appreciated!
© Stack Overflow or respective owner