The problem with ORM in 9 was in my opinion it was 2 versions too late. Many people who have that requirement have rolled their own using e.g. the GetMetaData() with CFCs, there are many example of simple ORM like frameworks. My company has at least 4 different ones we've rolled for different purposes.
The problem with any abstraction is that developers can over use it then wonder why the performance sucks or their config files are more complex to maintain than equivalent self rolled DAOs or Stored Procedures. I know of countless people that started using ORM or their own self rolled arrays of value objects only to have to revert when the performance sucked when scaled. So for me lack of ORM is a good thing, the engineering effort VS reward is highly questionable. My 2p A On 19 February 2012 06:25, nitish pandey <[email protected]> wrote: > no ORM doesn't bother you at all? All that science of maintainability is > bs? > > 2012/2/17 Peter J. Farrell <[email protected]> > >> Trenatos said the following on 02/16/2012 01:06 PM: >> >> Which version of CF is OpenBD compatible with? >>> >> ACF9 except no ORM (which doesn't bother me at all) and maybe a few other >> things I don't recall. >> >> >> -- >> Peter J. Farrell >> OpenBD Steering Committee / Mach-II Lead Developer >> [email protected] >> [email protected] >> >> http://blog.maestropublishing.**com <http://blog.maestropublishing.com> >> Identi.ca / Twitter: @maestrofjp >> >> -- >> online documentation: http://openbd.org/manual/ >> google+ hints/tips: >> https://plus.google.com/**115990347459711259462<https://plus.google.com/115990347459711259462> >> >> http://groups.google.com/**group/openbd?hl=en<http://groups.google.com/group/openbd?hl=en> >> >> Join us @ http://www.OpenCFsummit.org/ Dallas, Feb 2012 >> > > > > -- > -Nitish > "Faith is a free Option" > http://www.forcesofindia.com/profiles/np > > -- > online documentation: http://openbd.org/manual/ > google+ hints/tips: https://plus.google.com/115990347459711259462 > http://groups.google.com/group/openbd?hl=en > > Join us @ http://www.OpenCFsummit.org/ Dallas, Feb 2012 > -- Alex Skinner Managing Director Pixl8 Interactive Tel: +448452600726 Email: [email protected] Web: pixl8.co.uk -- online documentation: http://openbd.org/manual/ google+ hints/tips: https://plus.google.com/115990347459711259462 http://groups.google.com/group/openbd?hl=en Join us @ http://www.OpenCFsummit.org/ Dallas, Feb 2012
