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?
2) Are "decorators" required? or are they created only when you want
to add a custom method to the bean?
3) If a decorator isn't required then what would be the "returntype"
of a service method returning a bean?

I have this function definition:
<cffunction name="createproduct" access="public" output="false"
returntype="com.model.product.product">

"com.model.product.product" is the path to my decorator, but if I
didn't have a decorator, what would I put there??



Thank you in advanced

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to