Distributed Development through Web Services

The idea behind Web Services is not new. Ever since we have been dealing with distributed computing, it has been beneficial to break up the functional components of systems. This allows for better distribution of work loads, scalability, security, and so on.

Many models of distributed development are still based on tightly coupled and closed functional systems. Integration of systems is still dreadfully painful, yet the need is significant. An example would be integrating large-scale accounting systems with a process manufacturing system.

Through Web Services, functional components (which I will call Services from here on), are exposed to various consumers. A consumer, for instance, might be a Web ...

Get Delphi for .NET Developer’s Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.