Skip to main content

Yuan Meng

Blogs from this Author

Deploying Mule Project to Multiple Environments

This is a quick note. There are plenty of other online resources discussing the same topic. I want to list the steps in one place, so it’s easier for anyone who wants to follow this practice. In a typical software development life cycle, a project needs to be deployed to multiple environments. Mule project is […]

Mule Enterprise Security- Password Encryption Steps

Every project needs to store passwords to access some resources, such as DB, network accounts etc.  Mule uses java properties to store the passwords. Since property files are in text format, we need to encrypt these passwords. There are two ways to do this with Mule. One method is to use pure java solution, the other […]

Connecting Mule API Gateway and ESB in Hybrid Mode

** To view “hello-world.raml”, please go to the very bottom of this post. APIs are driving the digital economy. One of the key players in the API field is MuleSoft. Instead of a labyrinth of overlapping products offerings, MuleSoft provides the Anypoint Platform with Mule API gateway and a nimble Mule ESB that can run […]

Load More