Archive | ORM RSS feed for this section

ORM is an anti-pattern

ORM is initially simpler to understand and faster to write than SQL-based model codeIts efficiency in the early stages of any project is adequateUnfortunately, these advantages disappear as the project increases in complexity: the abstraction breaks down, forcing the dev to use and understand SQL

(Full Story: ORM is an anti-pattern)

Apache iBATIS is retired – Apache Attic

Apache iBATIS moved into the Attic in June 2010. iBATIS was a data mapper framework that made it easier to use a relational database with object-oriented applications. The iBATIS committers moved over to MyBatis which is the natural successor to iBATIS.
(Link: Apache iBATIS is retired – Apache Attic)


Follow

Get every new post delivered to your Inbox.