close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.
- Timestamp:
-
01/13/2011 09:43:13 AM (10 years ago)
- Author:
-
malte.appeltauer
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v98
|
v99
|
|
6 | 6 | Modularization:: |
7 | 7 | Behavioral variations are modularized by layers that can either be defined within classes (layer-in-class) or in dedicated top-level modules (class-in-layer). Layers contain partial method definitions that extend or replace a plain method while their layers are active. |
8 | | |
9 | | '''Dynamic Composition'''.[[BR]] |
| 8 | Dynamic Composition:: |
10 | 9 | JCop provides control-flow specific layer composition as known from other COP languages. In addition, it offers declarative composition statements that are specified within context modules and thus combines COP with concepts of aspect-oriented programming. |
11 | 10 | [[BR]] |