Need to validate a scientific spreadsheet written in Java
- by geejay
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?