In the previous article, we discussed about generating application from RAML using Anypoint Studio and in this article, we will discuss on deploying the application in CloudHub. Deploy the application in CloudHub: Now that we have successfully run the application…
Technical blogs
Generate application using RAML
In the previous article, we discussed about defining API using RAML. In this article we will discuss about generating application using RAML. Generate application using RAML: Anypoint Studio – It is an…
API-first Design approach using MuleSoft’s Anypoint Platform
This article deals with how to define your APIs using RAML, publishing to CloudHub and Sharing the API with the developers so that they can play with it. In this article, we work with 4 parts of API first Development…
Explaining API Management to a lay man
I was thinking today on one scenario i.e. if I must teach API Management to a lay man how would I teach? I tried to convince myself that it would be very easy to do so. But at the first…
API World
With the advent of internet communication technologies and tools, every device is now capable of communicating with another device. Communication was possible because all the devices speak in one language or have translating tools or functions that helps them to…
Configure SSL in Tomcat
This article primarily discusses a little about Tomcat installation in local and then generating a keystore for configuring the Tomcat server and to be able to browse on https. Tomcat Installation Procedure: I have downloaded Tomcat from the here for this…
Is ESB really dead?
Other day, I was talking to one of my friend at office about ESB and the misconception of “Micro-services=ESB Dead” phrase that we hear a lot these days. It somehow does not make sense truly that Micro services will be…
Testing Mule applications with Mule Domain Project using MUnit Test Suite
Before delving into the article, please note that you should have basic knowledge about how to create a mule flow using Anypoint Studio and should at least have basic understanding of Maven and what is a Domain project. Also should…