Karl Lieberherr
From Wikipedia, the free encyclopedia
Karl Lieberherr | |
---|---|
Born | |
Occupation | Professor of Computer Science, Northeastern University, Boston |
Spouse | Ruth Lieberherr |
Karl Lieberherr is known as the father of adaptive programming. He wrote the first book about this particular theme. The work on adaptive programming was one of several secondary influences on the development of aspect-oriented programming.
Adaptive programming tries to create applications that are easy to maintain and evolve, creating a new abstraction layer in the design and implementation of Object-Oriented Applications. This concept takes encapsulation to a new level allowing changes in the way an object works without changing the interface with other objects. This technique solves the situations where an object takes assumptions about how other objects work and a change in this object takes down that assumption creating a chain effect in the rest of the system.
Aspect oriented programming affects the way an application is created. Following the directives of this concept, one could create separate objects that treat data and process in a separated way. This allows a flexible application that can change and evolve easily.
[edit] External links
- Papers and Publications
- Annual Aspect-Oriented Software Development conference
- Aspect-Oriented Software Development
- Adaptive Object-Oriented Software: The Demeter Method with Propagation Patterns
- The JAC Project (Java Aspect Components)
- CSU 670 Fall '06 Shirt Color Tracker