Hi all, I'd like to create a kind of workspace which is basically an aggregation of many HTML snippets in one dynamic page.
Each snippet will be a reference of anĀ "implementation.widget." (http://tuscany.apache.org/sca-java-implementationwidget.html) My questions are: - Is there a way to use implementation.widget as a reference? - If last question is yes, then how can I "discovey" all the references that is part of my composite? For example, let's suppose I have a component with three references a.html, b.html and c.html. I'd like to create a dynamic AJAX page (as implementation.widget) that can get each piece of reference to compose a single dynamic page. Thanks in advance.
