Speed up your application deployment on Runtime Fabric with unallocated CPU capacity
As the world innovates at a faster and faster rate — it’s critical for businesses to see changes in the market and address them quickly
Guide to API-ifying your LAMP projects in 5 steps
PHP developers often use an environment composed of Linux, Apache, MySQL, PHP — often this environment is called LAMP (Linux, Apache, MySQL, PHP). Many applications
How to use DataWeave to read XML
At some point while developing a Mule application, it’s almost inevitable that you’ll need to manipulate XML. In this article, I will teach you
DataWeave function chaining for Java programmers
In this article, you will learn how to use method chaining in DataWeave with reference to Java 8 lambda expressions and how to convert
DataWeave: Generating XML
In this blog post, I will show you how to generate XML output from a JSON data source while avoiding some of the most
DataWeave lambdas for Java programmers
In Mule 4, DataWeave is everywhere: every listener and processor can be configured with it. Because most Mule users already know Java well, this