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:
-
12/20/2010 03:54:55 PM (10 years ago)
- Author:
-
malte.appeltauer
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v4
|
v5
|
|
1 | | = Context-oriented Programming = |
2 | | |
3 | | == JCop == |
| 1 | = JCop = |
4 | 2 | |
5 | 3 | [[Image(http://www.hpi.uni-potsdam.de/hirschfeld/projects/jcop/media/jcop.jpg)]] |
6 | | |
7 | | === Overview === |
8 | 4 | |
9 | 5 | JCop is a context-oriented programming (COP) extension to the Java programming language. It combines COP features - introduced by its predecessor ContextJ - with new constructs for declarative and event-based layer composition and a first-class event-based context representation. |
… |
… |
|
12 | 8 | |
13 | 9 | Dynamic Composition. 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. |
14 | | Downloads |
| 10 | |
| 11 | [Downloads] |
| 12 | [Manual] |
| 13 | |
15 | 14 | |
16 | 15 | * JCop compiler (zip archive, 2010-12-16) |