Relative Content

Tag Archive for rules-engine

Web services and business rules engines

We have a web service that takes in input different types of messages. The function of the webservice is to merely write in a database the content of the messages. There is about one table (with foreign keys to others) for every kind of message.

Suggestions on how can I implement a generic matching system for users?

I need help with coding something. I’m trying to design a system that will allow users to setup rules for the system to process (similar to email processing rules, in a way). When I receive a chunk of data (in this case, it is a object that has properties with values related to the client system’s hostname, OS version, etc.) I want the user to be able to create a criteria like “when the hostname equals ‘somehost’ or the OS version is greater than 6, etc.