Design and Implementation of System Generator Based on Rule Engine

Kun Qu,Ting Gong,Jianfei Shao
DOI: https://doi.org/10.1016/j.procs.2020.02.054
2020-01-01
Procedia Computer Science
Abstract:<p>At present, most small and medium-sized enterprises still adopt the "hard coding" method to develop system, in this way, it lack of flexibility and reusability, and disable to respond users' need with continuous updating quickly. To address this problem, we design a rule engine-based system generator that uses the improved Rete algorithm to match data objects with user-defined rules (production) and then implement specific functions through the system generator. Compared with the traditional development mode, this method is more concise and fast, has better reusability, and can effectively solve some problems of the traditional development methods. The user only need to configure the fact data according to the existing rules, and the system autonomously processes according to the configuration instance to generate various functions. The paper mainly introduces the implementation of the rule engine and the system generator.</p>
English Else
What problem does this paper attempt to address?