Hi, I am working on this application for which we have to write framework services like reporting, logging, exception handling, security. Since these services are are to be used through the project, i am thinking of exposing the instances of these services through a service container which has reference to the objects of these individual services. Although i can somehow write it but i want to do it in a good design-pattern oriented way.
How to go about solving this problem? Any reference to where this problem has already been tackled with.
Thanks
Edit: I was reading some thing about service layers. Doesn't it have to do something with facade pattern??I dont know....