Skip to content

Latest commit

 

History

History
31 lines (15 loc) · 574 Bytes

File metadata and controls

31 lines (15 loc) · 574 Bytes

INSTALL (linux)

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

cd AgentSpring/

mvn clean install

RUNNING

cd agentspring-example/

mvn exec:java

cd ../agentspring-face/

mvn jetty:run

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