# Workplace Shell

> Mediated Wiki article. Canonical URL: https://mediated.wiki/source/Workplace_Shell
> Markdown URL: https://mediated.wiki/source/Workplace_Shell.md
> Source: https://en.wikipedia.org/wiki/Workplace_Shell
> Source revision: 1275950572
> License: Creative Commons Attribution-ShareAlike 4.0 International (https://creativecommons.org/licenses/by-sa/4.0/)

This article needs more citations. Please help improve this article by adding 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)

OS/2 2.0, showing the first version of the Workplace Shell

The **Workplace Shell** (**WPS**) is an [object-oriented](/source/Object-oriented_user_interface) desktop shell (also called [desktop environment](/source/Desktop_environment)) produced by [IBM](/source/IBM)'s [Boca Raton](/source/Boca_Raton%2C_Florida) development lab for [OS/2](/source/OS%2F2) 2.0. It is based on [Common User Access](/source/IBM_Common_User_Access) and made a radical shift away from the [Program Manager](/source/Program_Manager) type interface that earlier versions of [OS/2](/source/OS%2F2) shared with [Windows 3.x](/source/Windows_3.1x) or the application-oriented [WIMP](/source/WIMP_(computing)) interface of the [Apple Macintosh](/source/Apple_Macintosh). The Workplace Shell was also used in OS/2 Warp 3 and Warp 4, and the OS/2-based operating systems [eComStation](/source/EComStation) and [ArcaOS](/source/ArcaOS).

IBM originally intended to deliver the Workplace Shell as part of the [OfficeVision/2 LAN](/source/IBM_OfficeVision) product, but in 1991 announced plans to release it as part of OS/2 2.0 instead.[1]

Although mostly written in [C](/source/C_(programming_language)), under the covers the Workplace Shell is implemented as an object-oriented class library, basing on the [System Object Model](/source/IBM_System_Object_Model) (SOM). The WPS classes are glued together with an [interface definition language](/source/Interface_description_language) (IDL). SOM and its IDL was developed by IBM in their [Austin, Texas](/source/Austin%2C_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](/source/REXX) [API](/source/Application_programming_interface).[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 in [DLL](/source/Dynamic-link_library) 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](/source/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](/source/Inheritance_(object-oriented_programming)). 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.

## See also

- [Shadow (OS/2)](/source/Shadow_(OS%2F2))

- [Workplace OS](/source/Workplace_OS)

## References

1. **[^](#cite_ref-Desmond1991_1-0)** Desmond, Paul (1 July 1991), ["IBM refocuses office tool"](https://books.google.com/books?id=fBIEAAAAMBAJ&pg=PA51), *[Network World](/source/Network_World)*, vol. 8, no. 26, International Data Group, p. 51, [ISSN](/source/ISSN_(identifier)) [0887-7661](https://search.worldcat.org/issn/0887-7661), 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...

1. **[^](#cite_ref-WorkplaceShellRedbook_2-0)** Oscar Cepeda (May 12, 1994). [*OS/2 Configuration Techniques: "Cracking" the Workplace Shell*](https://web.archive.org/web/20050504012447/https://www.redbooks.ibm.com/redbooks/pdfs/gg244201.pdf) (PDF). IBM Redbooks. IBM Corporation, International Technical Support Organization. [ISBN](/source/ISBN_(identifier)) [9780738405742](https://en.wikipedia.org/wiki/Special:BookSources/9780738405742). Archived from [the original](https://www.redbooks.ibm.com/redbooks/pdfs/gg244201.pdf) (PDF) on 4 May 2005. Retrieved March 25, 2013.

1. **[^](#cite_ref-OS/2WorkplaceShellAPI_3-0)** Mindy Pollack (1995). Marc A. Stock (ed.). *OS/2 Workplace Shell API*. New York: Wiley. [ISBN](/source/ISBN_(identifier)) [9780471038726](https://en.wikipedia.org/wiki/Special:BookSources/9780471038726).

## External links

- A well-known free and open source Workplace Shell extension package named [xWorkplace](http://xworkplace.netlabs.org) (for extended workplace) makes widely use of class replacement, introducing many new features to the user interface.

- [osFree](http://www.osfree.org/), which seeks to entirely reimplement OS/2 as free software.

- For OS/2 and eComStation developers, the [Workplace Shell Toolkit](http://wpstk.netlabs.org) eases common programming tasks when creating WPS classes, as well as for plain [Presentation Manager](/source/Presentation_Manager) programming.

- [DFM](http://distro.ibiblio.org/amigolinux/download/DeskTop/IconMgmt/dfm-0.99.9/kaisersite.dedfm.html) (Desktop File Manager) is a Linux file manager for the [X Window System](/source/X_Window_System), inspired by the WPS.

- [Workplace Shell for Windows](http://toastytech.com/guis/wps.html) is a freeware clone of the WPS made for Windows unofficially by IBM employees.

- [Download Workplace Shell for Windows](http://ftp.gaby.de/pub/win3x/wpsfw151.zip)

- [OS2eZine Article: WPS for Windows v1.51](http://www.os2ezine.com/v1n6/wps4win.html)

- [Download Workplace Shell for Windows 1.51 Source Code](https://www.ibm.com/developerworks/community/forums/html/topic?id=77777777-0000-0000-0000-000014706678)

v t e OS/2 Developers Companies Microsoft (1.0 to 1.3 only) IBM People Ed Iacobucci (chief architect) Barry Appelman Joe Belfiore Moshe Dunie Naveen Jain Susan Kare Galina Kofman Barry Leiba Gordon Letwin John R. Patrick Mark Zbikowski Major versions 1.0 1.1 1.2 1.21 1.3 2.0 2.1 Warp 3.0 Warp Connect Warp Connect (PowerPC Edition) Warp 4.0 Warp 4.5 Components Information Presentation Facility Installable File System LAN Server Presentation Manager Windows Libraries for OS/2 Workplace Shell Technology and concepts Common User Access High Performance File System Pinball Journaled File System New Executable Shadow System Object Model Systems Application Architecture Successors eComStation ArcaOS See also Odin (Win32-OS/2) Team OS/2 Category Commons

---
Adapted from the Wikipedia article [Workplace Shell](https://en.wikipedia.org/wiki/Workplace_Shell) by Wikipedia contributors ([contributor history](https://en.wikipedia.org/wiki/Workplace_Shell?action=history)). Available under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). Changes may have been made.
