Please disable Adblockers and enable JavaScript for domain CEWebS.cs.univie.ac.at! We have NO ADS, but they may interfere with some of our course material.

Name: server/server.declaration.xml 
1:
<declaration xmlns="http://riddl.org/ns/declaration/1.0" xmlns:xi="http://www.w3.org/2001/XInclude">
2:
  <interface name="main">
3:
    <xi:include href="engine/engine.xml"/>
4:
  </interface>
5:
  <interface name="properties">
6:
    <xi:include href="http://www.riddl.org/ns/common-patterns/properties/1.0/properties.xml"/>
7:
  </interface>
8:
  <interface name="notifications">
9:
    <xi:include href="http://www.riddl.org/ns/common-patterns/notifications-producer/1.0/producer.xml"/>
10:
  </interface>
11:
 
12:
  <facade>
13:
    <tile>
14:
      <layer name="main"/>
15:
      <layer name="properties">
16:
        <apply-to>/{}/properties</apply-to>
17:
      </layer>
18:
      <layer name="notifications">
19:
        <apply-to>/{}</apply-to>
20:
      </layer>  
21:
    </tile>
22:
  </facade>
23:
</declaration>