Manning Logo
Home | Ordering Info | Shopping Cart | Manage My Account | Login
Attention customers: online shopping is now available exclusively through our main website: http://www.manning.com. Thank you.
Jess in Action

Inside the book

Back Cover Sample Chapters Table of Contents Errata Author Online Index Preface Reviews Source and Jess SE Author Online

Manning Blog

Why small is sweet?

Author Blogs

Dave Crane more...

Author Calendar

Upcoming Events

Catalog

Java .NET Perl XML All by Subject All by Title

About...

Manning Contact Us Ordering FAQs ebooks Covers Sandbox Forums Distributors Manning Early Access Program (MEAP) Affiliate Program Academia/Publicity User Group Program Press Releases Jobs

Manning Publications Co.
209 Bruce Park Avenue
Greenwich, CT 06830

Jess in Action
Java Rule-based Systems
Ernest Friedman-Hill

2003 | 480 pages
ISBN: 1930110898
$49.95 Softbound print book  
$25.00 PDF ebook  

Errata

The following are errors in the first printing of "Jess in Action." You can report new ones on the "Author Online" forum.
  • Page 6: "is not the same as Bob's position" should be "is not the same as Fred's position"
  • Page 35: "user.html" should be "user.shtml"
  • Page 42: The list of allowed punctuation in section 4.1.2 should include the hyphen, "-".
  • Page 90: "to which a given shadow fact." should be "to which a given shadow fact refers.".
  • Page 117: The factorial of 5 is 120, not 125.
  • Page 130, section 7.7.1: "in this case, the variables declaration is optional." should be "in this case, the variables declaration is not used."
  • Page 168: In the second code section, "(is-of-type number abc)" should be "(is-of-type abc number)" and "(is-of-type number 123)" should be "(is-of-type 123 number)"
  • Page 270, replace entire figure caption: "The fuzzy set graphs for the fuzzy terms cold, cool, OK, warm and hot."
  • Page 274, figure caption: "Probability chart" should be "The fuzzy set graphs".
  • Page 344, third line from bottom of page: "clean-up-order" should be "initialize-order"
  • Page 387: "characters like & and >" should be "characters like & and <"
  • Page 387, fourth line from bottom: "two Integers/description>" should be "two Integers</description>"

DESCRIPTION

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.

What's Inside

  • Introduction to rule-based thinking
  • Jess language tutorial
  • Complete examples of ...
    • Tax forms advisor
    • Diagnostic assistant
    • Fuzzy logic controller
    • Web agent
    • J2EE apps

Includes binary version of Jess ( for non-commercial use)

ABOUT THE AUTHOR...

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.

Home | Catalog | Privacy Policy | About Manning

© 2003-2006 Manning Publications Co.