Hi Mark

It makes sense to keep all Transfer usage within the DAO layer.

So your saying your service calls a DAO and within your DAO you
utilise Transfer for the simple queries and any method requiring a
complex query you just write it straight into the DAO?

Cheers
Matthew

On Apr 1, 10:01 am, Matt Quackenbush <[email protected]> wrote:
> I have 100% of my database code extracted into a DAO, which handles all
> interaction with Transfer, as well as all custom queries.  By doing this,
> should I ever change away from Transfer (God forbid), all of my changes will
> be made in a single place.  None of my services or controllers or business
> objects will know any different.
>
> HTH
--~--~---------~--~----~------------~-------~--~----~
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