![]() |
2010-03-21
, 19:49
|
|
Posts: 2,853 |
Thanked: 968 times |
Joined on Nov 2005
|
#3
|
![]() |
2010-03-22
, 13:59
|
|
Posts: 35 |
Thanked: 37 times |
Joined on Nov 2009
@ Alcanena / Portugal
|
#4
|
The Following User Says Thank You to pbouda For This Useful Post: | ||
![]() |
2010-03-22
, 14:08
|
Posts: 219 |
Thanked: 94 times |
Joined on Nov 2009
@ Helsinki, Finland
|
#5
|
I want to 'web-enable' my Maemo Apps. What I mean by that is to store some or most of the data on the web making the information accessible to others and also, given Qt's multiplatform deployability, allowing a user to share data between his various devices; think PC and mobile device.
At the moment, I am considering using the Google App Engine, and storing the data in their Datastore. To exchange data, I would use REST and I've found a download for GAE that seems to do the job, app3. It seems promising although it lacks the ability to create/update multiple records in one request. The code is open source, written in Python, so someone more skilled in Python might be able to figure out how to implement that better than me.
Finally, I would have to make a call from Qt where this example could be a good starting point.
Does anyone have any better solution to this?
Has anyone already used this from a Qt app (for N900) and is able/willing to share some experience/code?
Does someone want to implement the above suggestion? I'm happy to take the plunge, but it might take me some time before I get it right...
My Maemo Apps:
QTeachMe - Flashcard app
MobiTifo (which was formerly known as QSportsEvent) - Sports leagues tracking (mainly football).