I know how to store Data in a Wave. But for my Game idea i have to store the Data in a Database, that it's possible to access out of every Wave. I only want to store Strings, Dates and Integers. I wanna use a MySQL Database, if its possible.
> You'll need to provide more information for us to help with that one. Is it > possible you're trying to perform an AJAX request to a domain other than the > one hosting the gadget? Does your browser's error console give you any > details? I have no JS Errors (use Firebug). My JS AJAX Request Handler gives the Error Code 0 ( req.status ) Cou can Test it here: Gadget URL: http://wave.samuirai.de/ajax.xml It trys to get the content of this file: http://wave.samuirai.de/test.txt An none Wave Test can you find here: http://wave.samuirai.de/ajax2.htm > If persisting your state to the wave itself won't do, I think the AJAX > approach is the best approach here, and it doesn't matter where it's hosted > or what language you use, since gadgets are functionally just web pages. I thought that too, but because it doesn't work, i thought wave may block requests to other servers. Samu ;) -- You received this message because you are subscribed to the Google Groups "Google Wave API" 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-wave-api?hl=.
