Monday, June 4, 2012

CRUDy and Chatty, extremely popular antipatterns of SOA

CRUDy interfaces are a fancy name; the real enemy is bad design.
The opposite of a chatty interface is a chunky interface. In a chunky interface, information for the service (as well as return values) is composed in a comprehensive document-like package. A badly designed CRUDy interface is also a chatty interface.


From “Microsoft .NET: Architecting Applications for the Enterprise” by Dino Esposito and Andrea Saltarello



No comments:

Post a Comment