Hi,

I want to achieve the following tasks in Tuscany. However, not quite sure which sample I really should look into. Can anyone point me to the right direction?

I want to write implementation for two components where each component take one input and generate one output. Imagine that these components are generic function, therefore, composition of these components is done by writing the composite file, which wires component's service(as output) and reference(as input) together.

is there any simple example for this scenario?

In the Tuscany samples, such as bigbank, it seems to me that composite service needs to have knowledge about the component service they are going to reference. but in my case, I want all component to be generic, and be able to dynamically compose by defining the composite file of what components to use.

not sure whether the SCA is a better way to do this? any idea or comment?

--
regards;

Peizhao


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

Reply via email to