summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/edit/apps/testsocial/app.composite
blob: b2db2e0ee6d41efbc910ec40b6a2fbc5e6f8c27b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?xml version="1.0" encoding="UTF-8"?>
<!--
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 * 
 *   http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.    
-->
<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912" xmlns:t="http://tuscany.apache.org/xmlns/sca/1.1" targetNamespace="http://testsocial" name="testsocial">
 <component t:x="317" t:y="44" name="text" t:title="text" t:color="orange1">
  <t:implementation.python script="nuvem/text.py"/>
  <service name="text"/>
  <property>100001053301307</property>
 </component>
 <component t:x="166" t:y="52" name="fbprofile" t:title="facebook profile" t:color="blue1">
  <t:implementation.python script="nuvem/fbprofile.py"/>
  <service name="fbprofile"/>
  <reference target="text" name="id"/>
  <reference name="fb" t:visible="false">
   <t:binding.http uri="https://graph.facebook.com"/>
  </reference>
 </component>
 <component t:x="66" t:y="14" name="name3" t:title="name" t:color="orange1">
  <t:implementation.python script="nuvem/name.py"/>
  <service name="name"/>
  <property>me360</property>
 </component>
 <component t:x="131" t:y="12" name="me360" t:title="assoc" t:color="orange1">
  <t:implementation.python script="nuvem/assoc.py"/>
  <service name="assoc"/>
  <reference target="name3" name="name"/>
  <reference target="list3" name="value"/>
 </component>
 <service name="page" promote="page"/>
 <component t:x="0" t:y="12" name="page" t:title="when page opened" t:color="green1">
  <t:implementation.python script="nuvem/page.py"/>
  <service name="page" t:visible="false"/>
  <reference target="me360" name="content"/>
 </component>
 <component t:x="505" t:y="204" name="text3" t:title="text" t:color="orange1">
  <t:implementation.python script="nuvem/text.py"/>
  <service name="text"/>
  <property>jsdelfino</property>
 </component>
 <component t:x="410" t:y="205" name="twprofile" t:title="twitter profile" t:color="blue1">
  <t:implementation.python script="nuvem/twprofile.py"/>
  <service name="twprofile"/>
  <reference target="text3" name="id"/>
  <reference name="tw" t:visible="false">
   <t:binding.http uri="http://api.twitter.com/1/users/show.json"/>
  </reference>
 </component>
 <component t:x="184" t:y="58" name="list3" t:title="make list" t:color="yellow1">
  <t:implementation.python script="nuvem/list_.py"/>
  <service name="list"/>
  <reference target="assoc" name="item" t:clonable="true"/>
  <reference target="assoc2" name="item" t:clonable="true"/>
  <reference name="item" t:clonable="true"/>
 </component>
 <component t:x="262" t:y="152" name="assoc2" t:title="assoc" t:color="orange1">
  <t:implementation.python script="nuvem/assoc.py"/>
  <service name="assoc"/>
  <reference target="name2" name="name"/>
  <reference target="twprofile" name="value"/>
 </component>
 <component t:x="311" t:y="148" name="name2" t:title="name" t:color="orange1">
  <t:implementation.python script="nuvem/name.py"/>
  <service name="name"/>
  <property>twprofile</property>
 </component>
 <component t:x="311" t:y="52" name="name" t:title="name" t:color="orange1">
  <t:implementation.python script="nuvem/name.py"/>
  <service name="name"/>
  <property>fbprofile</property>
 </component>
 <component t:x="256" t:y="52" name="assoc" t:title="assoc" t:color="orange1">
  <t:implementation.python script="nuvem/assoc.py"/>
  <service name="assoc"/>
  <reference target="name" name="name"/>
  <reference target="fbprofile" name="value"/>
 </component>
</composite>