
19 Sep
2007
19 Sep
'07
7:45 a.m.
Hello, what would be a good practice to pass data between two layers. The upper layer invokes functionality of the lower layer and vice versa. One solution could be to implement the two layers as singletons which memebr functions implement the provided functionalities of the layer. But this would result in unreadable code. Do you have better suggestions (patterns)? Regards, Oliver