Hi community,

We has a use case that we solved by implementing custom Uel functions.

The problem is that we had to add a container that loads custom methods on start, wich wasn't great, so i worked on a much more modular way of loading UEL functions.

I came up with this PullRequest [1] , with the following main axes:
Uels are loaded on creation of the functions cache, and declared in component files.

All the Uel declaration classes have to implement UelMappingInterface in order to be loaded.

And the Uel have been splitted by theme.

I'm wondering about the general idea and naming.

Any feedback welcome !

Best regards, Gaetan

[1] https://github.com/apache/ofbiz-framework/pull/987
[1'] https://issues.apache.org/jira/browse/OFBIZ-13372

Reply via email to