1 | Connections between Tango Beans components and application components enable distribution of desired events and objects |
2 | Connection from a component to ObjectPipe indicates that the ObjectPipe will accept events generated by the object |
3 | Connection from ObjectPipe to a component indicates that the component will receive shared events from other application instances |
4 | Each ObjectPipe component in the application must be connected to TangoBean component |
5 | All application components that want to receive information about session state must be connected to TangoBean |
6 |