[Qt-interest] Qt & Soa

Kaleb Pederson kaleb.pederson at gmail.com
Mon Nov 9 18:36:02 CET 2009


On Sun, Nov 8, 2009 at 5:48 AM, Jason H <scorp1us at yahoo.com> wrote:
> Qt sorely needs a web framework. There is a simple QtSoap, but it stops at SOAP 1.1 (not 1.2) and is client-only.
>
> There is no known server SOA. I think Qt sorely needs this because it would be awesome to use Qt apps in a SOA system, bod consuming and providing web resources. In particular, an automatic Qt binding to a QObject for a proxy, where the communication to the remote system happens via signals and slots.

While not SOAP, Qxt (libqxt.org) has QxtRPCService
(http://doc.libqxt.org/0.5.0/classQxtRPCService.html) that allows
signals and slots to be emitted across a QIODevice. At minimum, it
could serve as a working example of how to handle much of what's
required.

Another thought is the use of QtJambi. Since SOA is mature on Java,
you could probably integrate the two fairly easily.

--
Kaleb Pederson

Blog - http://kalebpederson.com
Twitter - http://twitter.com/kalebpederson

> ----- Original Message ----
> From: Nicola De Filippo <nicola at nicoladefilippo.it>
> To: Qt-interest <qt-interest at trolltech.com>
> Sent: Sun, November 8, 2009 8:41:18 AM
> Subject: [Qt-interest] Qt & Soa
>
> Hi,
> ia want build Soa application with Qt, bu i saw that
> http://qt.nokia.com/products/appdev/add-on-
> products/catalog/4/Utilities/qtcorba is deprecated; do you know other
> solutions?
>
>             Thanks.
>                        N.




More information about the Qt-interest-old mailing list