(Links moved, mostly still point to dev.k.o though) |
(→DCOP and D-BUS) |
||
| Line 13: | Line 13: | ||
*[http://developer.kde.org/documentation/tutorials/automation/index.html KDE Automation writeup]<br />''Document by Olaf Zanger showing an overview of the scripting capabilities in KDE 2.x. Includes usage of "dcop", "kdcop", scripting languages, xmlrpc, and a FAQ.'' | *[http://developer.kde.org/documentation/tutorials/automation/index.html KDE Automation writeup]<br />''Document by Olaf Zanger showing an overview of the scripting capabilities in KDE 2.x. Includes usage of "dcop", "kdcop", scripting languages, xmlrpc, and a FAQ.'' | ||
| − | * | + | *[http://www-106.ibm.com/developerworks/linux/library/l-dcop/index.html?ca=dgr-kdeml01KDEDCOP Connect KDE applications using DCOP]<br />''IBM DeveloperWorks tutorial, shows how to use kdcop and dcop with several examples such as instantly messaging a contact in kopete when he comes online, and also how to create a simple DCOP-aware application.'' |
D-BUS will be the message bus used in KDE 4. | D-BUS will be the message bus used in KDE 4. | ||
*[http://dbus.freedesktop.org/doc/dbus-tutorial.html D-BUS Tutorial]<br/>''This tutorial shows you what D-BUS is and how to use it.'' | *[http://dbus.freedesktop.org/doc/dbus-tutorial.html D-BUS Tutorial]<br/>''This tutorial shows you what D-BUS is and how to use it.'' | ||
Contents |
D-BUS will be the message bus used in KDE 4.
KDE is network transparent. This means that each application can access files via many network protocols just as if they were stored locally. There exist access modules (KIO-Slaves) for Samba (Windows Shares), HTTP, FTP and many other protocols.
KDE actively supports The Portland Project aiming at making cross-desktop application development easier. For more information on this fairly young project, please refer to The Portland Project's website hosted on Freedesktop.org.