문제

Do the services in a service oriented architecture need to communicate across a network interface? OR can the services sit on the same computer without even touching localhost? If so, are there any examples of this?

도움이 되었습니까?

해결책

Yes you can - service orientation is an architectural style which you can implement in many ways. An example for in memory implementation is OSGI standard see this presentation for example

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top