Fractal component model: Difference between revisions

Content deleted Content added
update ref on ProActive implementation
m Cleanup & typo fixing , typos fixed: developped → developed using AWB
Line 10:
 
* The Component Model sub project deals with the definition of the Fractal component model specification. The main characteristics of this model are recursivity (components can be nested in composite components - hence the "Fractal" name) and reflexivity (components have full introspection and intercession capabilities). The Fractal model is also language independent, and fully modular and extensible.
* The Implementations sub project deals with the implementation of Fractal component platforms, which allow the creation, configuration and reconfiguration of Fractal components. Julia, the reference implementation, is developpeddeveloped in this sub project.
* The Component Librairies sub project deals with the implementation of reusable, ready to use Fractal components, such as protocol or Swing components.
* The Tools sub project deals with the implementation of Fractal based applications dedicated to Fractal, such as tools to define and manage component configurations .
Line 22:
* FractNet [http://www-adele.imag.fr/fractnet/] is a [[Microsoft .NET Framework|.Net]] implementation of the Fractal component model.
* Plasma is a C++ implementation of Fractal, geared at multimedia applications.
* [[ProActive|ProActive]] [http://proactive.inria.fr] is a distributed and asynchronous implementation of Fractal geared at Grid Computing.
* [[ObjectWeb_ThinkObjectWeb Think|Think]] is a C implementation of Fractal geared at operating system development.
 
==Tools==