Skip to: Site menu | Main content

fabric3

Docs Print

Overview

Vision Statement Describes the project goals and problems Fabric3 addresses
InfoQ Interview An interview with Fabric3 developers
ServerSide Symposium Slides from the 2007 ServerSide Symposium in Barcelona

Roadmap

Roadmap Release and features roadmap

Introductory Guides

Introducing SCA An excellent introduction to SCA by David Chappell.
Tutorials Tutorials demonstrating Fabric3 features

User Guides

The user guides provide concise information focused at end users on using the SCA and non-SCA features provided by Fabric3.

[Building Your First Composite Application] Detailed guide to building your first composite application
[Working With Web Services] Detailed guide to how to expose your web services using web services and how to access web services from your composite applications
[Working With Policies] Detailed guide to how to enforce QoS polices in your composite applications
[Working With JAXB] Detailed guide to how to use JAXB for data-binding within your web services
[Working With Transactions] Detailed guide to how to use JTA transactions within your composite applications
[Working With JMS] Detailed guide to how to expose your web services using JMS and how to access JMS resources from your composite applications
Working With JPA Detailed guide to how to use JPA for long term persistence within your composite applications
Working With Data Sources Detailed guide to how to configure and use data sources
[Working With Extensions] How to extend the SCA runtime using system and user extensions
[Working With Conversations] How to use conversations for stateful interactions
[Working With Callbacks] How to use callbacks and bi-directional interfaces
[Integration Tests] How to integration test SCA applications using Maven

Host Environments

Host Environment Introduction Introduction to Fabric3 host environments
Standalone Server Guide to using Fabric3 standalone server in a single-VM configuration
Webapp Runtime Guide to running Fabric3 in a web container
Federated Server Guide to using Fabric3 standalone server in a distributed domain
Integration Test Guide to using the Maven integration test plugin

Bindings Guides

Binding Introduction Introduction to using bindings
Web Services Guide to using web services binding
[RMI] Guide to using RMI binding
Hessian Guide to using Hessian binding
Burlap Guide to using Burlap binding
[JMS] Guide to using JMS binding

Architecture Guides

Privisioning Architecture Guide covering key provisioning concepts
Policy Architecture Fabric3 Architecture for implementing SCA Policies

Extension Guides

Extending Fabric3 Introductory guide to extending the runtime
Patterns and Anti-patterns A catalogue of common extension patterns and ant-patterns
[Binding Extensions] Guide to creating binding extensions
[Component Type Extensions] Guide to creating component type extensions