Jump to content

Subject-oriented programming

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by KrakatoaKatie (talk | contribs) at 04:28, 30 April 2008 (creating new stub actually using FOLDOC without copyrighted text from http://www.research.ibm.com/sop/sopoverv.htm which is NOT part of FOLDOC). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Subject-oriented programming refers to a method of programming that supports building object-oriented systems as compositions of subjects, extending systems by composing them with new subjects, and integrating systems by composing them with one another (perhaps with glue or adapter subjects).

The flexibility of subject composition introduces novel opportunities for developing and modularising object-oriented programs. Subject-oriented programming-in-the-large involves dividing a system into subjects and writing rules to compose them correctly. It complements object-oriented programming, solving a number of problems that arise when OOP is used to develop large systems or suites of interoperating or integrated applications.

See also

This article is based on material taken from the Free On-line Dictionary of Computing prior to 1 November 2008 and incorporated under the "relicensing" terms of the GFDL, version 1.3 or later.