Results 1 to 2 of 2

Thread: QtWebKit for desktop AND web client

  1. #1
    Join Date
    Jul 2012
    Posts
    4
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default QtWebKit for desktop AND web client

    Hello!

    I need to develop a workflow based software (DB data management, data visualization, reporting, etc.) that should have a desktop and a web version. I would like to select a technology that would make both versions development overlap and for now Java seems to be the obvious choice.

    I looked at QtWebKit quickly and it seems quite powerful, though is it suited / mature enough for this kind of development? Meaning I am not worried about the web part, but can the same code (or most of) be shared for web and desktop targets?

    Thanks a lot for your answers!

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QtWebKit for desktop AND web client

    WebKit is a web browser, not a web content provider, so it can act as a desktop client (possibly enriching the functionality by using additional C++ code) for a web-served application but it will not act as a content server. Usually in such a situation you should provide a content server implemented in a technology of your choice (be it java, C++/Qt, python, php or some other language) that handles requests from clients and then you provide two separate client technologies that connect to that service and query it for functionality. One of the clients should be some kind of webpage server and the other would be the desktop client.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. Replies: 0
    Last Post: 29th February 2012, 09:48
  2. Client-Client communication
    By zgulser in forum Newbie
    Replies: 0
    Last Post: 2nd December 2010, 08:07
  3. Replies: 1
    Last Post: 27th August 2010, 13:30
  4. where is QtWebKit.lib?
    By richardander in forum Installation and Deployment
    Replies: 8
    Last Post: 8th April 2009, 16:50
  5. Replies: 5
    Last Post: 31st January 2009, 07:36

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.