Posts

Showing posts from July, 2018

Benefits of an ESB

Image
Enterprise Service Bus (ESB) An enterprise service bus (ESB) is a  middleware  tool used to distribute work among connected components of an  application . ESBs are designed to provide a uniform means of moving work, offering applications the ability to connect to the  bus  and subscribe to  messages  based on simple structural and business policy rules.

A Beginner's guide to Mule

Image
API (Application Programming Interface) API is the way for an application to interact with certain system/application/library. An application-programming interface (API) is a set of programming instructions and standards for accessing a Web-based software application or Web tool. A software company releases its API to the public so that other software developers can design products that are powered by its service. For example, Amazon.com released its API so that Web site developers could more easily access Amazon's product information. Using the Amazon API, a third party Web site can post direct links to Amazon products with updated prices and an option to "buy now." An API is a software-to-software interface, not a user interface. With APIs, applications talk to each other without any user knowledge or intervention. When you buy movie tickets online and enter your credit card information, the movie ticket Web site uses an API to send your credit card informat...