(→DCOP and D-BUS) |
(→DCOP and D-BUS) |
||
| Line 6: | Line 6: | ||
== Libraries and Interfaces == | == Libraries and Interfaces == | ||
| − | === DCOP and D- | + | === DCOP and D-Bus === |
* '''DCOP''' is the message bus built into KDE 3, that is used for inter-process communication (IPC) between different KDE applications. DCOP can be used in order to remotely control KDE applications from your own application or to provide scriptable interfaces for your own application. | * '''DCOP''' is the message bus built into KDE 3, that is used for inter-process communication (IPC) between different KDE applications. DCOP can be used in order to remotely control KDE applications from your own application or to provide scriptable interfaces for your own application. | ||
| Line 14: | Line 14: | ||
*[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.'' | *[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- | + | D-Bus will be the message bus used in KDE 4. |
| − | *[http://dbus.freedesktop.org/doc/dbus-tutorial.html D- | + | *[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.'' |
=== KIO-Slaves === | === KIO-Slaves === | ||
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.