Mail Archive Home | fractal-commits List | May 2008 Index
| <-- Date Index --> | <-- Thread Index --> |
Following feedback: * Cecilia Comanche example: improve the overview. * Cecilia Cloneable example: add a sentence on what cloneable components may be useful for.
--- sandbox/debrouxl/comanche/src/site/apt/index.apt 2008-05-28 11:49:49 UTC (rev 7807)
+++ sandbox/debrouxl/comanche/src/site/apt/index.apt 2008-05-28 14:58:07 UTC (rev 7808)
@@ -7,20 +7,35 @@
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Overview
- This tutorial is an introduction to the Fractal component model. It explains
- informally how to {{{#Design}design}}, {{{#Implementation}implement}} and
+ This tutorial is an introduction to the Fractal component model, using the
+ Cecilia framework as implementation. It explains informally how to
+ {{{#Design}design}}, {{{#Implementation}implement}} and
{{{#Configuration}deploy}} component-based applications with Fractal (and with
some associated tools), in C, by using a concrete example, namely an extremely
minimal web server.
- Before going through this tutorial, you should have gone through the
- {{{../helloworld/index.html}Hello World tutorial}}.
-
This document is intended for those that do not know Fractal, and want to get
an overview of this component model, of its motivations and benefits. If you
are in this case, you should read this document first, before reading the
Fractal component model specification.
+ This document is organized as follows:
+
+ * an introduction to the Fractal component model;
+
+ * notes on the design of a component-based web server;
+
+ * description of the implementation of the component-based web server;
+
+ * notes on the way to describe the architecture of the web server in the
+ Cecilia ADL;
+
+ * Appendices containing the source code (C, IDL, ADL).
+
+ []
+
+
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Download
--- trunk/cecilia-framework/examples/cloneable/src/site/apt/index.apt 2008-05-28 11:49:49 UTC (rev 7807)
+++ trunk/cecilia-framework/examples/cloneable/src/site/apt/index.apt 2008-05-28 14:58:07 UTC (rev 7808)
@@ -6,6 +6,9 @@
Overview
This page shows how to use cloneable components in a Cecilia program.
+ Cloneable components are useful for encapsulating dynamically-created data
+ structures like threads.
+
In order to use cloneable components, one must:
* create a factory of such components;
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.