Fractal component model: Difference between revisions

Content deleted Content added
Donsez (talk | contribs)
m Implementations: add links
Line 16:
==Implementations==
 
Besides Julia [http://fractal.objectweb.org/tutorials/julia/index.html], the reference implementation in Java maintained in the [[ObjectWeb]] Fractal project, there are several other implementations of the Fractal component model in other projects, including non [[ObjectWeb]] projects:
 
* AOKell [http://fractal.objectweb.org/tutorials/aokell/index.html] is a Java implementation similar to Julia, but based on AspectJ instead of mixins. It can execute the same applications as Julia, including Fractal RMI, Fractal ADL, Fractal Explorer.
* FracTalk is a SmallTalk implementation of the Fractal component model.
* FractNet [http://www-adele.imag.fr/fractnet/] is a [[http://en.wikipedia.org/wiki/Microsoft_.NET_Framework|.Net]] implementation of the Fractal component model.
* Plasma is a C++ implementation of Fractal, geared at multimedia applications.
* ProActive [http://www-sop.inria.fr/oasis/ProActive/] is a distributed and asynchronous implementation of Fractal geared at Grid Computing.
* [[Objectweb_Think|Think]] is a C implementation of Fractal geared at operating system development.
 
==Tools==