5, 10 or 20 seats+ for your team - learn more
Imagine a different way to program in which you specify rules and facts instead of the usual linear set of instructions. That's the idea behind rule-based programming. A rule engine automatically decides how to apply the rules to your facts and hands you the result. This approach is ideal for expressing business rules and is increasingly used in enterprise computing.
Jess is a popular rule engine written in Java. It's supported by Sandia Labs and has an active online community. If you have a problem that can be solved with rules, Jess in Action will show you how. (If you are not sure, read chapter 2.) Written by the creator of Jess, this book is an accessible and practical guide to rule-based system development in Java.
Jess in Action first introduces rule programming concepts and teaches you the Jess language. Armed with this knowledge, you then progress through a series of fully-developed applications chosen to expose you to practical rule-based development. The book shows you how you can add power and intelligence to your Java software.
Dr. Friedman-Hill is a Principal Member of the Technical Staff at Sandia National Laboratories in Livermore, California. He is the developer of Jess, the Java rule engine. He has taught Java programming to over 3,000 students for the University of California Extensions in Berkeley, in San Diego, and online. Dr. Friedman-Hill's current work at Sandia includes the development of software for mechanical design and analysis. He lives in Gaithersburg, MD.
Ernest Friedman-Hill Interview
Read Jason Morris's interview with the author of Jess in Action.
...clear, crisp, well-focused...the organization is smooth, well-thought-out,...this book rocks.
...the Jess book. A nice balance between an introduction and a reference...
Friedman-Hill writes clearly. The topic is complicated, and he does an excellent job explaining it...I recommend this book.
---intuitive and clever examples that show the reader how to build intelligent Java applications with Jess.
geekle is based on a wordle clone.