Skip to content

goswamid/ozp-iwc

 
 

Repository files navigation

The Ozone Platform's Inter-Widget Communications (IWC) enables loosely coupled integration of web applications by applying the best practices of enterprise service buses and service-oriented architecture to a completely in-browser system that works across multiple tabs and windows. Applications can share data and services then use the data and services offered by others to enrich their own user experience.

img An example of two applications utilizing the IWC to communicate. The IWC provides lightweight integration.

Today’s rich web applications tend to carry more state than a simple link can convey, and componentized development allows UI elements to be embedded, but at the cost of maintenance and application size. The IWC allows application frontends to expose data and services to other applications within the browser. Just like services on an ESB, these elements can be developed, deployed, and extended without impact to other applications.

The IWC stays out of your way.

The IWC is designed to minimize the impact on your application. It is completely agnostic to the application presentation, including a tiny client library that adds a single, invisible element to your page.

Links

Demo

The IWC is bundled with a persistent data backend & demo applications. Simply follow these steps to deploy an example IWC environment:

npm install && bower install
grunt serve

A list of IWC registered applications can be found under the "My Apps" tab of the system.api page in the IWC Debugger once the server is running.

About

The Inter-Widget Communication used by the Ozone Platform

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.5%
  • HTML 2.4%
  • Other 1.1%