How to start work with Anypoint Studio?
Anypoint Studio is a user-friendly eclipse-based IDE (integration development environment) used for designing and testing Mule applications.
Basic setup of our IDE:
- Install the following software:
- OpenJDK 8: https://adoptopenjdk.net/
- Anypoint Studio 7.9.0: https://www.mulesoft.com/lp/dl/studio
- Git: https://git-scm.com/download/
- Maven: https://maven.apache.org/download.cgi (Installation Guide)
- Create your account on Anypoint Platform: https://anypoint.mulesoft.com/login/signup
After successful installation of software, start Anypoint Studio and:
- create a workspace
- configure Anypoint Studio for EU Region:
Window > Preferences: - Configure Anypoint Studio to use the native browser:
Window > Preferences:
- Setup local Maven (Optional)
After setup create a new API in Anypoint Platform:
- Go to Design Center and create a new API specification
Publish the API on Exchange in order to align it
Open Anypoint Studio and create a new mule project using the short name for the API
During project creation, import a published API definition from Exchange to automatically create the APIKit endpoint
Create two additional mule configuration files with names <main object>-implementation.xml (for business logic implementation) and global.xml (for global configuration elements).
Enjoy and develop your application :)
Comments
Post a Comment