Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Flowchart
XSDSchema [label="JADE XSD Schema\n(.xsd)",URL="JADE - XSD Schema Reference - XSD Schema Source",tooltip="XSD Schema Source for use with an XSD Editor",fillcolor="lightskyblue"]
XSDDocumentation [label="JADE XSD Schema Documentation\n(.html)",URL="JADE - XSD Schema Reference - XSD Schema Documentation",tooltip="XSD Schema documentation in HTML format",fillcolor="lightskyblue"]
SourceCode [label="JADE Source Code\n(Java)",fillcolor="violet"]
APIReference [label="JADE API Reference\n(JavaDoc)",URL="JADE - Reference Documentation - API Reference",tooltip="API Reference in JavaDoc HTML format",fillcolor="violet"]
ParameterReference [label="JADE Parameter Reference\n(Wiki)",URL="JADE - Reference Documentation - Parameter Reference",tooltip="Parameter Reference in Product Knowledge Base",fillcolor="orange"]
#ParameterExplanations [label="JADE Parameter Explanations",fillcolor="white"]
ParameterDiagrams [label="JADE Parameter Diagrams",fillcolor="white"]
ParameterTables [label="JADE Parameter Tables",fillcolor="white"]
UserManual [label="JADE User Manual\n(Wiki)",URL="JADE - User Manual",tooltip="User Manual in Product Knowledge Base",fillcolor="palegreen"]
#UserManualExplanations [label="JADE User Manual Explanations",fillcolor="white"]
ParameterMappings [label="JADE Parameter Mapping\n(Wiki)",URL="JADE - Reference Documentation - Parameter Mapping",tooltip="Parameter Mapping in Product Knowledge",fillcolor="lightgrey"]
ParameterMappingTables [label="JADE Parameter Mapping Tables",fillcolor="white"]
 
XSDSchema -> XSDDocumentation
XSDSchema -> SourceCode
XSDSchema -> ParameterDiagrams
XSDSchema -> ParameterTables
XSDSchema -> ParameterMappingTables

SourceCode -> APIReference
ParameterDiagrams -> ParameterReference 
ParameterTables -> ParameterReference 
#ParameterExplanations -> ParameterReference 

#ParameterDiagrams -> UserManual
#ParameterTables -> UserManual
#ParameterExplanations  -> UserManual
#UserManualExplanations -> UserManual

ParameterMappingTables -> ParameterMappings
ParameterReference -> UserManual

Excerpt
Info
titleStatus of Documentation
  • The Parameter Reference explains the structure of configuration elements that is intended for future JADE releases.
    • Display feature availability
      StartingFromRelease1.11
    • JADE shifts from plain text configuration files (.ini format) to XML Configuration files.
      • For releases 1.9 and 1.10 the plain text configuration files are maintained.
      • For releases 1.11 and later XML Configuration will be available as documented.
  • The Parameter Mapping is intended for users of JADE releases before 1.11 who want to benefit from the Parameter Reference documentation.
    • Mapping tables assist to identify XML configuration elements and plain text configuration items (.ini format).
  • The XML Editor is schema-aware and can be used to create valid XML configurations.
  • The User Manual is coming soon.

...