Modifiche per il documento TuCSoN4JADE
Dalla versione 3.1
modificato da Andrea Omicini
il 03/11/2021 23:01
il 03/11/2021 23:01
Cambia il commento:
Document converted from syntax xwiki/1.0 to syntax xwiki/2.1
Alla versione 1.1
modificato da Stefano Mariani
il 08/10/2020 00:49
il 08/10/2020 00:49
Cambia il commento:
Imported from XAR
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Autore del documento
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. AndreaOmicini1 +XWiki.SMariani - Syntax
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki 2.11 +XWiki 1.0 - Content
-
... ... @@ -1,46 +1,52 @@ 1 - {{velocity filter="none"}}2 - {{htmlclean="false"wiki="true"}}3 - =#tforj() Home=1 +#includeMacros("Main.MacroSheet") 2 +#includeMacros("Publications.MacroSheet") 3 +#includeMacros("People.MacroSheet") 4 4 5 - ==What is#tforj()==5 +1 #tforj() Home 6 6 7 +1.1 What is #tforj() 8 + 7 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]]. 12 12 11 +[#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. 12 + 13 +#tforjsh() is available under [GNU LGPL license | https://www.gnu.org/licenses/lgpl.html]. 14 + 15 + 13 13 ---- 14 14 15 - ==Getting Started==18 +1.1 Getting Started 16 16 17 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>21 + <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 19 <li>Download the libraries it depends on:</li> 20 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 + <li>#jade() — from its [Download | http://jade.tilab.com/download/jade/] page ~~(jade.jar)~~</li> 25 + <li>#tucson() — from its [Downloads | TuCSoN.Download] section ~~(tucson.jar)~~</li> 26 + <li>#tuprolog() — from its [Download | Tuprolog.Download] section ~~(2p.jar)~~</li> 24 24 </ul> 25 25 <li>Open a command prompt in the folder where you put all the four jars above, then type:</li> 26 26 <ul style="list-style-type: disc"> 27 - <li> on Linux & Mac OS </li> 28 - 29 - 30 -{{code}}java -cp t4j.jar:tucson.jar:2p.jar:jade.jar jade.Boot -gui -services it.unibo.tucson.jade.service.TucsonService{{/code}} 31 - 30 + <li> on Linux \& Mac OS </li> 31 + {code}java -cp t4j.jar:tucson.jar:2p.jar:jade.jar jade.Boot -gui -services it.unibo.tucson.jade.service.TucsonService{code} 32 32 <li>on Windows</li> 33 - 34 - 35 -{{code}}java -cp t4j.jar:tucson.jar;2p.jar;jade.jar jade.Boot -gui -services it.unibo.tucson.jade.service.TucsonService{{/code}} 36 - 33 + {code}java -cp t4j.jar:tucson.jar;2p.jar;jade.jar jade.Boot -gui -services it.unibo.tucson.jade.service.TucsonService{code} 37 37 </ul> 38 38 <li>#jade() GUI should appear as depicted below:</li> 39 39 <ul style="list-style-type: none"> 40 - <li> [[image:t4j-running.jpeg||width="800"]]</li>37 + <li>{image:t4j-running.jpeg|width=800}</li> 41 41 ##<li>{image:t4j-running.png|width=800|height=300}</li> 42 42 </ul> 43 43 </ul> 44 44 45 -{{/html}} 46 -{{/velocity}} 42 +---- 43 + 44 +1.1 News 45 + 46 +#includeMacros("Blog.CategoriesCode") 47 + 48 +#getEntriesForCategory("Blog.T4J" $entries $total) 49 +#displayBlog($entries 'category' true) 50 +## displayNavigationLinks requires a blog document, to determine how should the entries be split into pages. Return this 51 +## document, as the macro fallbacks to 'paginated' in case the right setting cannot be determined. 52 +#displayNavigationLinks($doc)