Slashdot Mirror


Creating KParts components

Mday4F writes "Konqueror maintainer, David Faure, introduces you to the core KParts concepts of read-only and read-write parts, and shows you how to create and deploy KParts components."

3 of 13 comments (clear)

  1. Another article on K-Parts by SocialWorm · · Score: 4, Interesting

    I was wondering if K-Parts was the KDE answer to GNOME's bonobo, so I decided to do a google search. I found an article, also on the IBM site (but which does not require registration), which mentions CORBA, so I assume it is. The "advantages vs. disadvantages" section seems very interesting.

    --
    My Blog: http://nic.dreamhost.com/
    1. Re:Another article on K-Parts by Geek+Boy · · Score: 5, Informative

      KParts far preceded Bonobo. There is no Corba in KDE. It uses DCOP over ICE. There is also an XML-RPC gateway.

  2. Re:C++ is ugly! by elflord · · Score: 4, Insightful
    Anything that has syntax designed for C compatibility is going to be hideous as far as syntax is concerned. So the short answer is, most other languages have cleaner syntax. The compatibility of C++ makes it very useful, and has advantages that should not be dismissed lightly, but it also is an obstruction to "clean" design.

    Other compiled OO languages ? Yes, it never hurts to learn more. Take a look at Eiffel, and/or or OCaml (this is a hybrid language, actually more functional than OO)