Hi,
We're contemplating implementing a service layer (as described by Martin Fowler) within our current development as a way to process common processes within our system.
What are peoples thoughts on a service layer? What examples of process' have people implemented service layers for? What are the benfits/drawbacks etc?
We currently use the Zend Framework.