Explian Integrating a Request/Response Mechanism
Traditional application developers will need to develop a mechanism for communication between requesting (client) and responding (server) components. This work requires the most amount of new coding for the client - server application developer. There are many ways for the Request/ Response interaction to be implemented.