Is it a good idea to send raw ids to the other systems?
Is it even a better idea to send some criteria? What will the other side do with these criteria? Will they execute a query on your schema?...
Type: Posts; User: chen.bekor; Keyword(s):
Is it a good idea to send raw ids to the other systems?
Is it even a better idea to send some criteria? What will the other side do with these criteria? Will they execute a query on your schema?...
This is true in theory - but think about the things that programmers can do -
If team A (module_A.jar) knows it reside in the same memory and runtime space as the code that team B (module_B.jar)...
Thanks for the reply; I would like to challenge you a little bit more...
It is true that orchestrating stuff is a nice idea but think about this -
How do you orchestrate this (pseudo):
for...
We are building a classic web based information system. The project is very large and it is divided into sub domains / sub-systems / services (depends who you ask in our company...)
The 2 big...
Hello All,
I would like to share with Spring's community a big debate that we are conducting at my work place this days.
As a member in the Architecture team we where asked to roll out the...