|
|
(150 intermediate revisions by 4 users not shown) |
Line 1: |
Line 1: |
| __NOTOC__ | | __NOTOC__ |
| This page includes SOM, DSOM, OpenDOC, WPS related articles:
| | Visit also the [[List of SOM Articles]]. |
|
| |
|
| <!-- TABLE WITH COLUMNS -->
| | This category includes SOM, DSOM, OpenDOC, WPS related articles: |
| <table>
| | [[Category:Articles]] |
| <tr style="vertical-align:top;">
| |
| | |
| <!-- FIRST COLUMN -->
| |
| <td style="width:30%; border: 1px solid #c6c9ff; padding: .5em 1em 1em; color: #000000; background-color: #f0f0ff">
| |
| | |
| <h3 id="mp-itn-h2" style="margin:3px; background:#cedff2; font-size:120%; font-weight:bold; border:1px solid #a3b0bf; text-align:left; color:#000; padding:0.2em 0.4em;">SOM EDM/2 Wiki Articles</h3>
| |
| * [[Introduction to SOM]] by [[Prokushev]](November 2004)
| |
| * [[First steps with the SOM compiler]] by [[Prokushev]] (May 2007)
| |
| * [[Interface Definition Language]] by [[Prokushev]] (May 2007)
| |
| * [[Emitter Framework]] by [[Prokushev]] (July 2008)
| |
| * [[How to program for the WPS]] from [http://www.netlabs.org/ netlabs.org] (March 2005?)
| |
| | |
| | |
| <h3 id="mp-itn-h2" style="margin:3px; background:#cedff2; font-size:120%; font-weight:bold; border:1px solid #a3b0bf; text-align:left; color:#000; padding:0.2em 0.4em;">SOM EDM/2 Classic Articles</h3>
| |
| * [http://www.edm2.com/0608/switchto.html Calling PM APIs from AVIO Sessions] by [[Roman Stangl]] (August 1998)
| |
| * [http://www.edm2.com/0304/oops.html An Introduction to DSOM.] by [[Gordon Zeglinski]] (April 1995)
| |
| * [http://www.edm2.com/0302/oops.html A Look at What's New in SOM 2.1.] by [[Gordon Zeglinski]] (February 1995)
| |
| * [http://www.edm2.com/0301/oops.html Using C++ Objects in SOM.] by [[Gordon Zeglinski]] (January 1995)
| |
| * [http://www.edm2.com/0210/oops.html Some benchmarks of SOM vs C++ based objects.] by [[Gordon Zeglinski]] (November 1994)
| |
| * [http://www.edm2.com/0209/oops.html The use of SOM to mirror the C++ object.] by [[Gordon Zeglinski]] (October 1994)
| |
| * [http://www.edm2.com/0208/oops.html SOM's OOP modelfrom the SOMobjects Developer Toolkit.] by [[Gordon Zeglinski]] (September 1994)
| |
| * [http://www.edm2.com/0106/threadspm.html Threads in PM Applications] by [[Larry Salomon Jr.]] (November 1993)
| |
| | |
| | |
| <h3 id="mp-itn-h2" style="margin:3px; background:#cedff2; font-size:120%; font-weight:bold; border:1px solid #a3b0bf; text-align:left; color:#000; padding:0.2em 0.4em;">WPS EDM/2 Wiki Articles</h3>
| |
| * [[How to program for the WPS]] from [http://www.netlabs.org netlabs.org]
| |
| * [[Creating modules for Doodle's Screen Saver - Part 1]] by [[Doodle]] (January 2005)
| |
| * [[Creating modules for Doodle's Screen Saver - Part 2]] by [[Doodle]] (January 2005)
| |
| * [Creating modules for Doodle's Screen Saver - Part 3]] by [[Doodle]] (June 2005)
| |
| * [[WorkPlace Shell Programming In Assembler/2]] by [[Micho Durdevich]]
| |
| | |
| | |
| <h3 id="mp-itn-h2" style="margin:3px; background:#cedff2; font-size:120%; font-weight:bold; border:1px solid #a3b0bf; text-align:left; color:#000; padding:0.2em 0.4em;">WPS EDM/2 Classic Articles</h3>
| |
| * [http://www.edm2.com/0510/wps1.html Work Place Shell Programming. Part 1] Creating the SOM IDL module; Compile the IDL code; Make the C++ DLL; Register the new WPS class; Create objects of the new class. by [[Chris Palchak]]
| |
| * [http://www.edm2.com/0511/wps2.html Work Place Shell Programming. Part 2] The code that needs to be added to the C++ program from part 1; How to write a settings page dialog in C++. by [[Chris Palchak]]
| |
| * [http://www.edm2.com/0512/wps3.html Work Place Shell Programming. Part 3] Referencing WPS objects from a C++ program; Referencing the EA's attached to a WPDataFile child object; Saving EA's when a file is overwritten. by [[Chris Palchak]]
| |
| * [http://www.edm2.com/0601/wps4.html Work Place Shell Programming. Part 4] The creation of the ChartFolder class. by [[Chris Palchak]]
| |
| * [http://www.edm2.com/0307/wpswithuicl.html Programming the WPS Using the UICL] Some shared experiences to easily write applications which are completely integrated into the WPS using the UICL. by [[Juergen Riedl]]
| |
| * [http://www.edm2.com/0208/wps1.html WPS Programming the Easy Way. Part 1] Overview of Object-oriented and SOM-programming, the first WPS-class. by [[Frank Matthijs]]
| |
| * [http://www.edm2.com/0209/wps2.html WPS Programming the Easy Way. Part 2] Expanding the class and improving WPS integration. by [[Frank Matthijs]]
| |
| * [http://www.edm2.com/0203/wpsdev101.html Workplace Shell Development 101] Creating a class that can send all the files dropped on the program object to the associated program as a series of parameters. by [[Björn Fahller]]
| |
| * [http://www.edm2.com/0102/roadmapwps.html Road Map for the Workplace Shell] An introduction to the internal structure of the WPS. by [[David Campbell]]
| |
| * [http://www.edm2.com/0201/hooks.html Utilizing Hooks for Added Capabilities] by [[Larry Salomon Jr.]]
| |
| * [http://www.edm2.com/0107/directspy.html Writing a Direct Manipulation Spy Writing a Direct Manipulation Spy] by [[Larry Salomon Jr.]]
| |
| * [http://www.edm2.com/0104/newwinclass1.html Development of a New Window Class - Part 1] by [[Larry Salomon Jr.]]
| |
| * [http://www.edm2.com/0105/newwinclass2.html Development of a New Window Class - Part 2] by [[Larry Salomon Jr.]]
| |
| | |
| | |
| </td>
| |
| | |
| <!-- SECOND COLUMN -->
| |
| <td style="width:30%; border: 1px solid #c6c9ff; padding: .5em 1em 1em; color: #000000; background-color: #f0f0ff">
| |
| | |
| <h3 id="mp-itn-h2" style="margin:3px; background:#cedff2; font-size:120%; font-weight:bold; border:1px solid #a3b0bf; text-align:left; color:#000; padding:0.2em 0.4em;">External Articles</h3>
| |
| * [http://drdobbs.com/article/print?articleId=184409410&siteSectionName= IBM's System Object Model] by [[F.R. Campagnoni]](January 01, 1994)
| |
| * [http://hobbes.nmsu.edu/h-viewer.php?dir=/pub/os2/dev/wps&file=som_nt.zip Object-Oriented Programming in OS/2 2.0 - Using SOM] by [[Roger Sessions]] and [[Nurcan Coskun]] (1992)
| |
| * [http://publibz.boulder.ibm.com/cgi-bin/bookmgr/FINDBOOK?filter=SOM SOM at IBM Library server]
| |
| * [http://cyberkinetica.homeunix.net/os2tk45/wpsguide/ IBM Workplace Shell Programming Guide]
| |
| | |
| | |
| </td>
| |
| | |
| </table>
| |
Visit also the List of SOM Articles.
This category includes SOM, DSOM, OpenDOC, WPS related articles: