Results 1 to 2 of 2

Thread: Qt and Inversion of Control (IoC)

  1. #1
    Join Date
    Aug 2009
    Posts
    2
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Qt and Inversion of Control (IoC)

    Hi,

    for my current project I'm planning to use Qt and an other framework called Autumn. Autumn provides IoC capabilities - I need IoC because the project will be based on loosely coupled components organized in a kernel services architecture.

    I'm wondering if I can avoid using an extra framework (Autumn) for the sake of simplicity. I came across another project providing basic IoC capabilities: http://qtioccontainer.sourceforge.net/intro.html What I'm missing here is actually the ability to organize the bean factories in a hierarchy (for projection of dependencies of services...), support for singleton objects and a neat XML syntax... anyway.

    Are there more projects like the above one? Is this still the "Qt-way" or are there new methodologies? From what I feel there has been a lot of work done concerning XML enhancements in Qt recently. But none of the seems to actually cover IoC.

    I'm looking forward for your input

    Kind regards,
    Christoph
    Last edited by Chris79; 11th August 2009 at 20:36.

  2. #2
    Join Date
    Aug 2009
    Posts
    2
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt and Inversion of Control (IoC)

    I want to push this one time

Similar Threads

  1. QBitmap color inversion
    By jkv in forum Newbie
    Replies: 2
    Last Post: 20th July 2009, 12:21

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.