Jess in Action
eBook - ePub

Jess in Action

Rule-Based Systems in Java

  1. 480 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Jess in Action

Rule-Based Systems in Java

About this book

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.

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Jess in Action by Ernest Friedman-Hill in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming in Java. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. Copyright
  2. Dedication
  3. Brief Table of Contents
  4. Table of Contents
  5. Preface
  6. Acknowledgments
  7. About this Book
  8. Author Online
  9. About the Title
  10. About the Cover Illustration
  11. Part 1. Introducing rule-based systems
  12. Chapter 1. Rules to the rescue
  13. Chapter 2. What are rule-based systems?
  14. Part 2. Jess: A rule-based programming environment
  15. Chapter 3. Introducing Jess
  16. Chapter 4. Getting started with the Jess language
  17. Chapter 5. Scripting Java with Jess
  18. Chapter 6. Representing facts in Jess
  19. Chapter 7. Writing rules in Jess
  20. Chapter 8. Under the hood: how Jess works
  21. Part 3. Creating your first rule-based application: the Tax Forms Advisor
  22. Chapter 9. Collecting the knowledge
  23. Chapter 10. Designing the application
  24. Chapter 11. Writing the application
  25. Part 4. Writing a diagnostic application: the PC Repair Assistant
  26. Chapter 12. Writing the PC Repair Assistant
  27. Chapter 13. Adding a graphical interface
  28. Part 5. Reasoning about reality: the HVAC Controller
  29. Chapter 14. The reality connection
  30. Chapter 15. Extending the Jess language
  31. Chapter 16. Writing the rules
  32. Part 6. TekMart.com: rule-based applications for the Web
  33. Chapter 17. Jess on the Web
  34. Chapter 18. Embedding Jess in Java applications
  35. Chapter 19. Deploying web-based applications
  36. Part 7. Enterprise systems
  37. Chapter 20. Jess, XML, and the enterprise
  38. Chapter 21. Jess in the J2EE environment
  39. Appendix A. Jess functions
  40. Appendix B. Abridged Java API for Jess
  41. Appendix C. An automated testing framework
  42. Index
  43. List of Figures
  44. List of Tables
  45. List of Listings