You’ve built a Mendix app that’s fast and functional but when your users want live updates, polling just doesn’t cut it. Whether it's chat, notifications or dashboards, the answer lies in WebSockets, ...
Mendix is a low-code platform that allows developers to build applications quickly and efficiently. However, sometimes the platform’s built-in features are not enough, and custom logic is needed. This ...
JA_List_FilterChanged - Filters the list for objects that have been modified. JA_List_FilterIfAttributeHasChanged - Filters the list for objects where specified attributes have changed. If you're ...
This Java Action will compare two pieces of text and return a list of Diff entities containing the differences. The Diff entity ocontains an Operation attribute and a Text attribute. The Operation can ...