5
What is service granularity in SOA?
What is the difference between fine and coarse granularity?
5
What is service granularity in SOA?
What is the difference between fine and coarse granularity?
5
"Service granularity" is used to measure abstraction depth which has been applied in the services.
Granularity can be divided into two parts, being:
Example: Split operations of a CRUD of customers via WCF service into two services
Servicocadastrocliente with Create client(), Update() and Exclude operations/methods()
Servicovalidarcadastrocliente with Validator(), Validator() and Validator() operations/methods
Example: Define only one service for the operations of a customer CRUD via WCF service
Servicocadastrocliente with operations/methods Criaclient(), Updater(), Excluircliente(), Validator(), Validator() and Validator
Browser other questions tagged web-service soa
You are not signed in. Login or sign up in order to post.
I think the question was succinct and precise, and there’s no problem with it.
– Leonel Sanches da Silva