diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-03-27 21:59:06 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-03-27 21:59:06 +0000 |
commit | b334d8f3cfb7b43e705ed0b7c7aa6e2ce23e5bd6 (patch) | |
tree | 4c9d007cedf59cc9a1baacd8f875d743d445ed29 /sca-cpp/trunk/modules/edit/apps/testevents/app.composite | |
parent | 093d169f38327c96964f9a42bc8fcd8f9eb32179 (diff) |
Add tests for HTTP components and widgets. Refactor and simplify some of the samples composites and component categories.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086047 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/modules/edit/apps/testevents/app.composite')
-rw-r--r-- | sca-cpp/trunk/modules/edit/apps/testevents/app.composite | 199 |
1 files changed, 199 insertions, 0 deletions
diff --git a/sca-cpp/trunk/modules/edit/apps/testevents/app.composite b/sca-cpp/trunk/modules/edit/apps/testevents/app.composite new file mode 100644 index 0000000000..bc7ac2a4be --- /dev/null +++ b/sca-cpp/trunk/modules/edit/apps/testevents/app.composite @@ -0,0 +1,199 @@ +<?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://testevents" name="testevents"> + <service name="page" promote="page"/> + <component t:x="43" t:y="10" name="page" t:title="when page opens" t:color="green1"> + <t:implementation.python script="nuvem/page.py"/> + <service name="page" t:visible="false"> + <t:binding.http uri="page"/> + </service> + <reference target="assoc" name="content"/> + </component> + <service name="testbutton1" promote="testbutton1"/> + <component t:x="42" t:y="127" name="testbutton1" t:title="on {compname} click" t:color="green1"> + <t:implementation.python script="nuvem/button.py"/> + <service name="button" t:visible="false"/> + <reference target="assoc5" name="content"/> + </component> + <component t:x="167" t:y="12" 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="text" name="value"/> + </component> + <component t:x="311" t:y="76" name="text" t:title="text" t:color="orange1"> + <t:implementation.python script="nuvem/text.py"/> + <service name="text"/> + <property>page opened</property> + </component> + <component t:x="293" t:y="48" name="name" t:title="name" t:color="orange1"> + <t:implementation.python script="nuvem/name.py"/> + <service name="name"/> + <property>status</property> + </component> + <component t:x="245" t:y="133" name="name2" t:title="name" t:color="orange1"> + <t:implementation.python script="nuvem/name.py"/> + <service name="name"/> + <property>status</property> + </component> + <service name="testbutton2" promote="testbutton2"/> + <component t:x="409" t:y="9" name="testbutton2" t:title="on {compname} click" t:color="green1"> + <t:implementation.python script="nuvem/button.py"/> + <service name="button" t:visible="false"/> + <reference target="assoc3" name="content"/> + </component> + <component t:x="591" t:y="130" name="assoc3" t:title="assoc" t:color="orange1"> + <t:implementation.python script="nuvem/assoc.py"/> + <service name="assoc"/> + <reference target="name3" name="name"/> + <reference target="text3" name="value"/> + </component> + <component t:x="654" t:y="125" name="name3" t:title="name" t:color="orange1"> + <t:implementation.python script="nuvem/name.py"/> + <service name="name"/> + <property>status</property> + </component> + <component t:x="269" t:y="132" 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="text2" name="value"/> + </component> + <component t:x="364" t:y="221" name="name4" t:title="name" t:color="orange1"> + <t:implementation.python script="nuvem/name.py"/> + <service name="name"/> + <property>testfield</property> + </component> + <component t:x="319" t:y="204" name="name5" t:title="name" t:color="orange1"> + <t:implementation.python script="nuvem/name.py"/> + <service name="name"/> + <property>testtext</property> + </component> + <component t:x="251" t:y="116" name="name6" t:title="name" t:color="orange1"> + <t:implementation.python script="nuvem/name.py"/> + <service name="name"/> + <property>data</property> + </component> + <component t:x="245" t:y="167" name="list" t:title="make list" t:color="yellow1"> + <t:implementation.python script="nuvem/list_.py"/> + <service name="list"/> + <reference target="assoc2" name="item" t:clonable="true"/> + <reference target="assoc4" name="item" t:clonable="true"/> + <reference name="item" t:clonable="true"/> + </component> + <component t:x="190" t:y="127" name="assoc5" t:title="assoc" t:color="orange1"> + <t:implementation.python script="nuvem/assoc.py"/> + <service name="assoc"/> + <reference target="name6" name="name"/> + <reference target="list" name="value"/> + </component> + <component t:x="869" t:y="373" name="find" t:title="find by name" t:color="yellow1"> + <t:implementation.python script="nuvem/find.py"/> + <service name="find"/> + <reference target="name4" name="name"/> + <reference target="params" name="assoc"/> + </component> + <component t:x="321" t:y="256" name="assoc4" t:title="assoc" t:color="orange1"> + <t:implementation.python script="nuvem/assoc.py"/> + <service name="assoc"/> + <reference target="name5" name="name"/> + <reference target="find" name="value"/> + </component> + <component t:x="373" t:y="207" name="text2" t:title="text" t:color="orange1"> + <t:implementation.python script="nuvem/text.py"/> + <service name="text"/> + <property>ok button clicked</property> + </component> + <component t:x="871" t:y="58" name="text3" t:title="text" t:color="orange1"> + <t:implementation.python script="nuvem/text.py"/> + <service name="text"/> + <property>cancel button clicked</property> + </component> + <service name="location" promote="location"/> + <component t:x="603" t:y="295" name="location" t:title="on location change" t:color="green1"> + <t:implementation.python script="nuvem/location.py"/> + <service name="location" t:visible="false"> + <t:binding.http uri="location"/> + </service> + <reference target="assoc6" name="content"/> + </component> + <component t:x="454" t:y="335" name="params" t:title="?params" t:color="green1"> + <t:implementation.python script="nuvem/params.py"/> + <service name="params"/> + <property name="query"/> + </component> + <component t:x="756" t:y="287" name="assoc6" t:title="assoc" t:color="orange1"> + <t:implementation.python script="nuvem/assoc.py"/> + <service name="assoc"/> + <reference target="name7" name="name"/> + <reference target="params2" name="value"/> + </component> + <component t:x="808" t:y="288" name="name7" t:title="name" t:color="orange1"> + <t:implementation.python script="nuvem/name.py"/> + <service name="name"/> + <property>data</property> + </component> + <component t:x="806" t:y="331" name="params2" t:title="?params" t:color="green1"> + <t:implementation.python script="nuvem/params.py"/> + <service name="params"/> + <property name="query" t:visible="false"/> + </component> + <component t:x="783" t:y="255" name="assoc8" t:title="assoc" t:color="orange1"> + <t:implementation.python script="nuvem/assoc.py"/> + <service name="assoc"/> + <reference target="name9" name="name"/> + <reference target="text4" name="value"/> + </component> + <component t:x="758" t:y="243" name="text4" t:title="text" t:color="orange1"> + <t:implementation.python script="nuvem/text.py"/> + <service name="text"/> + <property>timer fired</property> + </component> + <component t:x="674" t:y="126" name="number" t:title="number" t:color="orange1"> + <t:implementation.python script="nuvem/number.py"/> + <service name="number"/> + <property>3000</property> + </component> + <component t:x="675" t:y="146" name="assoc7" t:title="assoc" t:color="orange1"> + <t:implementation.python script="nuvem/assoc.py"/> + <service name="assoc"/> + <reference target="name8" name="name"/> + <reference target="assoc8" name="value"/> + </component> + <service name="every" promote="every"/> + <component t:x="601" t:y="103" name="every" t:title="every n milliseconds" t:color="green1"> + <t:implementation.python script="nuvem/every.py"/> + <service name="every" t:visible="false"> + <t:binding.http uri="every"/> + </service> + <reference target="number" name="n"/> + <reference target="assoc7" name="content"/> + </component> + <component t:x="733" t:y="164" name="name8" t:title="name" t:color="orange1"> + <t:implementation.python script="nuvem/name.py"/> + <service name="name"/> + <property>data</property> + </component> + <component t:x="788" t:y="204" name="name9" t:title="name" t:color="orange1"> + <t:implementation.python script="nuvem/name.py"/> + <service name="name"/> + <property>status</property> + </component> +</composite> |