DOC

nz.co.senanque : madura-rules

Maven & Gradle

Apr 01, 2018
18 usages
0 stars

Madura Rules · This is a plugin to Madura Objects. It provides a rules/constraint engine to assist with validation, deriving new values from user inputs (eg total of invoices entered on this customer) an manipulating metadata (eg because the amount is above X we make some field readonly). Note that the Java that is using the monitored objects is quite unaware of the rules layer implemented here. That means you can change rules without having to go back to your Java code, and it also means you don't have to wonder if everything implemented the same rules. Anything using that Java object has the rules (unless you turn them all off).

Table Of Contents

Latest Version

Download nz.co.senanque : madura-rules Javadoc & API Documentation - Latest Versions:

All Versions

Download nz.co.senanque : madura-rules Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
3.3.x
3.2.x
3.1.x
3.0.x
2.2.x
2.2

How to open Javadoc JAR file in web browser

  1. Rename the file madura-rules-3.3.5-javadoc.jar to madura-rules-3.3.5-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder madura-rules-3.3.5-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "madura-rules-3.3.5-sources.jar" -d "madura-rules-3.3.5-javadoc" -subpackages 

Advertisement