Hi I'm currently trying to understand what's going on in Tuscany tool in order to use it in an efficient way later on (for a demo). My purpose is to have a clear idea concerning the main mecanisms involved in the creation of the artifacts. For example, I'm trying to understand the Calculator sample. As far as I understand, the CalculatorClient invokes newInstance method to get a new domain. Ok Then, it invokes getService method in order to get a reference for the service offered by the CalculatorServiceComponent. Ok
But what about the creation of the components, services and references ? In the "sca-java-architecture-guide.html" it seems to be related to the bootsrap process. The process described here is difficult for me to understand . Any explanations are welcom. Thanks Fahim
