Hey All,
I have a question for you, I am trying to think of how to implement a business requirement to add logging/timing/performance to all the accesses to external sources (via DAO's).
I was hoping to add something to the DAO interface to hide it from the developers to make it easier. I was thinking about wrapping the DAO implementation and having my DAO interface extend it.
I was wondering if any of you have done this before?
Thanks
eOk