Jason
Jason

Reputation: 2076

Can Mule Expression Language (MEL) be used outside of the MuleESB?

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.

Upvotes: 2

Views: 43

Answers (1)

aled
aled

Reputation: 25699

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

Upvotes: 1

Related Questions