View History | PDF | SWF | HTML

Contents


Transfer

Transfer is an Object Relational Mapper for ColdFusion.

It's main focus is to automate the repetitive tasks of creating the SQL and custom CFCs that are often required when developing an Object Oriented ColdFusion application.

Through a central configuration file Transfer knows how to generate objects, and how to manage them and their relationships back to the database, without you having to write any of the SQL or write the CFCs by hand.

Wiki Updates [rss]

A list of all the latest wiki updates

  • Managing the Cache

    Page edited by markm.
    Fix case sensitivity in 'defaultcache' example.

    (Mon, 01 Dec 2008 21:03:13 GMT)

  • Tutorials

    Page edited by pmarcotte.
    updating links to posts on fancy bread

    (Fri, 28 Nov 2008 06:12:34 GMT)

  • Writing Decorators

    Page edited by markm.
    Added 'Creating your own methods' section.

    (Tue, 25 Nov 2008 03:19:56 GMT)

  • Tutorials

    Page edited by markm.
    Changed the layout slightly.

    (Wed, 12 Nov 2008 01:13:07 GMT)

  • Tutorials

    Page edited by markm.
    Fix typo.

    (Tue, 11 Nov 2008 23:51:47 GMT)

  • Tutorials

    Page edited by markm.
    Added the live feed to the Tutorials page.

    (Tue, 11 Nov 2008 23:49:46 GMT)

  • Managing Relationships and Compositions

    Page edited by markm.
    Fix typo.

    (Mon, 10 Nov 2008 04:17:40 GMT)

  • Writing Decorators

    Page edited by markm.
    Fix small typo

    (Sat, 08 Nov 2008 22:34:36 GMT)

  • Transfer Query Language

    Page edited by mquack.
    Fixed a small typo.

    (Wed, 05 Nov 2008 06:59:34 GMT)

  • Using TransferObject Proxies

    Page edited by markm.
    Fixed code example to work.

    (Thu, 23 Oct 2008 06:20:15 GMT)

Getting Started

Getting started with Transfer is relatively straight forward, and there are a lot of resources available to get you going.

Overview

Developer Requirements

Supported Systems

Installation and Updating

Development Guides

Custom Methods

Persisting and Retrieving Objects

Primary Key Management

Using Composite Keys

Managing Relationships and Compositions

Retrieving Query Lists

Handling Null Values

Using Lazy Loading

Using TransferObject Proxies

Writing Decorators

Using Clone()

Using the Transfer Event Model

Managing the Cache

Transactions and Transfer

Presentation Recordings

Tutorials

Example Code

Third Party Tools

FAQ

How-To Guides

How to Encrypt User Passwords Using a Decorator

Reference Guides

Datasource Configuration File

Transfer Configuration File

Generated Methods

Default Property Values

Transfer Query Language

Cache Monitor

Transfer CFC API

ObjectCache Java API

ANTLR TQL Parser Java API

API Archive

Release Notes

1.1

Archive