Skip to content

Client/Server/Service

Problem

How can you connect an SOA to UIs where integration is problematic (for example, the client side isn’t SOA-aware or it uses incompatible technologies)?

Solution

Apply the Client/Server/Service pattern and use an intermediate server between the UI and the services.

Comments are closed.