Skip to content
ejlchappin edited this page Jun 11, 2012 · 2 revisions
  1. Where is the start method? There is no start method. AgentSpring is started as a maven command, from command line. First, beans are automatically initialized, which are in the selected scenario. Second, Role classes annotated with @ScriptComponent that are present are automatically executed, if there are agents of the type specified in those Role classes

  2. Can I use it without the web-based interface? Yes! There is a HPC-mode, which can be used to start it directly from command line only. This can be used to run batches of runs. More information later.

Clone this wiki locally