Skip to content

Latest commit

 

History

History
42 lines (21 loc) · 717 Bytes

File metadata and controls

42 lines (21 loc) · 717 Bytes

INSTALL (linux)

git clone https://github.com/alfredas/AgentSpring.git

cd agentspring-facade/

mvn clean install

cd ../agentspring-engine/

mvn clean install

cd ../agentspring-face/

mvn clean install

cd ../agentspring-example/

mvn clean install

RUNNING

cd ../agentspring-face/

mvn jetty:run

cd agentspring-example/

mvn exec:java

open browser: http://localhost:8080/agentspring-face

CREATING OWN PROJECT

Download and install SpringSourceToolSuite IDE from http://www.springsource.com/landing/best-development-tool-enterprise-java

Do New Project -> Maven -> Import Existing Project

... and import agentspring-example/

Use and modify agentspring-example to create your own simulation