I built an app using Transfer which was migrated across to Hibernate (when CF 9 was in beta). The key to it all was using an Abstract Service, Abstract Gateway and Abstract Entity (or decorators in Transfer) classes. That way the implimentation could be changed without changing the interface. I also wrote a few methods that gave me the meta data I needed to make the switch easier which I blogged here: http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/getting-metadata-from-cf9-orm-219
Hope that helps you get started. - John -- Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer You received this message because you are subscribed to the Google Groups "transfer-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/transfer-dev?hl=en
