Hi Simon, thank you, I got it...
On Tue, Dec 14, 2010 at 5:56 AM, Simon Nash <[email protected]> wrote: > Emilio Numazaki wrote: >> >> Hey, how can I get those samples? I've installed plugin for SVN and >> pointed to address you said but it is asking password... >> > If you download and install svn (plain old svn, not a plugin) and type > svn co <URL> > it will download the contents of that URL to your local disk. > > Simon > >> On Mon, Dec 13, 2010 at 11:01 PM, Emilio Numazaki >> <[email protected]> wrote: >>> >>> Hi Luciano, thanks for your reply. >>> >>> Hmmm, ok, since it is not possible to create a binding for a widget, I >>> was thinking about a way to get all components and its >>> implementations. >>> >>> Let's suppose I have a SCA Composite with many Components into. >>> 1) How can I get reference (by code or declarativelly) for all >>> Components? >>> 2) How can I get the location of widget implementation? >>> >>> I'll download code you've suggested and test it... >>> >>> Thank you, >>> >>> >>> >>> On Mon, Dec 13, 2010 at 9:46 PM, Luciano Resende <[email protected]> >>> wrote: >>>> >>>> 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/ >>>> >> >> > >
