Hello everyone!
Talking about schema definitions, what are you used to doing:
- put everything inside a unique and big bang XML schema?
- use a domain modularization approach, putting all entities that referes to the same context together?
- or just use a schema per entity?
I´ve read in a best practice document from a famous/private integration tool, that you should modularize due to performance boost and so on.
What is the best approach?