Loosely Coupled glossaryDefinitions of terms and concepts in web services and process automationcache- January 15, 2005 Short-term storage. A cache is used to speed up certain computer operations by temporarily placing data, or a copy of it, in a location where it can be accessed more rapidly than normal. For example, data from a storage disk may be cached temporarily in high-speed memory so that it can be read and written more quickly than if it had to come directly from the disk itself; or a microprocessor may use an an on-board memory cache to store temporary data for use during operations. 'Cache' is derived.http://looselycoupled.com/glossary/cache MOM- January 15, 2005 (Message Oriented Middleware) Software plumbing. Message-oriented middleware is the term for software that connects separate systems in a network by carrying and distributing messages between them. The messages may contain data, software instructions, or both together. MOM infrastructure is typically built around a queuing system that stores messages pending delivery, and keeps track of whether and when each message has been delivered. Most MOM systems also support autonomous publish-subscribe..http://looselycoupled.com/glossary/MOM middleware- January 15, 2005 Integration software. Middleware is the term coined to describe software that connects other software together. In the early days of computing, each software system in an organization was a separate 'stovepipe' or 'silo' that stood alone and was dedicated to automating a specific part of the business or its IT operations. Middleware aims to connect those individual islands of automation, both within an enterprise and out to external systems (for example at customers and suppliers). For a long...http://looselycoupled.com/glossary/middleware |