Part I. Guided Tour and Tutorial

Table of Contents

Chapter 1. Introduction
1.1. Overview
1.2. Programming with components: the Fractal component model
1.3. Presentation of ProActive/GCM
1.4. GCM Basics
Chapter 2. ProActive Example Applications Using Components
2.1. C3D - Active Objects to Components
2.1.1. Refactoring C3D with components
2.1.2. Creating the interfaces
2.1.3. Creating the Component Wrappers
2.1.4. Component lookup and registration
2.1.5. How to run components C3D
2.2. Conclusion
Chapter 3. GCM Components Tutorial
3.1. Introduction
3.2. Create and use components using ADL
3.2.1. Introduction
3.2.2. Starter tutorial
3.2.3. Composite tutorial
3.2.4. Interface tutorial
3.2.5. Multicast tutorial
3.2.6. Deployment tutorial
3.3. Create and use components using the API
3.3.1. Introduction
3.3.2. Starter tutorial
3.3.3. Composite tutorial
3.3.4. Interface tutorial