0 votes
in TOGAF by
What Are Soa Patterns?

1 Answer

0 votes
by

SOA design patterns are reusable solutions to a commonly occurring SOA design problems. 

Some common SOA patterns include: 

Enterprise Service Bus: A tool that fosters service communication by providing reliable messaging, message queuing, data transformations and service broker functionality. 

File Gateway: A file gateway is placed between a service and legacy flat file. The gateway acts as a mediator and can perform data transformations. 

Event Driven Messaging: The service notifies its consumers of relevant events with messages. 

Service Callback: A service requires that consumers communicate with it asynchronously. Consumers provide a callback address to which the service can send response messages. 

Service Grid – Service state is stored on a grid of services that support replication and redundancy.

Related questions

0 votes
0 votes
asked Sep 23, 2023 in Web Service by john ganales
0 votes
asked Aug 12, 2020 in C Sharp by RShastri
+1 vote
asked Aug 6, 2020 in Continuous Deployment by Robindeniel
0 votes
asked Apr 14, 2020 in C Sharp by GeorgeBell
0 votes
asked Oct 6, 2023 in JavaScript by GeorgeBell
...