Arf! Video: Automagic Validation
Posted by Joe Rinehart at 8:21 AM
20 comments - Categories:
Arf!
Today on Arf! TV, we'll look at how Arf! makes validation a breeze. Arf will automatically validate all properties for null, length, and type (making sure a date is a date, an int is an int, and so forth). What's really cool is that you can 1) override the validate() method to add your own validation rules, and 2) use XML-based "ui dictionaries" to control the text messages returned by validation, as well as localize other parts of your application.
Here's the video:
R. Symonds wrote on 11/04/05 9:10 AM
Keep up the great work!