[Development] Fwd: Connecting mobile side with the server

Sivan Greenberg sivan at omniqueue.com
Sun Jan 22 14:32:12 CET 2012


Hi Raju!

On Sun, Jan 22, 2012 at 2:47 PM, Raju Jaiswal <rajuj859 at gmail.com> 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/



More information about the Development mailing list