• Tohu - Ideas for future enhancements

    Here are some ideas that we had during the development of Tohu version 1.0 which haven't yet made it in:   Nice integration with Guvnor/BRMS for authoring. Nice integration with decision tables (spreadsheets) f...
    Profile Photo
    last modified by damonhorrell
  • Tohu

    Tohu is an engine built on Drools to create dynamic UIs.  It is an alternative to the traditional MVC approach which instead uses a generic UI layer to render arbitrary UIs defined using simple business rules. &#...
    Profile Photo
    last modified by damonhorrell
  • Tohu - FAQ

    Where do I get it from? How do I get it running? What background knowledge do I need to be able to use this? Where is the best place to start? How much code do I actually have to write? How does it...
    Profile Photo
    last modified by damonhorrell
  • Tohu - Examples

    See Tohu - FAQ for instructions on how to build and run the examples.   simple-example Shows the basics of using Tohu to generate a dynamic UI from rules.   Covers: Questionnaire.items, Questionnaire.comple...
    Profile Photo
    last modified by damonhorrell
  • Tohu - Download

    This page should contain a binary distribution but for now please follow the instructions under "Where do I get it from?" at Tohu - FAQ   The latest versions are 1.5.0 (for Drools 5.6.0) and 1.6.1 (for Drools 6....
    Profile Photo
    last modified by damonhorrell
  • Tohu - How it works

    This page should explain how it all works including: architecture diagram technologies used   Overview Tohu is a small framework on top of Drools that allows interactive web applications to be built from rule d...
    Profile Photo
    last modified by damonhorrell
  • Tohu - Presentation styles

    All Tohu items (Question, Note, Group etc) can specify presentation styles (using setPresentationStyles) which are hints to the UI layer.  This hints along with a Tohu entities answerType field determine how the ...
    Profile Photo
    last modified by damonhorrell
  • Tohu - Documentation

    Find below a table outlining what information each file attachment on this page provides   Description Resource Describes the Tohu process state management of the Tohu Domain Model, when it receives an Http xml...
    Profile Photo
    last modified by kgeis
  • Tohu - JQuery client extension points

    Hooks in dynamicUI_main.js: - preQuestionnaireLoad(<Root div ID>, <Knowledge Base>) If defined this function is called before any work it done to load the initial questionnaire, but after the various...
    Profile Photo
    last modified by ronanburns