[cfaussie] OO Application Architecture

2012-01-03 Thread Gavin Baumanis
Hi Everyone, I was recently chatting at work about how we might go about architecting a new application. I suggested that we have; Objects, Service Managers and Gateways. Whereby the ServiceManager is the public API for the gateway. Then I got asked , Why? I explained that it was good

Re: [cfaussie] OO Application Architecture

2012-01-03 Thread Mark Mandel
Short answer - Often the service layer proxies the gateway, but not always. Also, there is no reason a archive layer couldn't communicate to multiple gateways and/or services. Mark Sent from my mobile doohickey. On Jan 4, 2012 11:46 AM, Gavin Baumanis beauecli...@gmail.com wrote: Hi