DAOs and Gateways in ColdFusion
Some thoughts on Data Access Objects and Gateways within ColdFusion, and whether or not we really need both of them?
What are DAOs and Gateways?
Firstly a quick overview of what these are:
Data Access Object and Gateways are the names given to ColdFusion components that access information from a database or other external data source. Within the ColdFusion community DAOs and Gateways have pretty much taken on the meaning as follows.
