How can we transfer data from A app to B app using JET in Eikon?

How can we transfer data from A app to B app using JET in Eikon?
Tagged:

Best Answer

  • Re: your comment "... how can we pass a chunk of data via this method and ... read it in app B".

    There are a number of examples of using JET.navigate to open different objects in the JET Demo App (you can find it under Core Functionality).

    If this is a web app, then the best way to pass data/state to it would be over the URL you are calling to open it.

    The most flexible way to pass additional data to the App, after it’s created, would probably be to use Pub/sub messaging on JET. The amount you can send over this is pretty unlimited, providing you use common sense chunking. You would just want to establish a private handshake between the 2 Apps once the second one was loaded. We are introducing the concept of targeting into the pub/sub APIs for JET – though this is still under development.

Answers