Actually because I'm not so familiar with JSON (shame on me) but I think I will. It really seems a good alternative.
On Fri, Mar 6, 2009 at 10:39 AM, 浩翔 <[email protected]> wrote: > > Why don't you use json instand to XML ? > > I think JSON is better than XML. > > On Feb 25, 6:52 pm, Tibo <[email protected]> wrote: > > Hi, > > > > I'm working on a small application developped with AppEngine which has > > to use a database. I'd like this application to work offline and > > speaking of database. I was wondering if there was a convenient way to > > sync a BigTable/AppEngine Datastore with our Gears local SQLite > > database. > > > > Actually, I was following a path but I'm not so sure this is the best > > way to do it: > > We have the possibility to change the Model instances of the AppEngine > > Datastore to an XML representation. Thus, using an XMLHttpRequest I > > get this XML representation and I'd like to parse to create my local > > database. I stopped developping when I had to parse thinking that > > there may have an "easier" way of doing this. > > > > Has anyone tried to implement such a thing ? Did I miss something in > > the docs ? Am I totally wrong with the idea of having the full > > database locally ? > > > > Thanks for your interest. >
