An Entity of Type: mollusca, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

The Workplace Shell (WPS) is an object-oriented desktop shell (also called desktop environment) produced by IBM's Boca Raton development lab for OS/2 2.0. It is based on Common User Access and made a radical shift away from the Program Manager type interface that earlier versions of OS/2 shared with Windows 3.x or the application-oriented WIMP interface of the Apple Macintosh. The Workplace Shell was also used in OS/2 Warp 3 and Warp 4, and the OS/2-based operating systems eComStation and ArcaOS.

Property Value
dbo:abstract
  • Die Workplace Shell (WPS) bildet zusammen mit und aufbauend auf dem Presentation Manager die objektorientierte grafische Benutzeroberfläche des Betriebssystems IBM OS/2 ab Version 2.00. Zum Zeitpunkt der Einführung war die WPS bahnbrechend. Das andere Konzept und die Vielfalt der Funktionen wurde von vielen Neuanwendern jedoch als zu kompliziert empfunden, was OS/2 den Ruf einbrachte, schwer zu bedienen zu sein. Im Laufe der Zeit wurde eine Reihe von Konzepten und Funktionen der WPS nach und nach in grafische Benutzerschnittstellen anderer Betriebssysteme übernommen, beispielsweise KDE und Gnome für Unix-ähnliche Systeme sowie Windows. (de)
  • The Workplace Shell (WPS) is an object-oriented desktop shell (also called desktop environment) produced by IBM's Boca Raton development lab for OS/2 2.0. It is based on Common User Access and made a radical shift away from the Program Manager type interface that earlier versions of OS/2 shared with Windows 3.x or the application-oriented WIMP interface of the Apple Macintosh. The Workplace Shell was also used in OS/2 Warp 3 and Warp 4, and the OS/2-based operating systems eComStation and ArcaOS. IBM originally intended to deliver the Workplace Shell as part of the OfficeVision/2 LAN product, but in 1991 announced plans to release it as part of OS/2 2.0 instead. Although mostly written in C, under the covers the Workplace Shell is implemented as an object-oriented class library, basing on the System Object Model (SOM). The WPS classes are glued together with an interface definition language (IDL). SOM and its IDL was developed by IBM in their Austin, Texas lab.The classes can easily be manipulated by sending simple settings strings (like "KEYWORD=VALUE;") to them both via a C and a Rexx API. When implementing a new WPS class, it is derived from an existing class from within the WPS class hierarchy. For modifying, extending or removing certain functionality of the parent class, often only a few methods of the parent class need to be overwritten by the developer. All other functionality of the parent class can safely remain unchanged, ensuring the seamless integration of the added or modified functionality and with that the consistency of the remaining user interface. The resulting object class is shipped in DLL form. Once the new object class implemented by it is registered with the Workplace Shell and an instance of this class is created, it can be acted on by the user or other programs as every other Workplace Shell object. A part of the WPS design allows for the developer of a class Y which extends or modifies a class X to execute an additional API on installation which will let the WPS 'replace' class X by class Y. This will make even all existing instances of class X behave as instances of the modified class Y; i.e., almost a retroactive inheritance. This allows for many useful third-party desktop utilities that add or modify functionality to or of existing objects without access to IBM's source code. Where the IDL and class headers also of derived classes are published, these classes can as well be extended in turn in the same way. (en)
  • De Workplace Shell is een object-georiënteerde grafische werkomgevingdie geproduceerd werd door het ontwikkelingslab van IBM in Boca Raton voor OS/2 2.0. Het was een radicale verschuiving ten opzichte van het Program Manager-type gebruiksoppervlak dat eerdere versies van OS/2 deelden met Windows 3.x. Workplace Shell-objecten werden meestal geschreven in de programmeertaal C en aan elkaar geknoopt met een met de naam "SOM" (kort voor ), ontwikkeld door IBM in hun Austin, Texas-lab. De klassen konden meestal gemanipuleerd worden vanuit Rexx-programma's. Deze objecten werden uitgebracht in Dynamically Linked Library (DLL)-formaat en de gebruiker of andere programma's konden ermee omgaan alsof het echte objecten waren, al is er discussie mogelijk over de vraag of het SOM-paradigma daar dicht genoeg bij in de buurt kwam. Een gedeelte van het ontwerp van de WPS dat een ontwikkelaar van een klasse Y die een klasse X uitbreidt, is in staat een Application Programming Interface (API) uit te voeren die door de hele werkomgeving alle instanties van klasse X kan 'vervangen' door instanties van klasse Y; dat wil zeggen bijna een retroactieve overerving. Dit schept ruimte voor vele nuttige werkplek-hulpprogramma's van derden die functionaliteit toevoegen aan bestaande objecten (meestal mappen) zonder toegang te hebben tot IBM's broncode. (nl)
  • ワークプレース・シェル (WPS:WorkPlaceShell) は、IBMがOS/2用に開発したオブジェクト指向のGUI環境。PM (Presentation Manager) 上で動くシェルとして実装されている。PC用市販OSの標準機能として、マウスの二つのボタンを活用できる操作系を初めて採用するなど、すぐれた操作性を持ち、OS/2のバージョンが上がるごとに拡張が進み、高い支持を受けた。 (ja)
dbo:thumbnail
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 679630 (xsd:integer)
dbo:wikiPageLength
  • 5930 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1121429068 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • Die Workplace Shell (WPS) bildet zusammen mit und aufbauend auf dem Presentation Manager die objektorientierte grafische Benutzeroberfläche des Betriebssystems IBM OS/2 ab Version 2.00. Zum Zeitpunkt der Einführung war die WPS bahnbrechend. Das andere Konzept und die Vielfalt der Funktionen wurde von vielen Neuanwendern jedoch als zu kompliziert empfunden, was OS/2 den Ruf einbrachte, schwer zu bedienen zu sein. Im Laufe der Zeit wurde eine Reihe von Konzepten und Funktionen der WPS nach und nach in grafische Benutzerschnittstellen anderer Betriebssysteme übernommen, beispielsweise KDE und Gnome für Unix-ähnliche Systeme sowie Windows. (de)
  • ワークプレース・シェル (WPS:WorkPlaceShell) は、IBMがOS/2用に開発したオブジェクト指向のGUI環境。PM (Presentation Manager) 上で動くシェルとして実装されている。PC用市販OSの標準機能として、マウスの二つのボタンを活用できる操作系を初めて採用するなど、すぐれた操作性を持ち、OS/2のバージョンが上がるごとに拡張が進み、高い支持を受けた。 (ja)
  • The Workplace Shell (WPS) is an object-oriented desktop shell (also called desktop environment) produced by IBM's Boca Raton development lab for OS/2 2.0. It is based on Common User Access and made a radical shift away from the Program Manager type interface that earlier versions of OS/2 shared with Windows 3.x or the application-oriented WIMP interface of the Apple Macintosh. The Workplace Shell was also used in OS/2 Warp 3 and Warp 4, and the OS/2-based operating systems eComStation and ArcaOS. (en)
  • De Workplace Shell is een object-georiënteerde grafische werkomgevingdie geproduceerd werd door het ontwikkelingslab van IBM in Boca Raton voor OS/2 2.0. Het was een radicale verschuiving ten opzichte van het Program Manager-type gebruiksoppervlak dat eerdere versies van OS/2 deelden met Windows 3.x. Workplace Shell-objecten werden meestal geschreven in de programmeertaal C en aan elkaar geknoopt met een met de naam "SOM" (kort voor ), ontwikkeld door IBM in hun Austin, Texas-lab. De klassen konden meestal gemanipuleerd worden vanuit Rexx-programma's. (nl)
rdfs:label
  • Workplace Shell (de)
  • ワークプレース・シェル (ja)
  • Workplace Shell (nl)
  • Workplace Shell (en)
owl:sameAs
prov:wasDerivedFrom
foaf:depiction
foaf:isPrimaryTopicOf
is dbo:wikiPageWikiLink of
is dbp:ui of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License