Login

    Register

PROJECT CATEGORIES

 

Walidget
Project Home Blog Known Issues Contact Project

Author: Dennis Clark (All RIAForge projects by this author)
Last Updated: August 20, 2009 11:33 PM
Version: 0.1
Views: 4,643
Downloads: 107
License: Apache License, Version 2

Description:

Walidget is a fork of the Widget example application included in Model-Glue:ColdFusion 2.0.304 (the current stable version at the time of this release).

The goal of Walidget is to offer a better starting point for ColdFusion developers to get into the Model-Glue, ColdSpring, and Transfer ORM frameworks. This is achieved by implementing small but real feature enhancements that demonstrate the power of these frameworks.

Some key enhancements already made in Walidget are:

* Better support for nullable database columns;
* Logging of application events to either a cflog or a database table;
* Automatic support for 'Date Last Updated' database columns;
* Richer form validation support.

The improvements in form validation is especially noteworthy as the form validation support included in Model-Glue is quite basic when the Transfer ORM is used. Walidget has improved validation through integration with the Validat validation engine from Alagad, Inc. This integration allows Validat to work with Model-Glue's scaffolding feature, yet is loosely coupled and so could be used with the Reactor ORM if so desired.

A copy of Validat is included in the Walidget application. Also included are some useful custom validator addons for Validat.

Recent Blog Entries:

Requirements:

Walidget was developed in ColdFusion 8 but is expected to work in ColdFusion 7 as well. The following frameworks must be installed:

* Model-Glue:ColdFusion (version 2.0.304 or later; version 3 not yet supported).
* ColdSpring (version 1.2 or later).
* Transfer (version 1.1 or later).

While the original Widget example application came in Reactor and Transfer ORM flavours, Walidget supports the Transfer ORM only.

Issue Tracker:

There are no issues for this project.

To enter issues for this (or any other) project, you must be logged in.

Subversion Access:

You may access this project's Subversion repository with your client here: http://svn.riaforge.org/walidget.

To view files and changelists associated with this repository, go here: http://walidget.riaforge.org/index.cfm?event=page.svnbrowse.

You may download the latest set of files from Subversion as a zip file.

Anonymous users have read access to the repository while the administrator has write access.

This project is sharing its code via Subversion. Subversion is an open source source control method. You may find more information about Subversion here: http://subversion.tigris.org/