Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ws Wiki" for change 
notification.

The following page has been changed by Venkatakrishnan:
http://wiki.apache.org/ws/Tuscany/TuscanyJava/SCA_Java_Overview

------------------------------------------------------------------------------
      * Data Bindings << about the databinding options, mentioning about the 
transformation etc.>>
  
  == Design & Implementation ==
-   <<Covers the major components / features of tuscany including the extension 
model and the programming model for enhancing Tuscany SCA>>
+   <<Covers the major components / features of tuscany - the runtime 
launching, Modularity - the extension Model (Loaders, Builders, Invokers...)>>
+ 
+ === Tuscany Extensions ===
+ Tuscany's modularity enables providers to contribute 
+ extensions that are complete in themselves. For example, someone
+ would provide an extension for a new implementation type (like
+ JavaScript) or a new binding (like RMI). Each extension hooks into
+ the runtime at three points:
+ 1) a loader that handles extension-specific XML elements
+ 2) a builder that creates extension-specific components
+ 3) the runtime components that hook into the wiring fabric
+ 
+ Each extension is packaged as a composite which can be <included> in
+ another or which can be deployed into the system. When the composite
+ starts, all the components it contains register themselves with the
+ appropriate registries in the runtime (e.g. the LoaderRegistry).
  
  == Distributions ==
  <<this section will contain information about the various distributions (fall 
out of the discussions on Modularity currently going on in the Mailing Lists>>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to