Alan Livie
Member since Dec 11, 2008
- Profile: /members/1742-alan-livie.htm
- Comments: 3
Recent Blog Comments By Alan Livie
-
Object Oriented Programming And ColdFusion - What's The Point?
Posted on Oct 30, 2008 at 5:35 AM
@Jonny - you said 'OOP Does make alot of sense to use if you are coming from the systems analysis and design approach rather than just sit down and start coding.' I have to disagree. Using an Agile approach you may start off with a unit test and an empty cfc, write a few lines of test code then m... read more »
-
Hal Helms On Object Oriented Programming - Day Five
Posted on Oct 26, 2008 at 4:47 AM
Thanks for all these posts Ben. Food for thought. I have been in the DomainObject.validate() and DomainObjectService.save(DomainObject) camp and although I'm open to the idea of moving validation up into the service layer I'm not up for moving the persist messages up to the controller. I'd love to... read more »
-
OOPhoto: Facade Layer Integrated Between Controller And Service Layers
Posted on Oct 21, 2008 at 11:44 PM
Enjoying the articles. I'm currently wrestling OO myself and have spent the last few months realising I have been building an 'anemic domain model' as I had far too much business logic in the services and my BO's were mainly data holders with some dumb getters and setters. I think asking a service... read more »