GithubHelp home page GithubHelp logo

wwbrown / ozp-iwc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rainierraoul/ozp-iwc

0.0 1.0 0.0 87.38 MB

The Inter-Window Communication used by the Ozone Platform

Home Page: http://ozone-development.github.io/ozp-iwc/

License: Apache License 2.0

JavaScript 94.78% CSS 0.30% HTML 4.74% Shell 0.18%

ozp-iwc's Introduction

###Visit the IWC Website for Tutorials and Docs

The Ozone Platform's Inter-Window 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 browser-side application integration.

img

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.

1.2.0 has been Released

  • New Developer API: Reference objects introduced to greatly simplify resource interaction.
  • Breaking Changes from 1.1.x:
    • The use of pattern to trigger collections was removed and replaced with collect:true. All other syntax remains valid, to migrate simply add a collect:true to all IWC client action calls that specify a resources pattern property. The collection setup process has been greatly simplified, and developers are encouraged to migrate to the new References approach. Check the tutorials for more info.
      // before
      client.data().set("/location/listings", {pattern: "/location/listings/"});
      
      // now
      client.data().set("/location/listings", {pattern: "/location/listings/", collect: true});
      

Demo

The IWC website contains a set of demo applications as well as a publicly available IWC Bus.

For private development, 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.

ozp-iwc's People

Contributors

nialscorva avatar wallace-m avatar arw180 avatar tonyalletag avatar nishp1 avatar clarkjefcoat avatar bhalt avatar emosher avatar kevin-k avatar kageryu7 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.