New Anypoint Studio 7.5 came with an exiting feature. From now on, we can design our APIs in Studio instead of the Design Center. In this article, you will see how it works and how to use it. Let’s see if this can improve our day-to-day tasks. Create an API The first step must be…
Keep your mule’s dependency up to date
One of the major changes in Mule 4 was introducing components modularization. Although it is a big step forward, it has some drawbacks that you should be aware of. In this article, we will look at keeping our mule application up to date. Especially now as MuleSoft is rapidly developing its new product. Mule 4…
Practical overview of sharing global configuration using Domain Project
In the previous article, I have described how to share common functionality encapsulated in the flows and subflows. This time I will focus on the common configurations that should be shared among our applications, especially in the context of on-prem deployment. Mule has a domain project application that can solve that. You will see how…