Is there Anypoint Studio for Mule, which is Community Edition?

I believe that Mule Studio has become Anypoint Studio . Is there any open source version of Anypoint Studio (free)? In particular, I mean a GUI workflow design tool.

+5
source share
3 answers

There is an answer to my question (thanks @Ryan), but it has a caveat. Yes, Anypoint Studio is open source, but comes with an Enterprise runtime by default. You can download Community Edition (CE) and use Anypoint Studio with this.

However, a caution is the time it takes to configure a stream with the DataMapper enabled. When I tried to start my thread with the community editors, I received the following error. Basically, to run a thread using DataMapper, you need an Enterprise version. DataMapper is not running with CE.

DataMapper-With-CE-no-go

+7
source

Anypoint Studio is just one offer for Community and Enterprise editions. You can download it for free, and you just need to make sure that you are using the community’s battery life using the following update site here: Mule ESB Runtimes for Anypoint Studio - http://studio.mulesoft.org/r3/studio-runtimes

This runtime will be available when creating a new project using the wizard, or you can modify an existing project by editing the mule-project.xml configuration file.

More details here: https://developer.mulesoft.com/docs/display/current/Adding+Community+Runtime

+4
source

Yes, Mule Studio has changed to Anypoint Studio, which is open source and comes with Enterprise Edition. Community Edition is also available for download.

Few things, such as Datamapper, which are deprecated and replaced by data interlacing, will not run in Community Edition.

+1
source

All Articles