hello,
we are developing a project that has several Applications in it.
the Applications communicate with each other by the use of Function calls.
we have some data (the same value) that needs to be shared between the Applications.
one option is to define the data objects once and make their access level global so they can used where required.
the other option is to create the data objects where required and restrict their access to Application level and pass the data value via the Function call.
much debate in our team.
so, what is the best practise for this scenario? are their any significant pro's and cons?
thank you for any input.
cheers.
pas.