Changes for page TuCSoN4JADE
From version 2.1
edited by Andrea Omicini
on 03/11/2021 23:01
on 03/11/2021 23:01
Change comment:
There is no comment for this version
To version 11.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
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,0 @@ 1 -TuCSoN4JADE - Syntax
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki 1.01 +XWiki 2.1 - Content
-
... ... @@ -1,37 +1,25 @@ 1 -1 #tforj() Home 1 += {{stringIta}}Home di {{/stringIta}}{{displayName name='tucson4jade'/}}{{stringEng}} Home{{/stringEng}} = 2 +{{include reference='Environment'/}} 3 +>What is {{displayName name='tucson4jade'/}} 2 2 3 - 1.1What is#tforj()5 +{{displayName name='tucson4jade'/}} ({{displayName name='t4j'/}} 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. 4 4 5 - #tforj()(#tforjsh()for short)isaJavalibraryenabling#jade()agents to exploit#tucson()coordinationservices wrapped asanad-hocAPIinto a #jade()kernel service.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. 6 6 7 - [#jade() | http://jade.tilab.com] isa FIPA-compliant Java-based agent developmentframework featuring standard ~~MASmiddleware~~ featuressuch as agent mobility, white and yellow pagesservice, ACL-based message passing, and built-in FIPA protocols. [#tucson() | TuCSoN.WebHome] isaJava-based middlewareproviding software agents with ~~coordination as a service~~viaprogrammablelogictuplespaces, called tuple centres. By combining #tucson() and #jade(), #tforjsh() aims atroviding MAS engineersith a full-featured MAS middleware, enabling them to exploit both dimensions of ~~agent-oriented software engineering~~ — ~~individual~~, through #jade() agents; ~~social~~, via #tucson() tuplecentres— in a complete and well-balanced way.9 +{{displayName name='t4j'/}} is available under [[GNU LGPL license>>https://www.gnu.org/licenses/lgpl.html]]. 8 8 9 - #tforjsh() is available under [GNU LGPL license | https://www.gnu.org/licenses/lgpl.html].11 +>Getting Started 10 10 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 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 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"]] 11 11 12 ----- 13 - 14 -1.1 Getting Started 15 - 16 -<ul style="list-style-type: decimal"> 17 - <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> 18 - <li>Download the libraries it depends on:</li> 19 - <ul style="list-style-type: disc"> 20 - <li>#jade() — from its [Download | http://jade.tilab.com/download/jade/] page ~~(jade.jar)~~</li> 21 - <li>#tucson() — from its [Downloads | TuCSoN.Download] section ~~(tucson.jar)~~</li> 22 - <li>#tuprolog() — from its [Download | Tuprolog.Download] section ~~(2p.jar)~~</li> 23 - </ul> 24 - <li>Open a command prompt in the folder where you put all the four jars above, then type:</li> 25 - <ul style="list-style-type: disc"> 26 - <li> on Linux \& Mac OS </li> 27 - {code}java -cp t4j.jar:tucson.jar:2p.jar:jade.jar jade.Boot -gui -services it.unibo.tucson.jade.service.TucsonService{code} 28 - <li>on Windows</li> 29 - {code}java -cp t4j.jar:tucson.jar;2p.jar;jade.jar jade.Boot -gui -services it.unibo.tucson.jade.service.TucsonService{code} 30 - </ul> 31 - <li>#jade() GUI should appear as depicted below:</li> 32 - <ul style="list-style-type: none"> 33 - <li>{image:t4j-running.jpeg|width=800}</li> 34 - ##<li>{image:t4j-running.png|width=800|height=300}</li> 35 - </ul> 36 -</ul> 37 -