K Desktop Environment 2
K Desktop Environment 2 was the second series of releases of the K Desktop Environment. There were three major releases in this series.
Major updates
K Desktop Environment 2 introduced significant technological improvements compared to its predecessor.DCOP, a client-to-client communications protocol intermediated by a server over the standard X11 ICE library.
KIO, an application I/O library. It is network transparent and can access HTTP, FTP, PoP, IMAP, NFS, SMB, LDAP and local files. Moreover, its design permits developers to "drop in" additional protocols, such as WebDAV, which will then automatically be available to all KDE applications. KIO can also locate handlers for specified MIME types; these handlers can then be embedded within the requesting application using the KParts technology.
KParts, a component object model, allows an application to embed another within itself. The technology handles all aspects of the embedding, such as positioning toolbars and inserting the proper menus when the embedded component is activated or deactivated. KParts can also interface with the KIO trader to locate available handlers for specific MIME types or services/protocols.
KHTML, an HTML 4.0 compliant rendering and drawing engine. It supports many Internet technologies, including JavaScript, Java, HTML 4.0, CSS 2, and SSL for secure communications. It is compatible with Netscape plugins such as Flash. KHTML also has the capacity to embed components within itself using the KParts technology.
K Desktop Environment 2.0
was introduced as web browser, file manager and document viewer. It used KHTML for displaying web pages.K Desktop Environment 2 also shipped with the initial release of the KOffice suite, consisting of a spreadsheet application, a vector drawing application, a frame-based word-processing application, a presentation program, and a chart and diagram application. Native file formats were XML-based. KOffice included a scripting language and the ability to embed individual components within each other using KParts.