Populating 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 Articleauthority 2.0.0
From RubyGems.org:Authority helps you authorize actions in your Rails app. It's ORM-neutral and has very little fancy syntax; just group your models under one or more Authorizer classes and write plain...
View ArticlePopulating a business logical layer from Stored Procedures
From CodeProject:Download source code - 730.9 KB. Run the SQL script to create the database. Change the startup project to TestSite.Click here to read moreTagged: #nhibernate #sql #orm #properties
View ArticleThe Developer/Non-Developer Impedance Mismatch
From Javalobby:Most software developers have probably heard of and even had experiences with the object-relational impedance mismatch (often addressed with ORM tools), the object-XML impedance mismatch...
View ArticleShow HN: libsaas, it's libcloud for SaaS
From libsaas.net:Libsaas : It's like an ORM for SaaS!Click here to read moreTagged: #python #distributed #apis #libraries #mit #orm
View ArticleJava App on MongoDB in 30 Minutes
From Javalobby:I have recently been bitten by the NoSQL bug - or as colleague of mine Mark Atwell coined "Burn the Where!" movement. While I have no intention of shunning friendly "SELECT ... WHERE"...
View ArticleSqlalchemy In Reverse - Wichert Akkerman
From wiggy.net:When using data in a relational database you often use an Object Relational Mapper (ORM) so you can pretend that you are only dealing with standard objects instead of having to deal with...
View ArticleFlasky goodness (or why django sucks?) - Kenneth Reitz
From reinout.vanrees.org:Kenneth will try to go easy on Django, he actually likes it. So it won't be the customary "django sucks" talk :-). He's made http://python-guide.org, the hitchhiker's guide to...
View ArticleUnfold POCO with Entity Framework
From CodeProject:Plain Old CLR Object or POCO is a simple object to be used with a complicated, special object framework such as an ORM component.Click here to read moreTagged: #clr #dotnet #frameworks...
View ArticleToo much abstraction: Doctrine and PHP
From till.klampaeckel.de:Personally — I feel like I'm really, really late to get on the Doctrine train. I've tried Doctrine 1 a few years back and found it mostly too complicated for my needs. For all...
View ArticleFrom 2010: Why I Decided Not to Use Cassandra
From DZone Architect Zone:Recently I started working on a project, in my spare time, and I hope it will eventually get large amounts of data, so I started thinking about scalability very early. I’m...
View ArticleNHibernate Mapping Samples - 50 Samples of NHibernate Mapping
From blogs.devart.com:NHibernate is a widely used open-source ORM solution for .NET Framework. It is well-known for its great flexibility in mapping .NET classes to database tables, because it supports...
View ArticleChoosing an ORM strategy
From lostechies.com:One of the mistakes I see people make (and have made myself) is assuming that you must choose exactly one ORM strategy for an entire database/application/system. It's simply not the...
View ArticleMind-Bending Factories
From Giant Robots Smashing:CommentsClick here to read moreTagged: #ruby #facebook #orm #twitter
View ArticleA Slicker Typesafe Stack: Q&A with Martin Odersky
From Javalobby:Typesafe announced this morning that the Scala Language Integrated Connection Kit (Slick) has been added to its Typesafe Stack. Slick has been mentioned in Michael Azoff's Typesafe...
View ArticleGroovy Baby!
From java-tv.com:Over the last months, Groovy has gone from being something I used occasionally as a convenience to being my go to programming language. In this session I would like to show some of the...
View ArticleDataObjects.Net releases a community version and some goodies
From Geeks With Blogs:I have been following the events at X-tensive.com and excited by the release of DataObjects.Net community license and new features in version 4.5.I have always had a sweet spot on...
View ArticleKerosene Maps: A dynamic and configuration-less Entity Framework designed for...
From CodeProject:Kerosene is the configuration-less self-adaptive and dynamic ORM library that has been developed to let you avoid all those external mapping and configuration files, dynamically...
View ArticleExtending Kerosene ORM for WCF support
From CodeProject:An extension to the Kerosene ORM library that permits seamless database operations in WCF scenarios; Author: Moises Barba; Updated: 2 Sep 2012; Section: Database; Chapter: Database;...
View ArticleKerosene ORM: a dynamic, self-adaptive and configuration-less ORM with no...
From CodeProject:The fifth incarnation of a dynamic and self-adaptive ORM library with full support for POCO objects, that doesn’t require any mapping or configuration files, and with support for...
View ArticleSQLifying NoSQL – Are ORM tools relevant to NoSQL
From DZone Architect Zone:If you reached this page, it's fair to assume that you must have worked on at least one relational database in your lifetime. They have been in use for a quarter of a century...
View ArticleKerosene Maps: A dynamic and configuration-less Entity Framework designed for...
From CodeProject:Kerosene is the configuration-less self-adaptive and dynamic ORM library that has been developed to let you avoid all those external mapping and configuration files, dynamically...
View ArticleExtending Kerosene ORM for WCF support
From CodeProject:An extension to the Kerosene ORM library that permits seamless database operations in WCF scenarios; Author: Moises Barba; Updated: 24 Sep 2012; Section: Database; Chapter: Database;...
View ArticleObject Relational Mapping (ORM) using NHibernate - Part 1 of 8 Coding One to...
From CodeProject:For object relational mapping in a rapid application development setup using c#, the default choice is Language Integrated Query and the other main option is NHibernate. There are...
View ArticleDjango Performance: Latency Kills
From DZone Architect Zone:Do you know how many database queries your Django pages are making? If you're like me, you probably don't know exactly. That's the beauty of the ORM; it...Click here to read...
View ArticleObject Relational Mapping (ORM) using NHibernate - Part 2 of 8 Coding...
From CodeProject:A full series of 8 part articles to show One-To-One, Many-To-One, Many-To-Many associations mapping using NHibernate, Using Collections With NHibernate, Inheritance Relationships Using...
View ArticlearrayDB, a New and Easy PHP ORM
From InfoQ:Share. I've seen many PHP ORM libraries. Most of them make you write a new class for each item you want to keep in the database.Click here to read moreTagged: #php #ruby #jruby #ironruby...
View ArticleValgrind Support for MonoTouch
From InfoQ:Jamie Wright introduces some of the tools, libraries, and methods used to build a SaaS system in Ruby on Rails. Dean Wampler discusses the strengths and weaknesses of MapReduce, and the...
View ArticleObject Relational Mapping (ORM) using NHibernate - Part 3 of 8 Coding...
From CodeProject:A full series of 8 part articles to show One-To-One, Many-To-One, Many-To-Many associations mapping using NHibernate, Using Collections With NHibernate, Inheritance Relationships Using...
View ArticleObject Relational Mapping (ORM) using NHibernate - Part 4 of 8 Coding...
From CodeProject:A full series of 8 part articles to show One-To-One, Many-To-One, Many-To-Many associations mapping using NHibernate, Using Collections With NHibernate, Inheritance Relationships Using...
View ArticleMatt Trout's Data::Query coming soon
From Perl.org Blogs:Sitting here in the Italian Perl Workshop and have been enjoying the talks and the excellent food. I was thinking about Matt Trout's Data::Query talk from yesterday.Click here to...
View ArticleObject Relational Mapping (ORM) using NHibernate - Part 5 A of 8 - Coding...
From CodeProject:A full series of 8 part articles to show One-To-One, Many-To-One, Many-To-Many associations mapping using NHibernate, Using Collections With NHibernate, Inheritance Relationships Using...
View ArticleObject Relational Mapping (ORM) using NHibernate - Part 5 - B of 8 Coding...
From CodeProject:A full series of 8 part articles to show One-To-One, Many-To-One, Many-To-Many associations mapping using NHibernate, Using Collections With NHibernate, Inheritance Relationships Using...
View ArticleDon't Use JSON And XML As Internal Transfer Formats
From Javalobby:Senior Java developer, one of the top stackoverflow users, fluent with Java and Java technology stacks - Spring, JPA, JavaEE. Founder and creator of http://welshare.com .Click here to...
View ArticleWorking with MongoDB using Kundera
From DZone Architect Zone:Kundera – a JPA 2.0 (Java Persistence API) based ORM library was originally developed for Cassandra database. A support for Hbase was later added to...Click here to read...
View ArticleObject Relational Mapping (ORM) using NHibernate - Part 6 of 8 - Coding...
From CodeProject:A full series of 8 part articles to show One-To-One, Many-To-One, Many-To-Many associations mapping using NHibernate, using collections with NHibernate, inheritance relationships using...
View ArticleObject Relational Mapping (ORM) using NHibernate - Part 7 of 8 Completing the...
From CodeProject:A full series of 8 part articles to show One-To-One, Many-To-One, Many-To-Many associations mapping using NHibernate, Using Collections With NHibernate, Inheritance Relationships Using...
View ArticleScala-oriented ORM framework for productivity and functional programming
From sorm-framework.org:A pure case-classes oriented ORM framework for ScalaClick here to read moreTagged: #scala #frameworks #orm #releases #scalability
View ArticlenTier Code Generator
From CodeProject:Download ORM-noexe.zip - 186 KB Download ORM.zip - 223.5 KB. If you are new to n-tier architecture this tool will give you a helping hand to understand what you are building. If you...
View ArticleNode Roundup: thin-orm, node-tar.gz, connect-bruteforce
From DailyJS:thin-orm (License: MIT, npm: thin-orm) by Steve Hurlbut is a lightweight ORM module for SQL databases with a MongoDB-inspired APIClick here to read moreTagged: #node #middleware...
View ArticleWCF by Example - Chapter XV - RavenDB Implementation
From CodeProject:WCF by example is a series of articles that describe how to design and develop a WPF client using WCF for communication and NHibernate for persistence purposes. The series introduction...
View ArticleShortcomings in the Django ORM and a look at Peewee, a lightweight alternative
From charlesleifer.com:In this post I'd like to talk about some of the shortcomings of the Django ORM the ways peewee approaches things differently, and how this resulted in peewee having an API that...
View Article