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

  • Dashboard

    Page edited by markm.
    Added link to page on third party tools.

    (Wed, 20 Aug 2008 21:09:48 GMT)

  • Dashboard

    Page edited by markm.
    Added link to the cache monitor

    (Tue, 19 Aug 2008 03:38:52 GMT)

  • Tutorials

    Page edited by markm.
    More blog posts - ColdSpring + Transfer, more 'How I use Transfer', and 'Transfer and Flex'

    (Sun, 17 Aug 2008 18:29:04 GMT)

  • Generated Methods

    Page edited by markm.
    Added __getLoadedObject

    (Sat, 09 Aug 2008 03:30:24 GMT)

  • Using TransferObject Proxies

    Page edited by markm.
    Made changes, as method changed to __getLoadedObject()

    (Sat, 09 Aug 2008 03:27:51 GMT)

  • Using TransferObject Proxies

    Page edited by markm.
    More documentation, also documented new __getProxied() method.

    (Fri, 08 Aug 2008 05:19:01 GMT)

  • Generated Methods

    Page edited by markm.
    Added __getisProxy() and __getIsLoaded() methods.

    (Fri, 08 Aug 2008 05:04:58 GMT)

  • Transfer Configuration File

    Page edited by markm.
    More details on lazy loading, and added proxied attribute.

    (Thu, 07 Aug 2008 08:31:22 GMT)

  • Using TransferObject Proxies

    Page created by markm.
    Initial creation

    (Thu, 07 Aug 2008 08:23:27 GMT)

  • Dashboard

    Page edited by markm.
    Adding link to 'Using TransferObject Proxies'

    (Thu, 07 Aug 2008 08:02:30 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

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 Release Candidate

Archive