This articleneeds additional citations forverification. Please helpimprove this article byadding citations to reliable sources. Unsourced material may be challenged and removed. Find sources: "Workplace Shell" – news ·newspapers ·books ·scholar ·JSTOR(March 2013) (Learn how and when to remove this message) |

TheWorkplace Shell (WPS) is anobject-oriented desktop shell (also calleddesktop environment) produced byIBM'sBoca Raton development lab forOS/2 2.0. It is based onCommon User Access and made a radical shift away from theProgram Manager type interface that earlier versions ofOS/2 shared withWindows 3.x or the application-orientedWIMP interface of theApple Macintosh. The Workplace Shell was also used in OS/2 Warp 3 and Warp 4, and the OS/2-based operating systemseComStation andArcaOS.
IBM originally intended to deliver the Workplace Shell as part of theOfficeVision/2 LAN product, but in 1991 announced plans to release it as part of OS/2 2.0 instead.[1]
Although mostly written inC, under the covers the Workplace Shell is implemented as an object-oriented class library, basing on theSystem Object Model (SOM). The WPS classes are glued together with aninterface definition language (IDL). SOM and its IDL was developed by IBM in theirAustin, Texas lab.The classes can easily be manipulated by sending simple settings strings (like "KEYWORD=VALUE;") to them both via a C and aRexxAPI.[2][3]
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 inDLL 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 additionalAPI 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 retroactiveinheritance. 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.
IBM last week said some features originally scheduled to ship in OfficeVision/2 LAN will be bundled into the current release of the product, while others will be either integrated into OS/2 or delayed indefinitely... IBM's Workplace Shell, an enhanced graphical user interface, is being lifted from OfficeVision/2 LAN to be included in OS/2 2.0... The shell offers the capability to trigger processes by dragging and dropping icons on the desktop, such as dropping a file into an electronic wastebasket. Porting that feature to the operating system will let any application take advantage of the interface...