Changes for page TuCSoN4JADE
From version 5.1
edited by Andrea Omicini
on 03/11/2021 23:05
on 03/11/2021 23:05
Change comment:
There is no comment for this version
To 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
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -TuCSoN4JADE Home1 +TuCSoN4JADE - Syntax
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki 2.11 +XWiki 1.0 - Content
-
... ... @@ -1,40 +1,37 @@ 1 - >Whatis{{displayNamename='tucson4jade'/}}1 +1 #tforj() Home 2 2 3 - {{displayNamename='tucson4jade'/}}({{displayNamename='t4j'/}}forshort)is a Java library enabling JADE agents to exploit {{tucson/}} coordination services wrapped as an ad-hoc API into a JADE kernel service.3 +1.1 What is #tforj() 4 4 5 - [[JADE>>http://jade.tilab.com]]is a FIPA-compliantJava-based agent developmentframework featuringstandard//MAS middleware//featuressuchas agent mobility,whiteandyellow pages service, ACL-basedmessage passing, and built-in FIPA protocols.[[{{tucson/}}>>TuCSoN.WebHome]] isaJava-based middleware providingsoftware agentswith //coordinationas a service// viaprogrammable logictuplespaces, calledtuplecentres. By combining{{tucson/}} andJADE, {{displayNamename='t4j'/}} aims at providingMASengineers withafull-featuredMAS middleware,enablingthem toexploitboth dimensions of //agent-orientedsoftwareengineering// — //individual//, through#jade()agents; //social//,via {{tucson/}} tuplecentres —in acomplete and well-balanced way.5 +#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. 6 6 7 - {{displayName name='t4j'/}}is availableunder[[GNULGPLlicense>>https://www.gnu.org/licenses/lgpl.html]].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(), #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. 8 8 9 - >GettingStarted9 +#tforjsh() is available under [GNU LGPL license | https://www.gnu.org/licenses/lgpl.html]. 10 10 11 + 12 +---- 13 + 14 +1.1 Getting Started 15 + 11 11 <ul style="list-style-type: decimal"> 12 - <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>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> 13 13 <li>Download the libraries it depends on:</li> 14 14 <ul style="list-style-type: disc"> 15 - <li>#jade() — from its [ [Download>>http://jade.tilab.com/download/jade/]]page//(jade.jar)//</li>16 - <li>#tucson() — from its [ [Downloads>>TuCSoN.Download]]section//(tucson.jar)//</li>17 - <li>#tuprolog() — from its [ [Download>>Tuprolog.Download]]section//(2p.jar)//</li>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> 18 18 </ul> 19 19 <li>Open a command prompt in the folder where you put all the four jars above, then type:</li> 20 20 <ul style="list-style-type: disc"> 21 - <li> on Linux & Mac OS </li> 22 - 23 - 24 -{{code}}java -cp t4j.jar:tucson.jar:2p.jar:jade.jar jade.Boot -gui -services it.unibo.tucson.jade.service.TucsonService{{/code}} 25 - 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} 26 26 <li>on Windows</li> 27 - 28 - 29 -{{code}}java -cp t4j.jar:tucson.jar;2p.jar;jade.jar jade.Boot -gui -services it.unibo.tucson.jade.service.TucsonService{{/code}} 30 - 29 + {code}java -cp t4j.jar:tucson.jar;2p.jar;jade.jar jade.Boot -gui -services it.unibo.tucson.jade.service.TucsonService{code} 31 31 </ul> 32 32 <li>#jade() GUI should appear as depicted below:</li> 33 33 <ul style="list-style-type: none"> 34 - <li> [[image:t4j-running.jpeg||width="800"]]</li>33 + <li>{image:t4j-running.jpeg|width=800}</li> 35 35 ##<li>{image:t4j-running.png|width=800|height=300}</li> 36 36 </ul> 37 37 </ul> 38 38 39 -{{/html}} 40 -{{/velocity}}