On Mon, Dec 13, 2010 at 12:23 PM, Emilio Numazaki <[email protected]> wrote: > 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. >
Widget only support references to SCA server side services, and not to other widgets/pages. But what you are describing is available in couple places, and uses widget to certain extent. See [1] and [2] [1] https://svn.apache.org/repos/asf/tuscany/sca-java-1.x/trunk/tutorials/store/store-mashup/ [2] https://svn.apache.org/repos/asf/tuscany/sca-java-1.x/trunk/modules/domain-manager/ -- Luciano Resende http://people.apache.org/~lresende http://twitter.com/lresende1975 http://lresende.blogspot.com/
