Jonathan Street: Django and Scrapy
From jonathanstreet.com:I'm currently working on a project which centres around pulling in data from an external website, "mashing" it up with some additional content, and then displaying it on a...
View ArticleUsing Fluent NHibernate for XML-Free Class Mapping
From DevX:NHibernate, the lightweight object relational mapping (ORM) tool for .NET, has a statically compiled counterpart called Fluent NHibernate. In essence, Fluent NHibernate is a XML-less, compile...
View ArticleQuick dive into Ruby ORM object initialization
From Merbist:Benchmark and profile graphs (perftools) of ORM object allocations using ActiveRecord, Datamapper and Sequel. What's going on when you initialize an AR object.Click here to read...
View ArticleEpisode #250 - February 28th, 2012
From Ruby5 Podcast:In this episode we do the robo boogie all while discussing REE end of life, preparing your app for Rails 4 & Ruby 1.9, Ruby ORM Initialization slowness, Mutation, spell checking...
View ArticleHow do you code in MVC/MTV
From pythondiary.com:Model-view-controller or what Django calls Model-Template-View is a global programming phenomenon. Even though it was around for many decades, it was not as widely used as it is...
View ArticleHow do you code in MVC/MTV
From pythondiary.com:Model-view-controller or what Django calls Model-Template-View is a global programming phenomenon. Even though it was around for many decades, it was not as widely used as it is...
View ArticleJava Persistence 2.0
From java-tv.com:The Java Persistence API is the standard API for object-relational mapping for Java EE and Java SE. In response to requests from the community, it has beenClick here to read...
View ArticleHibernate Java Persistence
From java-tv.com:Java Persistence 2 is closing the gap and standardizes even more persistence related features. What does this mean in the context of the Hibernate project? Generally speaking, what’s...
View ArticleHigh-quality screencasts for programmers.
From TekPub:In this episode Jon shows various ways to work with 4.0 Dynamics - a way to delay type inference until runtime (like Ruby or Javascript). Rob and Jon debate the merits of using dynamics...
View ArticleBeyond Java ORM: What Versant Did with the JPA (Part 1)
From Javalobby:Back in 2004 Sun Microsystems was struggling with the shortcomings of its Enterprise Java Beans (EJB) 2.0 and EJB 2.1 specifications. It was clear at the time that simplification of the...
View ArticleQxOrm - C++ ORM (Object Relational Mapping) Library - CodeProject
From CodeProject:QxOrm library has been accepted into the Qt Ambassador Program:QxOrm library web page on Qt official web site Persistence: Communication with a lot of databases (with 1-1, 1-n, n-1 and...
View ArticlePopulating a business logical layer from stored procedures
From CodeProject:Download source code - 204 KB. The zip file contains a VS 2010 solution and a SQL script to create a PersistenceTest database. It is intended to describe some basic concepts.Click here...
View ArticleEvolution of a Web Developer: From PHP Newbie To Python Ninja
From hubspot.com:Apologies for the title. Here's what I wanted the title to be:. because I don't like using the term ninja (or rockstar or guru).Click here to read moreTagged: #mongodb #django #php...
View ArticleEvolution of a Web Developer: From PHP Newbie To Python Ninja
From hubspot.com:Apologies for the title. Here's what I wanted the title to be:. because I don't like using the term ninja (or rockstar or guru).Click here to read moreTagged: #mongodb #django #php...
View ArticleSimeon Franklin: Short tutorial Django and Celery
From simeonfranklin.com:I filmed a short tutorial on setting up a developer config of Celery with Django. Celery lets you call Python functions as asynchronous tasks, to be run by a separate process....
View ArticleUsing Object-relational mapping (ORM) with Salesforce Entities
From Geeks With Blogs:Object-relational mapping (ORM) technique can bridge your logical business model with your physical storage model. Hibernate is a popular object-relational mapping library for...
View ArticleBuilding a higher-level query API: the right way to use Django's ORM
From dabapps.com:This blog post is based on a talk given at the Brighton Python User Group on April 10th, 2012. In this article, I'm going to argue that using Django's low-level ORM query methodsClick...
View ArticleReinout van Rees: Space invaders with SQLAlchemy - Michael Bayer
From reinout.vanrees.org:His talk is titled "space invaders, relational modeling and domain models, a mashup" instead of just the plain sqlalchemy that I expected :-) Space invaders He started his...
View ArticleWhy I Like ZODB
From plope.com:It's not a state secret that I like ZODB . It's a very civilized way to store web application data. I'll try to enumerate some of the most important reasons I like ZODB here, and why I...
View ArticleAda Database Objects 0.3.0 Released
From ada-dk.org:Ada Database Objects is a library that facilitates access to MySQL and SQLite databases and the mapping of database objects into Ada records, AKA an ORM.Click here to read moreTagged:...
View Article