I am looking at the practicality of using Qt-based code in the core of a web application. At the very least there needs to be some type of session and persistent object management. I was wondering if there was any forum experience in doing this with Qt? Are there obvious approaches or ways to avoid reinventing a wheel?

I have found the Qxt library, which includes some support for doing web services. Has anyone used this in anger?