]> git.somenet.org - pub/jan/sbc.git/blob - README.md
added commandline argument parsing to allow custom IDs.
[pub/jan/sbc.git] / README.md
1 Space Based Computing SS 2013
2 ==================
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"
5                 
6 ### How to start the JMS Pizzeria GUI
7                 mvn exec:java -Dexec.mainClass="at.ac.tuwien.sbc.valesriegler.pizzeria.PizzeriaAgent" -Dexec.args="JMS"
8
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"
11
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"
14                 
15 ### How to start the Space Server
16                 mvn exec:java -Dexec.mainClass="org.mozartspaces.core.Server"
17                 
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"
20                 
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"
23                 
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"