Sunday, June 3, 2018
Mule Soft: Development Environment Setup
In this article we will setup development and execution environment for mule project and we will create a hello world example using Mule ESB.
Requirement:
1. Java: You must have to install Java 7+ on your machine. Please check if it is already installed or not by running following command on your console:
java -version
If you see something like this on your console, congrats you have java installed on your machine.
But if not, then please click Here to know who to install java.
2. Set environment variable JAVA_HOME to your Java home directory. You can check it if it is correct with following commands
echo %JAVA_HOME% (Windows)
echo $JAVA_HOME (Linux)
It should print your Java Home directory path.
3. Mule Soft created an eclipse-based IDE (Anypoint Studio) that can be downloaded from https://www.mulesoft.com/platform/studio. Unzip downloaded jar, you will see runnable file AnypointStudio. You can start IDE by just double clicking on it.
4. You can also use your existing Eclipse IDE for creating Mule applications by installing it from help option of Eclipse IDE. Click Here to know how to install any plugin into existing eclipse IDE.
Recommended Articles
- Azure
Mule Soft: Azure Connectors InstallationJun 03, 2018
Azure Connectors are third party connectors developed by Whishworks. As per the Mulesoft documents, we have a restrictionThis 3rd party connecto...
- Database Connection
Mule Soft: Database ConnectorsJun 03, 2018
Mule provides database connectors to interact multiple databases. You can perform predefined queries, dynamically constructed queries, and template qu...
- Environment Setup
Mule Soft: Development Environment SetupJun 03, 2018
In this article we will setup development and execution environment for mule project and we will create a hello world example using Mule ESB.Requireme...
- ESB
Mule Soft: Global Exception HandlingJun 03, 2018
In any mule application, we always need to handle some type or error/exceptions. Instead of creating exception handling strategy for all flows separat...
Labels:
Environment Setup,
Hello World,
Mule ESB,
Mule Soft
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment