On Thu, 28 Oct 2010 13:40:00 +0530, Anup Joshi wrote: > I am a newbie to mobile computing. I am thinking of implementing the > following architecture. > I would like to know if it is feasible. > > [1] pyQTMobility<=> [2] zsi (soap) client <==> [3] zsi soap server <=> [4] > business logic <=> [5] database > > Where [1] and [2] reside on a mobile phone and [3],[4] and [5] is a server > machine connected to the internet > > zsi is a SOAP service. (http://pywebsvcs.sourceforge.net/zsi.html)
It sounds feasible, though it depends on what kind of mobile phone you have. If PyQt runs on the phone then you might not need PyQtMobility, just the standard network classes. David _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
