Changes for page TuCSoN4JADE
From version 10.1
edited by Andrea Omicini
on 13/11/2021 01:18
on 13/11/2021 01:18
Change comment:
There is no comment for this version
To version 3.1
edited by Andrea Omicini
on 03/11/2021 23:01
on 03/11/2021 23:01
Change comment:
Document converted from syntax xwiki/1.0 to syntax xwiki/2.1
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,0 +1,1 @@ 1 +TuCSoN4JADE - Content
-
... ... @@ -1,25 +1,46 @@ 1 - ={{stringIta}}Homedi{{/stringIta}}{{displayNamename='tucson4jade'/}}{{stringEng}} Home{{/stringEng}}=2 -{{ includereference='Environment'}}3 - >Whatis{{displayNamename='tucson4jade'/}}1 +{{velocity filter="none"}} 2 +{{html clean="false" wiki="true"}} 3 += #tforj() Home = 4 4 5 - {{displayName name='tucson4jade'/}} ({{displayName name='t4j'/}}for short) isaJava library enabling JADE agentsto exploit {{tucson/}}coordination serviceswrapped as an ad-hoc API into a JADE kernel service.5 +== What is #tforj() == 6 6 7 -[[JADE>>http://jade.tilab.com]] is a FIPA-compliant Java-based agent development framework featuring standard //MAS middleware// features such as agent mobility, white and yellow pages service, ACL-based message passing, and built-in FIPA protocols. [[{{tucson/}}>>TuCSoN.WebHome]] is a Java-based middleware providing software agents with //coordination as a service// via programmable logic tuple spaces, called tuple centres. By combining {{tucson/}} and JADE, {{displayName name='t4j'/}} aims at providing MAS engineers with a full-featured MAS middleware, enabling them to exploit both dimensions of //agent-oriented software engineering// — //individual//, through #jade() agents; //social//, via {{tucson/}} tuple centres — in a complete and well-balanced way. 7 +#tforj() (#tforjsh() for short) is a Java library enabling #jade() agents to exploit #tucson() coordination services wrapped as an ad-hoc API into a #jade() kernel service. 8 +<p/> 9 +[[#jade()>>http://jade.tilab.com]] is a FIPA-compliant Java-based agent development framework featuring standard //MAS middleware// features such as agent mobility, white and yellow pages service, ACL-based message passing, and built-in FIPA protocols. [[#tucson()>>TuCSoN.WebHome]] is a Java-based middleware providing software agents with //coordination as a service// via programmable logic tuple spaces, called tuple centres. By combining #tucson() and #jade(), #tforjsh() aims at providing MAS engineers with a full-featured MAS middleware, enabling them to exploit both dimensions of //agent-oriented software engineering// — //individual//, through #jade() agents; //social//, via #tucson() tuple centres — in a complete and well-balanced way. 10 +<p/> 11 +#tforjsh() is available under [[GNU LGPL license>>https://www.gnu.org/licenses/lgpl.html]]. 8 8 9 - {{displayName name='t4j'/}} is available under [[GNU LGPL license>>https://www.gnu.org/licenses/lgpl.html]].13 +---- 10 10 11 - >Getting Started15 +== Getting Started == 12 12 13 -* download t4j.jar archive from the [[Downloads>>http://bitbucket.org/smariani/tucson4jade/downloads]] section on its [[Bitbucket repository>>http://bitbucket.org/smariani/tucson4jade/]] 14 -* download the libraries it depends on 15 -** JADE — from its [[Download>>http://jade.tilab.com/download/jade/]] page //(jade.jar)// 16 -** {{tucson/}} — from its [[Downloads>>TuCSoN.Downloads]] section //(tucson.jar)// 17 -** {{tuprolog/}} — from its [[Downloads>>Tuprolog.Downloads]] section //(2p.jar)// 18 -* open a command prompt in the folder where you put all the four jars above, then type 19 -** on Linux & Mac OS 17 +<ul style="list-style-type: decimal"> 18 + <li>Download t4j.jar archive from the [[Downloads>>http://bitbucket.org/smariani/tucson4jade/downloads]] section on its [[Bitbucket repository>>http://bitbucket.org/smariani/tucson4jade/]]</li> 19 + <li>Download the libraries it depends on:</li> 20 + <ul style="list-style-type: disc"> 21 + <li>#jade() — from its [[Download>>http://jade.tilab.com/download/jade/]] page //(jade.jar)//</li> 22 + <li>#tucson() — from its [[Downloads>>TuCSoN.Download]] section //(tucson.jar)//</li> 23 + <li>#tuprolog() — from its [[Download>>Tuprolog.Download]] section //(2p.jar)//</li> 24 + </ul> 25 + <li>Open a command prompt in the folder where you put all the four jars above, then type:</li> 26 + <ul style="list-style-type: disc"> 27 + <li> on Linux & Mac OS </li> 28 + 29 + 20 20 {{code}}java -cp t4j.jar:tucson.jar:2p.jar:jade.jar jade.Boot -gui -services it.unibo.tucson.jade.service.TucsonService{{/code}} 21 -** on Windows 31 + 32 + <li>on Windows</li> 33 + 34 + 22 22 {{code}}java -cp t4j.jar:tucson.jar;2p.jar;jade.jar jade.Boot -gui -services it.unibo.tucson.jade.service.TucsonService{{/code}} 23 -* JADE GUI should appear as depicted below 24 -** [[image:t4j-running.jpeg||width="800"]] 25 25 37 + </ul> 38 + <li>#jade() GUI should appear as depicted below:</li> 39 + <ul style="list-style-type: none"> 40 + <li>[[image:t4j-running.jpeg||width="800"]]</li> 41 + ##<li>{image:t4j-running.png|width=800|height=300}</li> 42 + </ul> 43 +</ul> 44 + 45 +{{/html}} 46 +{{/velocity}}