Contents

Third Party Tools

These are third party tools that can be used in conjunction with Transfer, to greatly enhance its functionality.

ColdSpring Bean Utilities

http://coldspringutils.riaforge.org/

While this contains many tools that are particular to ColdSpring, the TDOBeanInjectorObserver.cfc is an easy, and powerful way to inject Transfer Decorators with CFCs that are stored inside ColdSpring.

TransferSync

http://transfersync.riaforge.org/

This is a library to work with Transfer to enable its cache to synchronise across clusters. A must if you need Transfer to scale across multiple servers.

Illudium PU-36 Code Generator

http://cfcgenerator.riaforge.org/

This project generates ColdFusion components (i.e. bean, DAO, gateway, service), ColdSpring XML, Transfer XML, and ActionScript Value-Objects using the ColdFusion admin API and database introspection.

Transfer Config

http://transferconfig.riaforge.org/

This application introspects a database by using the ColdFusion tag cfdbinfo and creates the Transfer ORM Config file based on setting you specify on the environment.xml file and the UI.

Transfer Tag Library for Dreamweaver

http://www.massimocorner.com/dreamweaver/coldfusion/transfer_orm.mxp

Transfer tag library that enables code hints, Quick Tag Editor, Tag Chooser and Tag Inspector for Transfer tags

ValidateThis!

http://validatethis.riaforge.org/

A validation framework that allows a developer to define validation rules for their Transfer objects in an xml file, and which automatically generates server-side and client-side validations from those rules.

Metro

http://metro.riaforge.org/

Metro is a library of components to support rapid development of applications that use ColdSpring and Transfer ORM.

Transfer Snippet Library for CFEclipse

http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/transfer-orm-snippets-205

A snippet library for the most common methods. Available as a zip archive or from the cfsnippets.org server.