2.10.1. Overview

JavaScript Inter Application Communication is designed to allow applications within a page to exchange data. This library is made for broadcasting messages on topic.

It is based on 3 functions:

A subscription to a topic will receive any subtopic messages. For example, the application subscribed to "/eXo/application" will receive messages sent on the "/eXo/application/map" topic. A message sent on "/eXo" would not be received.

Subscription Topics

/eXo

This topic contains all the events generated by eXo Platform.

/eXo/portal/notification

A message sent on this topic will prompt a pop-up notification at the top right of the screen.

Copyright ©2012. All rights reserved. eXo Platform SAS