Unknown macro: {next_previous_links}
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

 

The following code sample will be useful if you are writing any custom dashboards with WSO2 UES that requires inter-gadget communication or dashboard-gadgets communications.

 

  1. Create a Jaggery app named pubsub-dashboard.
  2. Create g1.xmlg2.xml and index.html with following contents in pubsub-dashboard app.
  3. Go to http://localhost:9763/pubsub-dashboard.
  4. You will see that g1 is publishing messages and that g2 is receiving those messages.
  5. If you click on the Clear button, then the log at g2 will also be cleared.
  • No labels