|
11.07.2001 We are pleased to announce the release of version 2.3 of JADE as well as the full migration to the new domain jade.cselt.it. Two major features have been added into JADE 2.3:
Your applications should not be impacted by this new release and no change should be needed apart from a couple of warnings because of few methods which have been now deprecated. In particular, take care when using the class jade.core.AID because it can now just represent globally unique identifiers (GUID) and it does not allow any more the usage of local names. Correct usages of the AID constructor are now:
AID aid = new AID("da0", AID.ISLOCALNAME)
AID aid = new AID("da0@sharon.cselt.it:1099/JADE", AID.ISGUID).
The same care should be taken when using the AID GUI that now includes a checkbox that must be selected in order to indicate local names, rather than GUIDs. The short term future plans are strongly focused on the integration with the results of the LEAP project such that agents can soon (possibly in 3 months from now) be executed on micro-devices without any change on the API. Also we are improving the content language and the ontology support which is currently quite weak. Medium term plans include better integration with Web technology (e.g. JSP, Servlets, XML, ...) as well as security and multi-user support in JADE. |