Need to validate a scientific spreadsheet written in Java

Posted by geejay on Stack Overflow See other posts from Stack Overflow or by geejay
Published on 2010-04-08T08:18:29Z Indexed on 2010/04/08 8:23 UTC
Read the original article Hit count: 395

I need a validation framework, for an app written in Java, Eclipse RCP. The UI is a simple spreadsheet with many input fields and many output fields.

The user input needs to be validated, for example:

  • Thresholds for numerical fields
  • Required fields for certain operations
  • Context-sensitive help based on the validation results
  • Multi-field validation, e.g a field is valid depending upon the values in other fields

Wondering if there is anything out there?

© Stack Overflow or respective owner

Related posts about input-validation

Related posts about validation