Transfer to offer Training, Support, and certification

Mark Mandel is transforming his ORM Transfer into Professional Open Source Software. This means that Mark will be offering paid for services based around the the ORM that will include training, support, and certification.

If you are interested in any of this make sure you let him know via the his contact form, or via the Transfer Google Group.

Read all about it at http://www.compoundtheory.com/?action=displayPost&ID=281

Transfer on ColdFusion Community

Comments (0) Print Send del.icio.us Digg It! Linking Blogs

633 Views | Posted At : January 21, 2008 3:10 AM | Posted By : Andy Jarrett
Related Categories: Transfer

Advanced Transfer ORM presentation recording

CFFrameworks arranged another online presentation with Mark Mandel who gave an in depth workshop on advanced Transfer ORM techniques.

Lasting just short of an hour the presentation covered

  1. Caching with Transfer
  2. Observable Events
  3. Decorators
  4. Transfer Query Language (TQL)

Check it out at(and all the chatter) at http://adobechats.adobe.acrobat.com/p36459808/

Comments (0) Print Send del.icio.us Digg It! Linking Blogs

956 Views | Posted At : November 28, 2007 10:43 AM | Posted By : Andy Jarrett
Related Categories: Transfer

Transfer and TQL

I love working with Transfer and Mark Mandel has done an amazing feat of giving it some really good documentation. But I remember when I was getting started I was looking for a rough guide to the TQL language for Transfer and how to implement it. So based on all the information at www.transfer-orm.com/transfer/documentation/ here's a quick start to TQL.

Please note: I am presuming you already know how to set up Transfer and have basic knowledge of how it works.

For this example here is our Transfer.xml configuration file:

<package name="post">
   <object name="Post" table="post_table">
      <id name="postid" column="postid" type="numeric"/>
      <property name="postText" type="string" column="postText" />
      <property name="postDate" type="date" column="postDate" />
   </object>
</package>

[More]

Comments (2) Print Send del.icio.us Digg It! Linking Blogs

1033 Views | Posted At : October 23, 2007 12:56 AM | Posted By : Andy Jarrett
Related Categories: Transfer, Rough Guide

Transfer and a Java Loader problem

I've been slowly getting into Mark Mandel's Transfer recently. The problem is the last time I was testing the ORM was before the CF8 upgrade. So last night as I was playing around I got the following error message"

[More]

Comments (5) Print Send del.icio.us Digg It! Linking Blogs

1534 Views | Posted At : August 21, 2007 1:37 AM | Posted By : Andy Jarrett
Related Categories: Transfer, Adobe/MM, ColdFusion