./wip/aokell, AOKell is a Java implementation of the Fractal component model

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.0, Package name: aokell-2.0, Maintainer: jihbed.research

AOKell is a Java implementation of the Fractal component model which uses
Aspect-Oriented Programming. The goal of AOKell is to provide some high level
mechanisms for implementing the control semantics of a Fractal component.

The two main contributions of AOKell are to provide:

* an aspect-oriented solution for gluing the control part of a
Fractal component with its content,
* a component-based solution for implementing the control part of
a Fractal component.

AOKell is then a framework where the notions of a component, an interface, and a
binding are used both to implement the business part of an application and its
control semantics. The novelty is thus to provide a component-based
engineering of control.This control part is then glued to the content
using either AspectJ aspects or Spoon processors.


Required to build:
[lang/sun-jre7] [lang/sun-jdk7] [pkgtools/cwrappers]

Master sites:

RMD160: 97d78a26ccece1929da426dd84d6ec1e7aa111fa
Filesize: 5827.252 KB

Version history: (Expand)


CVS history: (Expand)


   2012-09-24 18:56:26 by Aleksej Saushev | Files touched by this commit (144)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't and might probably not have staged installation.
   2011-01-19 15:14:04 by Kamel Derouiche | Files touched by this commit (4) | Imported package
Log message:
Import aokell-2.0 as wip/aokell.

AOKell is a Java implementation of the Fractal component model which uses
Aspect-Oriented Programming. The goal of AOKell is to provide some high level
mechanisms for implementing the control semantics of a Fractal component.

The two main contributions of AOKell are to provide:

* an aspect-oriented solution for gluing the control part of a
  Fractal component with its content,
* a component-based solution for implementing the control part of
   a Fractal component.

AOKell is then a framework where the notions of a component, an interface, and a
binding are used both to implement the business part of an application and its
control semantics. The novelty is thus to provide a component-based
engineering of  control.This control part is then  glued to the content
using either AspectJ aspects or Spoon processors.