How are distributed services better than distributed objects?
Posted
by Gabriel Šcerbák
on Stack Overflow
See other posts from Stack Overflow
or by Gabriel Šcerbák
Published on 2010-04-06T22:11:57Z
Indexed on
2010/04/06
22:13 UTC
Read the original article
Hit count: 508
I am not interested in the technology e.g. CORBA vs Web Services, I am interested in principles. When we are doing OOP, why should we have something so procedural at higher level? Is not it the same as with OOP and relational databases? Often services are supported through code generation, apart from boilerplate, I think it is because we new SOM - service object mapper. So again, what are the reasons for wervices rather than objects?
© Stack Overflow or respective owner