| | |
Query, update, navigate, and manage all databases from one database
client with ease using RazorSQL, a database query tool, SQL Editor,
database navigator, and administraton tool.
Download a free trial today!
The text editor for programmers with coding tools and support for over 20 languages.
Download a free trial today!
|
Welcome to the "RP Validation Classes" user's guide page.
|
|
| | |
|
Welcome to the RP Validation Classes user's guide. The RP Validation Classes download includes the following:
- AddressValidation.java. Includes methods for validating addresses, zip codes, etc.
- CommunicationValidation.java. Includes methods for validating phone numbers, etc.
- CharacterValidation.java. Includes methods for validation on characters, such as isNumeric(), etc.
- DateValidation.java. Includes methods for validating dates that are passed in to the class in String format.
- PersonalValidation.java. Includes methods for validation social security numbers, etc.
- StringValidation.java. Includes methods for String validation such as isNumeric(), etc.
INSTALLATION:
The RP Validation Classes download is via a zip file named rpValidationClasses.zip. This zip file contains a jar file
named rpValidation.jar that contains both the source and the class files for the classes. Also contained within
the zip file is the javadoc documentation for the classes. To install the classes, note the
following:
- If using the validation classes in a web application
Simply copy the rpValidation.jar file into your web application's WEB-INF/lib/ directory or copy the rplog.jar file
to a directory on the machine running the web application and include a reference to rpValidation.jar in the
system classpath.
-
If using the validation classes in a java application
Copy the rpValidation.jar file to a directory on the machine running the application. Then modify
the classpath of that machine to include a reference to the jar. For example, on a Windows machine this
can be accomplished as follows (assuming rpValidation.jar is copied to c:\classes):
set CLASSPATH=c:\classes\rpValidation.jar;%CLASSPATH%
-
If using the framework in a situation where the classpath cannot be modified:
Extract the file from rpValidation.jar and copy them to a directory already inlcuded in the classpath.
And that's all there is to using the RP Validation Classes. To download, go here.
|
|
|
|
|
|
Copyright © 2008 Richardson Software All rights reserved. Privacy
|
|