Choosing a Framework for the Enterprise
From Javalobby:My company has just created an architecture team to help standardize our programming tools and application design. It’s a small but growing financial company and we have 50 or so...
View ArticleORM is an anti-pattern
From seldo.com:I tweeted about ORM last week, and since then several people have asked me to clarify what I meant. I have actually previously written about ORM, but it was in the context of a larger...
View ArticleActive record pattern: Information from Answers.com
From answers.com:In software engineering, the active record pattern is an architectural pattern found in software that stores its data in relational databases. It was named by Martin Fowler in his 2003...
View ArticleHanselminutes.com: Rewriting a 5 year old VB.NET WebForms application as an...
From Scott Hanselman:I'm planning on updating the Hanselminutes.com website to look more modern and look more like this newly redesigned blog. Until then, one of the things I wanted to try was to...
View ArticleIs OR/M an anti pattern
From ayende.com:This article thinks so, and I was asked to comment on that. I have to say that I agree with a lot in this article. Click here to read moreTagged: #sql #databases #orm #relational
View ArticleDDD: The Generic Repository
From Codebetter:This discussion came up on the alt.net list last night and I had this post about half way done so I agreed to push it to the top of my stack and get it done for today given the...
View ArticleDesign Patterns for Data Persistence
From Microsoft:Contents. Data access is a popular subject among developers. No doubt you've heard plenty of opinions on specific data access technologies and persistence frameworks, but what's the best...
View Articlestart [persistence.js]
From persistencejs.org:persistence.js is an asynchronous Javascript object-database mapper. It has database-independent abstractions and can therefore easily be ported to new databases. Click here to...
View ArticleP of EAA: Repository
From martinfowler.com:Mediates between the domain and data mapping layers using a collection-like interface for accessing domain objects. A system with a complex domain model often benefits from a...
View ArticlerestSQL Overview
From restsql.org:restSQL is an ultra-lightweight data access layer for HTTP clients. restSQL is a persistence framework or engine in the middle tier of a classic three tier architecture: client,...
View ArticleHibernate Mapping Cheat Sheet
From ndpsoftware.com:integer, long, short. Java primitives or wrapper classes to appropriate (vendor-specific) SQL column types. Java primitives or wrapper classes to appropriate (vendor-specific) SQL...
View ArticleRelational data persistence with Apache Empire-db
From incubator.apache.org:Apache Empire-db is a relational database abstraction layer and data persistence component that allows developers to take a much more SQL-centric approach in application...
View Articlecustom aggregates on django
From coder.cl:Python provides a query API through its ORM library. All models can define queries using the most common aggregates like Sum, Avg, Max, Min and Count. Since you cannot use SQL functions...
View ArticleIntroduction to Sandra: The Cassandra ORM
From Teach Me To Code:From the category archivesClick here to read moreTagged: #ruby #rails #cassandra #coding #orm #screencasts #video
View ArticleHow to Implement MySQL Sharding - Part 3
From scalebase.com:In the previous post of this series (which can be found here) I discussed how to migrate your data once you have decided how to shard your schema. Once your data is sharded, it’s...
View ArticleModel Generator (Teach Me To Code - free)
From Teach Me To Code:Here’s an introduction to creating a Rails connector gem for an ORM with a model generator. HackerBooks.com - find and explore books from StackOverflow and HackerNews!Click here...
View ArticleThe (non-)sense of NoSQL O(R)M frameworks
From DZone Architect Zone:NoSQL seems to be ready for prime time. Several NoSQL companies, including 10gen (MongoDB), DataStax (Cassandra) and Neo Technology (Neo4J), recently received millions in...
View ArticleCreating a Database-driven Fuel PHP Application
From PHP Builder:PHPBuilder.com, the resource for PHP tutorials, templates, PHP manuals, content management systems, scripts, classes and more for the PHP developer.Click here to read moreTagged: #php...
View ArticleMeet DataMapper ORM, the Unified Ruby Interface for Data Stores
From Developer.com:The DataMapper ORM library lets Ruby developers effortlessly plug into a wide variety of data stores. Get a demo of this powerful tool.Click here to read moreTagged: #datamapper...
View ArticleYour web platform runs on an Oracle database? You must be Nuts!
From scalebase.com:This is the second blog post in a series designed to assist companies who wish to migrate their code from Oracle to MySQL. In the first post of the series I tried to explain why you...
View Article