- Home
- » Technology
- » Frameworks
- » Transfer
Transfer
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 is a ColdFusion Object Relational Mapping Library. 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 ORM knows how to generate objects, and how to manage them and their relationships back to the database.
- More information on Transfer ORM website: http://www.transfer-orm.com/
- Documentation and Wiki: http://docs.transfer-orm.com/
RSS Delicious - Transfer
- February 5, 2009
- Transfer ORM - Dashboard - CodexWiki
- October 2, 2008
- Codex Base Install - Dashboard - CodexWiki
- October 2, 2008
- Compound Theory - Transfer ORM
