-
How should I implement Singleton QueueManager. Just roughly the Design pattern is needed.
-
My application is talking with a XML RPC API. My first thought is that i use a repository pattern and make methods in there like the RPC endpoints. And I dont need any Models. Are there any better ideas how to do this?
Thanks
via Berger