At the last MuleSoft Meetup, Senior Integration Architect Marcin Nowiński was talking about his personal experience regarding the MuleSoft approach to the integration. In today’s article, I will briefly summarize what was presented at the Meetup. In the end, you will be able to take a look at the powerpoint presentation. API Led Connectivity It…
How to share reusable code in MuleSoft
Reusability is essential to deliver functionality quicker and more consistently. I wrote about reusing DataWeave code in Modules, and also reusing RAML using API Fragments. Today I focus on sharing common logic encapsulated within the (private) flow or subflow. I will create a standard MuleSoft application and amend it to make it truly Common Module….
Best practices to design REST GET method on Anypoint Platform
This article is an intro to a blog series about HTTP methods usage in RESTful services. As a GET is the most common, I will start with it. This method is used for retrieving the collection of resources or a single resource. In other words, GET can be used for searching purposes. However, the more…