System Object Model: Difference between revisions
Appearance
mNo edit summary |
|||
Line 86: | Line 86: | ||
;Books | ;Books | ||
* [[Jennifer Hamilton]]: ''Programming with DirectToSOM C++'' - Wiley 1996, ISBN | * Christina Lau: ''Object-Oriented Programming Using SOM and DSOM'' - Van Nostrand Reinhold 1994, ISBN 0-442-01948-3 | ||
* [[Jennifer Hamilton]]: ''Programming with DirectToSOM C++'' - Wiley 1996, ISBN 0-471-16004-0 | |||
* Robert Orfali, Dan Harkey, Jeri Edwards: ''The Essential Distributed Objects Survival Guide'' - Wiley 1996, ISBN 0-471-12993-3 | * Robert Orfali, Dan Harkey, Jeri Edwards: ''The Essential Distributed Objects Survival Guide'' - Wiley 1996, ISBN 0-471-12993-3 | ||
;Articles | ;Articles | ||
* Brian Curran: ''Why SOM?'' | ''IBM Personal Systems Magazine'' | ||
* [[Gabrielle Gagnon]]: ''Exploring IBM's SOM'' series of articles | * Brian Curran: ''[[Why SOM?]]'' (Mar/Apr 1996) | ||
** [http://books.google.com | * Rick Weaver: ''[[IBM System Object Model—The Wave of the Future (and Now!)]]'' | ||
** [http://books.google.com | * Geoff Hambrick: ''[[Enabling Industrial-Strength OO Applications with SOM and CORBAservices]]'' | ||
** [http://books.google.com | |||
''PC Magazine'' | |||
* [[Gabrielle Gagnon]]: ''Exploring IBM's SOM'' - series of articles | |||
** [http://books.google.com/books?id=yurvRCerf_UC&pg=PA515 Part 1] - October 1995 | |||
** [http://books.google.com/books?id=qxIpLj9BmV8C&pg=RA1-PA397 Part 2] - November 1995 | |||
** [http://books.google.com/books?id=CF2kTIIwVUgC&pg=RA1-PA279 Part 3] - January 1996 | |||
==Links== | ==Links== |
Revision as of 18:59, 11 December 2018

System Object Model (SOM) is an object-oriented shared library system. DSOM, a distributed version based on CORBA, allowed objects on different computers to communicate. System Object Model (SOM, SOMObjects) is a language neutral object model.
Products
- IBM System Object Model/6000 (SOM/6000)
- IBM SOMobjects Developer Toolkit Version 2.1 for OS/2, AIX and Windows (10H9767)
- IBM SOMobjects Workgroup Enabler Version 2.1 for OS/2, AIX and Windows (10H9769)
- IBM SOMobjects for OS/400
Documentation
IBM System Object Model (SOM) Online Books
Runtime
Component | |
---|---|
SOM Run-time Kernel | SRK |
SOM Event Management Framework | SEM |
Distributed SOM Framework | SDS |
SOMobjects Interface Repository Framework | SIR |
SOMobjects Utility Classes | SUT |
- Syslevel
- Version 2.01.5 - SM20012
Files
System Object Model runtime included with OS/2 Warp Version 4 consists of the following files:
Name | Comments |
---|---|
SOM.DLL | SOM Run-time Library |
SOM.IR | SOM Implementation Repository. Types, classes, and methods provided by the SOMobjects Framework |
SOMD.DLL | Distributed SOM (DSOM) |
SOMD.MSG | Messages for SOMD.DLL |
SOMDCLS.DAT | Distributed SOM class database |
SOMDCLS.TOC | Distributed SOM class index |
SOMDD.EXE | DSOM daemon. It must be started prior to running a DSOM application |
SOMDIMPL.DAT | Distributed SOM implementation database |
SOMDIMPL.TOC | Distributed SOM implementation index |
SOMDSVR.EXE | Generic DSOM server program |
SOMEM.DLL | SOM Event Manager |
SOMIR.DLL | CORBA Interface Repository support |
SOMK.MSG | SOM error messages file |
SOMS.DLL | SOM Sockets library |
SOMSEC.DLL | SOM Security library |
SOMTC.DLL | CORBA TypeCode support |
SOMU.DLL | Metaclass framework |
SOMUC.DLL | Collection Class Library |
Articles
- Jennifer Hamilton: Interlanguage Object Sharing with SOM
- EDM/2 SOM Articles
Publications
- G221-3651-02: SOMobjects Specification Sheet - IBM 1995-04
- Books
- Christina Lau: Object-Oriented Programming Using SOM and DSOM - Van Nostrand Reinhold 1994, ISBN 0-442-01948-3
- Jennifer Hamilton: Programming with DirectToSOM C++ - Wiley 1996, ISBN 0-471-16004-0
- Robert Orfali, Dan Harkey, Jeri Edwards: The Essential Distributed Objects Survival Guide - Wiley 1996, ISBN 0-471-12993-3
- Articles
IBM Personal Systems Magazine
- Brian Curran: Why SOM? (Mar/Apr 1996)
- Rick Weaver: IBM System Object Model—The Wave of the Future (and Now!)
- Geoff Hambrick: Enabling Industrial-Strength OO Applications with SOM and CORBAservices
PC Magazine
- Gabrielle Gagnon: Exploring IBM's SOM - series of articles