2

I need to use an expression language and there are many to choose from. MEL has stood out as very easy to understand and powerful. However, Mule Expression Language is in the mule core library in maven.

Can MEL work as a standalone expression language outside of the MuleESB like Spring Expression Language, for instance.

Jason
  • 2,006
  • 3
  • 21
  • 36

1 Answers1

1

No. MEL is only implemented in Mule ESB/Runtime. Note that it has been deprecated by DataWeave since Mule 3.7.

aled
  • 21,330
  • 3
  • 27
  • 34