Has anyone encountered business rules being implemented on the client side in an HTML5 mobile application? Our mobile applications must work offline, and we want non-technical people to be able to configure the rules, so to create logic we need a friendly user interface.
Of course, there are many centralized business rules that would support us when browsing the Internet, for example, in xpertrule, but with the difficulty of finding one light enough to work locally on a mobile device to support offline use.
DTRules and CLIPS seem easy enough, but both lack a ready-made business interface for building logic. Drools may be different, but difficult to integrate
A slightly different approach that seems appealing is the intelligent scripting tools offered by Kirona, where the logic is embedded in the script file that is provided to the client to download and run on the mobile device using the player, the script is already built into the mobile application.
I wonder if anyone has a similar problem to solve and what conclusions they reached.
source share