Skip to content
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.
/ javarulez Public archive

A simple, efficient Java rules engine

License

Notifications You must be signed in to change notification settings

bubenheimer/javarulez

Repository files navigation

Java Rulez

An efficient rule engine for Java

This project is discontinued in favor of KotlinRulez. A potentially useful, yet largely untested refactor is found in the Refactor_Abandoned branch. The refactor turned into the KotlinRulez project.

Ready for production use.

I have found the rule engine a great pattern for Android app initialization handling, which commonly has to deal with somewhat complex asynchronous process flow and event handling for API initialization. It is a generic rule engine, so it can be used for many other purposes.

Please see the blog entry for more information including a presentation from DevFest MN 2016.

License

Copyright (c) 2015-2020 Uli Bubenheimer

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

A simple, efficient Java rules engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages