Install Mule Enterprise Server

In order to run Mule ESB applications on the production environment, we need to have Mule Enterprise Server. So, in this tutorial, I would like to guide you to install Mule Enterprise Server! First, you can download the Mule Enterprise Server at https://www.mulesoft.com/lp/dl/mule-esb-enterprise. Mule Enterprise… Read More

Fix error “Could not find artifact com.sun:tools:jar:1.5.0” of Apache Maven in Anypoint Studio

When working with Mule ESB using Apache Maven in Anypoint Studio, I am sure that everyone must encounter the following error:

To resolve this error, please follow the instructions below: – First, go to Window -> Preferences, open the Java item and select Installed… Read More

Questions Management – Core Question Service – Build API update question using Spring WebFlux and Spring Data MongoDB Reactive

Check out the full series of Questions Management tutorial here. In the previous tutorial, we prepared all the necessary configurations to build API update a question such as: a Question document object containing the information of a question, a QuestionRepository for manipulation with MongoDB, a QuestionController… Read More

Fix error “Fatal error compiling: tools.jar not found” of Apache Maven on Eclipse

When working with Apache Maven in Eclipse, I am convinced that no one didn’t encountered an error as below when building the application:

What is the cause? This is because by default Apache Maven will use the Maven Compiler Plugin plugin to compile the… Read More

Install Anypoint Studio

Anypoint Studio is an IDE for developing Mule ESB applications. In this tutorial, we will learn together how to install it! First, let’s go to this site to download Anypoint Studio: https://www.mulesoft.com/lp/dl/studio. Currently, Mule ESB has two versions, 3.x and 4.x, respectively, Anypoint Studio has… Read More

Install Git server on Ubuntu

Unlike CVS or Subversion, Git is now in widespread use for its advantage. In this tutorial, I will guide you through the steps to install a GIT server on the Ubuntu environment! First, let’s open the Ubuntu Terminal and install the Git with the following… Read More