PrevTopNext

Declarative DSL for Validation - Rating

  • Any representation of Check objects is a DSL:
    • Represent by XML, for use by semi-professionals
    • Represent as Java annotations, for use by Java programmers
  • Can be used without a RBS as well: locate matching Check object and apply isValid method call.

PrevTopNext