On Tue, Oct 21, 2008 at 9:42 AM, Jorge Loyo <[EMAIL PROTECTED]> wrote:
> > This is my second day playing with transfer and I have a small sample > app with Mach-II, ColdSpring and transfer working together. > > I have a few questions though: > > 1) Unless I plan to have custom DAO or Gateway methods, I no longer > need to create these CFCs myself, am I correct? Yup. > > 2) Are "decorators" required? or are they created only when you want > to add a custom method to the bean? No. And decorators aren't even required if you want to add a custom method. http://docs.transfer-orm.com/wiki/Custom_Methods.cfm If you just want to add a custom method just a few simple methods, that might be a way to go. > > 3) If a decorator isn't required then what would be the "returntype" > of a service method returning a bean? Any. :) I believe that the object is transfer.com.transferobject. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
