Hi,
Most of the time we create multi-layer applications, and bottom modules need to share information that might have to cross several upper layers.
To avoid coupling and jumps between any non-adjacent layers, we have to create similar broadcast in the parent modules to repeat child broadcast one layer upper.
It would be interesting to have a utility that 'copies' an existing broadcast from one module into another.
And maybe have an option to code the forwarding :
I guess the same thing can be done when the communication needs to go down the layers, and therfore applied to requests.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.