Peter Bell presented a session on 'RAD OO' concepts - things that help him get more code done. I like listening to Peter Bell and reading his blog but I must confess to not understanding a lot of what he talks about.
Some of the things in his presentation:
He favors XML configuration over programming. It allows him to automatically process code, enforce constraints, generate documentation, and run tests.
He believes in using Base Classes. Most code is similar and can be broken into a baseService, baseDAO, and baseController
He uses Optional Classes. You should only create CFCs with code and all others should instantiate base classes.
His biggest advance is using Iterating Business Objects. They can encapsulate a recordset, handle iteration through it, and create generic getters/setters (which can be overloaded).
I started getting lost around this point.
Posted by jhusum - 11:16 PM - General - Comments - Link to this entry
There are no comments for this article at this time.
Post your comment:
Fields marked with R are required.