Introducing A New Validation Framework, OK!
Today I released a new ColdFusion 9 ORM entity validation framework named OK!. This framework grew out of my attempt to use Hyrule in a large FW/1 Mura plugin. I really liked Hyrule, but I ran into a few issues with the framework and OK! is an attempt to address those issues.
OK! works very much like Hyrule, except it:
- supports nested validation,
- supports component level validation,
- has better custom rule integration,
- and supports all IsValid() validation rules including regular expressions.
Documentation is still a work in progress but there are plenty of examples of how to use the framework in the /tests directory. Please check it out and let me know what you think.



