[Development] Fwd: Connecting mobile side with the server

2012-01-22 Thread Raju Jaiswal
-- Forwarded message --
From: Raju Jaiswal 
Date: Sun, Jan 22, 2012 at 4:32 AM
Subject: Connecting mobile side with the server
To: development@qt-project.org


Hii,
I am working on a project for developing an app for Maemo/MeeGo
devices(N900) for storing and retrieving large scale information. The
GUI is ready using Qt. I have thought of using WAMP server  .But I
don't know how to proceed further. I am quite new to app development.
Please help..
Thanks in advance.
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] Fwd: Connecting mobile side with the server

2012-01-22 Thread Sivan Greenberg
Hi Raju!

On Sun, Jan 22, 2012 at 2:47 PM, Raju Jaiswal  wrote:
> GUI is ready using Qt. I have thought of using WAMP server  .But I
> don't know how to proceed further. I am quite new to app development.
> Please help..

My normal approach is the use Django[0] + tastypie[1]  + mongodb[2] to
create a well behaving, scale-able, with most of the boiler plate
stuff (auth, web service creation throttling and usage tokens).

You can use django to create your data models for storage and
retrieval and have tastypie wrap them for tasty consumption through
REST. Tastypie also support XML and in QML you have the useful
XmlListModel element that does the networking stuff all for you, while
you are left to specify what field to extract of the XML feed.

All of the projects have good docs and enough tutorials to get started.

HTH,

-Sivan

[0]: http://django-mongodb.org/ , https://www.djangoproject.com/
[1]: http://django-tastypie.readthedocs.org/en/latest/index.html
[2]: http://www.mongodb.org/
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] Fwd: Connecting mobile side with the server

2012-01-22 Thread Robin Burchell
Hi guys,

Just a friendly reminder that development@ is for development *of* Qt.
If you're interested in discussing approaches for developing
applications *with* Qt, then please move the discussion to interest@.

Thanks,

Robin
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development