https://github.com/grunka/formalized
Something to make html forms simpler to handle
https://github.com/grunka/formalized
Last synced: 4 months ago
JSON representation
Something to make html forms simpler to handle
- Host: GitHub
- URL: https://github.com/grunka/formalized
- Owner: grunka
- Created: 2012-04-30T11:10:17.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-04-30T11:27:47.000Z (about 14 years ago)
- Last Synced: 2025-05-14T16:21:27.259Z (about 1 year ago)
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Formalized
==========
Something to make html forms simpler to handle
Idea
----
* Use annotations on a normal java class for form field names.
* Parse value to fit field type.
* Use validation annotations to do validations.
* Throw single exception for all validation errors with a list of errors.
* ValidationFault(fieldName, validationThatFailed)
* Handle file uploads as well.