https://github.com/timboudreau/simplevalidation
The SimpleValidation project, used in NetBeans and originally hosted on kenai.com
https://github.com/timboudreau/simplevalidation
java java-net swing-api validation
Last synced: 9 months ago
JSON representation
The SimpleValidation project, used in NetBeans and originally hosted on kenai.com
- Host: GitHub
- URL: https://github.com/timboudreau/simplevalidation
- Owner: timboudreau
- License: other
- Created: 2017-06-26T04:58:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-23T01:18:33.000Z (over 3 years ago)
- Last Synced: 2025-04-05T19:23:45.989Z (10 months ago)
- Topics: java, java-net, swing-api, validation
- Language: Java
- Size: 790 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple Validation
=================
This is a set of libraries, originally hosted on Kenai.com, and used in NetBeans, for ad-hoc validation of
objects, with a number of very useful built in validators (email addresses, IP addresses, URLs, that sort of thing),
and with an emphasis on good, meaningful, human-readable error messages.
All error messages from the built in validators are localized into English, French, Italian and German.
Originally intended for Swing applications, the GUI classes have been factored out into a separate project.
The `nbstubs` project includes stub versions of localization-related classes from NetBeans and is needed
when used outside of NetBeans - the `simplevalidation-standalone` project includes that in its JAR file.
The [original project documentation can be viewed here](http://htmlpreview.github.io/?https://github.com/timboudreau/simplevalidation/blob/master/ValidationAPI/doc/overview.html)
Maven Coordinates
-----------------
As of May 6, 2019, the groupId has been changed to `com.mastfrog` in order to be able to deploy the
artifacts to Maven central.