Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://gitlab.com/ManfredTremmel/gwt-commons-validator
A compatible GWT port of the apache commons validator, which provides most of the functionality also on client (browser) side.
https://gitlab.com/ManfredTremmel/gwt-commons-validator
Last synced: 20 days ago
JSON representation
A compatible GWT port of the apache commons validator, which provides most of the functionality also on client (browser) side.
- Host: gitlab.com
- URL: https://gitlab.com/ManfredTremmel/gwt-commons-validator
- Owner: ManfredTremmel
- Created: 2018-06-04T19:44:55.136Z (over 6 years ago)
- Default Branch: master
- Last Synced: 2023-12-17T05:23:13.783Z (12 months ago)
- Stars: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- gwt-boot-awesome-lili - gwt-commons-validator - Apache Library commons (Validator)
- gwt-boot-awesome-lili - gwt-commons-validator - Apache Library commons (Validator)
README
gwt-commons-validator
=====================A compatible GWT port of the apache commons validator, which provides most of the functionality also on client (browser) side.
The Package itself has to be includes as binary and source package. I've done it this way, to give you the possibility to take the original apache commons binary package (full compatible) and combine it with the gwt-commons version of the source package for the gwt compiler, this is useful, if you do have the binary package already in the dependency list.
gwt-commons-validator requires gwt >= 2.7.0, older versions are not supported!
```
de.knightsoft-net
gwt-commons-validator
1.9.0-1
```GWT Integration
---------------Add this inherit command into your project .gwt.xml file:
```
```