Tomas Bartalos is pleased to announce 2.1.1 release of his diploma project!
Changes in this version include:
New features:
o Creating web application
"Agent Management Tool" for central agent management - GUI part is
finished
o created new module dataModel,
which holds model objects
o created new module
scriptGenerator, which generates script from provided model objects
For a manual installation, you can download the binary files here:
https://sourceforge.net/projects/jade4script/files/
To use this release in your maven based project add this snippet to your pom file:
<dependencies>
...
<dependency>
<groupId>net.sourceforge.jade4script</groupId>
<artifactId>config</artifactId>
<version>2.1.1</version>
</dependency>
...
<dependencies>
For quick development startup use this maven archetype:
catalog: http://jade4script.sourceforge.net/m2repo/archetype-catalog.xml
groupId: net.sourceforge.jade4script.archetypes
artifactId: jade4scriptQuickStart-archetype
For development with Agent Management Tool, use this web site:
http://barti.dnsalias.net:8080/AMT
For further information please visit the project's web site:
http://jade4script.sourceforge.net/
Have fun!
--
Tomas Bartalos, FIIT STU
http://jade4script.sourceforge.net/
|