Trieloff, Carl wrote:
> Jim,
> 
> Could you have a look at this and provide feedback, to help us work out
> the SCA/Tuscany mgnt thoughts integration.
> 
> https://wiki.objectweb.org/celtix/Wiki.jsp?page=ManamgentDevPlan
> 

I had a quick look and can speak to the SCA issues at least. The
specification defines an API from the ModuleContext interface that
allows an application to access the definition of a Module using
interfaces from the org.osoa.model package. See
http://svn.apache.org/repos/asf/incubator/tuscany/contrib/java/trunk/spec/sca/src/main/java/org/osoa/sca/model/

One goal of this is to support introspection of the asembly definition,
either by management tools or by the application itself.

However, this is primarily a static model whereas the model on the wiki
page seems to focus on runtime information such as exchange counts or
lifecycle control for components. The SCA specification does not cover
that aspect at this time.

We do have interfaces inside Tuscany for those purposes e.g.
http://svn.apache.org/repos/asf/incubator/tuscany/contrib/java/trunk/runtime/core/src/main/java/org/apache/tuscany/core/context/InstanceContext.java

but of course those are proprietary. This looks like a good area to
inflence the spec.

--
Jeremy

Reply via email to