1 Space Based Computing SS 2013
3 ### How to start the Group GUI
4 mvn exec:java -Dexec.mainClass="at.ac.tuwien.sbc.valesriegler.group.GroupAgent" -Dmozartspaces.configurationFile="mozartspaces-client.xml"
6 ### How to start the JMS Pizzeria GUI
7 mvn exec:java -Dexec.mainClass="at.ac.tuwien.sbc.valesriegler.pizzeria.PizzeriaAgent" -Dexec.args="JMS"
9 ### How to start a JMS Waiter with Id 1
10 mvn exec:java -Dexec.mainClass="at.ac.tuwien.sbc.valesriegler.jms.waiter.Waiter" -Dexec.args="1"
12 ### How to start a JMS Cook with Id 1
13 mvn exec:java -Dexec.mainClass="at.ac.tuwien.sbc.valesriegler.jms.cook.Cook" -Dexec.args="1"
15 ### How to start the Space Server
16 mvn exec:java -Dexec.mainClass="org.mozartspaces.core.Server"
18 ### How to start the Space Pizzeria GUI
19 mvn exec:java -Dexec.mainClass="at.ac.tuwien.sbc.valesriegler.pizzeria.PizzeriaAgent" -Dexec.args="XVSM" -Dmozartspaces.configurationFile="mozartspaces-client.xml"
21 ### How to start a Space Waiter with Id 1
22 mvn exec:java -Dexec.mainClass="at.ac.tuwien.sbc.valesriegler.xvsm.waiter.Waiter" -Dexec.args="1" -Dmozartspaces.configurationFile="mozartspaces-client.xml"
24 ### How to start a Space Cook with Id 1
25 mvn exec:java -Dexec.mainClass="at.ac.tuwien.sbc.valesriegler.xvsm.cook.Cook" -Dexec.args="1" -Dmozartspaces.configurationFile="mozartspaces-client.xml"