Login

    Register

Managed Hosting

PROJECT CATEGORIES

 

Taffy
Project Home External Project Link Contact Project

Author: Adam Tuttle (All RIAForge projects by this author)
Last Updated: January 9, 2012 9:40 AM
Version: 1.0
Views: 6,417
Downloads: 390
License: Apache License, Version 2

Description:

A framework for building REST APIs inspired by FW/1, Powernap, Swiz, and jQuery.

Much like FW/1, Taffy is a set of base classes that your Application.cfc and resource CFCs extend.

Similar to Powernap, Taffy uses the notion of 'representation' classes to abstract the data that your model returns from the format it is serialized to.

Using Swiz taught me the power of metadata, so I made it a big part of Taffy.

And I've always loved method chaining in jQuery, so I made that possible with Taffy, too.

Read my full announcement: http://fusiongrokker.com/post/taffy-a-restful-framework-for-coldfusion

Source is hosted on Github: http://github.com/atuttle/Taffy

Bug tracker: http://github.com/atuttle/Taffy/issues

Requirements:

ColdFusion 6 or later