View History | PDF | SWF | HTML

Contents


Presentation Recordings

The following are presentations on Transfer that have been recorded.

Introduction to Building Applications with Transfer ORM

(04-June-2008)

This is a very code centric introduction to using Transfer to manage the data in your system.

Connect Recording

Code Samples

Developing Applications with Transfer ORM

(03-November-2007)

Connect Recording

tCalendar Example Application

Advanced Transfer ORM Techniques

(28-Nov-2007)

Connect Recording

What's new with Transfer 1.0 (and 1.1)

(15-August-2008)

A feature overview of release 1.0 and 1.1 of Transfer, covering such features as:

Connect Recording

Code Samples

UGTV

This is a list of the last 10 Transfer recorded presentations, as found on the UGTV directory

UGTV Recorded Presentations - search for Transfer (Last Built: Thu, 18 Sep 2008 04:00:00 GMT) [rss]

Latest UGTV Recorded Presentations

  • What's New in Transfer 1.0 (and 1.1)?

    After a long wait, the Transfer 1.0 release is finally here! This release comes bundled with lots of brand new features, bug fixes and performance improvements. This presentation will give you a good overview of new functionality the 1.0 release brings to your developer tool kit, providing you with even more ways to implement your ColdFusion applications faster than ever before. We will also have a sneak peak at some of the 1.1 features, that are currently in release candidate.

    (Thu, 18 Sep 2008 04:00:00 GMT)

  • What's new with Transfer 1.0 (and 1.1)?

    A feature overview of release 1.0 and 1.1 of Transfer, covering such features as: * Composite Keys * Transactions * Cascading operations * Transfer Object Proxies * Cache Monitor * ... and more Samples can be downloaded from: http://docs.transfer-orm.com/wiki/Presentation_Recordings.cfm

    (Thu, 21 Aug 2008 04:00:00 GMT)

  • NCFUG and Mark Mandel on Introduction to Building Applications with Transfer ORM

    When developing an Object Oriented web based application, it is normal to have a database with relational tables and a series of objects that represent that data. Often, the amount of time and effort it takes to manually map these objects back and forth from a database is large, and can be very costly. Object Relational Mappers (ORM) were developed to cut down the amount of time this process takes, and automate the translation between a relational database and an Object Oriented system. Transfer ORM's main focus is to automate the repetitive tasks of creating the SQL and custom CFCs that are often required when developing a 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. This presentation will outline the basics of what an Object Relational Mapper is, the use case for using one within web application development, as well as taking a code centric, step by step view of how to install, configure and use the basic functionality of Transfer ORM

    (Mon, 04 Aug 2008 04:00:00 GMT)

  • DataFaucet ORM... relax, have a drink

    DataFaucet is another ORM solution for CFML. Whether you're new to the concept, or familiar with them (and current solutions like Transfer or Reactor, and plans for Hibernate in CF9), this talk will explain how DataFaucet eliminates the busy work of writing queries and making changes to your database schema. Get an overview of tools that were able to eliminate almost 600 lines of code from Ray Camden's Galleon forums application while adding features and flexibility. Learn how to create ActiveRecord objects that know their own database tables and relationships and can automatically install their own required tables across a variety of database platforms including (but not limited to) MS Access, MS SQL Server, MySQL and Oracle. It will include a brief comparison of these tools with Transfer ORM (from Mark Mandel / CompoundTheory) and Reactor ORM (from Doug Hughes / Alagad)

    (Fri, 11 Jul 2008 04:00:00 GMT)

  • Introduction to Building Applications with Transfer ORM

    When developing an Object Oriented web based application, it is normal to have a database with relational tables and a series of objects that represent that data. Often, the amount of time and effort it takes to manually map these objects back and forth from a database is large, and can be very costly. Object Relational Mappers (ORM) were developed to cut down the amount of time this process takes, and automate the translation between a relational database and an Object Oriented system. Transfer ORM?s main focus is to automate the repetitive tasks of creating the SQL and custom CFCs that are often required when developing a 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. This presentation will outline the basics of what an Object Relational Mapper is, the use case for using one within web application development, as well as taking a code centric, step by step view of how to install, configure and use the basic functionality of Transfer ORM.

    (Thu, 05 Jun 2008 04:00:00 GMT)

  • Introduction to Building Applications with Transfer ORM

    A code centric walkthrough of using Transfer basic features, to get you up and running

    (Sun, 27 Apr 2008 04:00:00 GMT)

  • Advanced Transfer ORM Techniques

    Transfer's main focus is to generate and manage the CFCs that represent the data in your application, and it provides a slew of capabilities that work with this aspect and provide you with some very powerful functionality. This talk will cover some of Transfer's 'extra' functionality above and beyond the basic Object Relational Mapping aspects, including: Caching: Transfer has a caching layer that is intergrated with it that can provide significant performance gains. How and why to configure it's different options, and how to use the various cache related methods will be covered. Observable Events: Transfer provides a variety of Events that it fires when certain operations are performed. By utilising these events, other CFCs in a system can be notified of changes, TransferObjects can be manipulated, and so much more. Decorators: If extending the functionality of generic TransferObjects is needed, Decorators are the answer, but there are all sorts of interesting ways to use them. Transfer Query Language: An easier way to write an application's Gateway SQL by leveraging the already built object configuration. Doing a SQL statement that joins three tables with one statement and six keywords? Yes Please! Extending the previous presentation's Calendar application will also be used to demonstrate some of these capabilities.

    (Thu, 17 Apr 2008 04:00:00 GMT)

  • Developing Applications with Transfer ORM

    Bob Silverberg delivers Mark Mandel's introductory presentation on Transfer ORM to the Toronto CFUG.

    (Fri, 11 Apr 2008 04:00:00 GMT)

  • IECFUG - Mark Mandel on Transfer ORM

    Mark Mandel presenting on Transfer ORM

    (Fri, 02 Nov 2007 04:00:00 GMT)

  • cfFrameworks workshop: Transfer ORM

    Mark Mandel explains what ORM is, why to use an ORM, what is Transfer, why to use Transfer and how to use Transfer.

    (Thu, 30 Aug 2007 04:00:00 GMT)