Play Scala's Anorm, Heroku and PostgreSQL Issues
From Javalobby:This article is the 5th in a series on about my adventures developing a Fitness Tracking application for my talk at Devoxx in two weeks. Previous articles can be found at:. AnormIn my...
View ArticleThe Last PHP PDO Library You Will Ever Need
From leftnode.com:Despite my best efforts, I have not had a chance to learn Scala like I wanted to earlier in the year. I was commissioned to build a large scale web application right after I made the...
View ArticleUsing MongoDB with Morphia
From javacodegeeks.com:A tutorial on how to use the NoSQL DB MongoDB with Morphia, a Java library which acts sort of like an ORM for MongoDB.Click here to read moreTagged: #mongodb #java #nosql #orm
View ArticlewxPython and SqlAlchemy: An Intro to MVC and CRUD
From The Mouse Vs. The Python:In this article, we will be creating a program to store our personal books or perhaps just the books you've read. It will demonstrate how to combine wxPython and...
View ArticleA Small ADO.NET Library with Some ORM Capabilities
From CodeProject:Download source - 20.26 KB. This is not meant to be a full blown ORM solution nor is it claimed as such. The purpose is to map one object to one table/view and allow the user to...
View Article15.12. Using custom annotations in PHP
From blog.mayflower.de:When developing enterprise software one should always keep an eye on writing code that is easily maintainable, testable and extendable. Design patterns already propose a way to...
View ArticleThe Switch: Python to Node.js
From journal.paul.querna.org:In my previous post, I glossed over our team switching from Python to Node.js. I kept it brief because the switch wasn't the focus of the post, but since I believe I am...
View ArticleDocument Databases and Data Migrations
From myNoSQL:Since CouchDb is inherently unstructured, there's no global schema that you manage to control your data's structure. That's often a good thing, because it gives you flexibility, but it can...
View ArticleUsing SilkJS ORM and ExtJS Grids Together
From DailyJS:Mike Schwartz is a regular writer for JSMag and the creator of SilkJS. SilkJS is a very fast JavaScript based HTTP server that was designed to work with ExtJS. All code for the server is...
View ArticleHibernate Tutorial 01 - Introduction To Object/Relational Mapping
From java-tv.com:This initial video explains the the mismatch between object and relational models and what Object/Relational Mapping (ORM) is. ORM is the concept that Hibernate uses to facilitate the...
View Articleentityspaces.js - A Knockout/Javascript ORM
From entityspaces.net:Are you ready to jump into the HTML5/Javascript arena? If so we have a great solution for you. We have come a long way on entityspaces.js system and would like to show you some...
View ArticleSharePoint and NHibernate - problem with NHibernate.ByteCode.Castle.dll
From tomaszrabinski.pl:I often use NHibernate to work with SQL database. It's a very mature ORM solution for .NET which allows You to freeley "talk" with any database.Click here to read moreTagged:...
View ArticleA JavaScript ORM for Knockout – Cool Stuff
From entityspaces.net:From mobile devices to large scale enterprise solutions in need of serious transaction support, EntitySpaces can meet your needs. Whether you're writing an ASP.NET application...
View ArticleA generic repository
From CodeProject:My own generic repository.; Author: Nathan Gloyn; Updated: 1 Jan 2012; Section: Libraries; Chapter: Platforms, Frameworks & Libraries; Updated: 1 Jan 2012Click here to read...
View ArticleOracle Provider Gets EF Support
From InfoQ:Oracle has recently released Oracle Data Access Components (ODAC) 11.2 Rel 4 with support for Entity Framework 4.1 and 4.2. This will allow .NET developers working with Oracle database to...
View Articlenode.js first try with express and jade
From tagsobe.wordpress.com:Over christmas, I took the time to learn about node.js, not for high performance realtime chatting or such, but by creating an ordinary simple Web App. Read some experiences...
View ArticleORAPOCO: ORM Light to work with Oracle
From Geeks With Blogs:The purpose of this post, is to speak of a small project that I have just published: ORAPOCO. You can find it both in GITHUB or Nuget. It is a small project that will allow to...
View ArticleGoogle: MoreSQL is Real
From williamedwardscoder.tumblr.com:The post NoSQL no more: let's double down with MoreSQL is said tongue-in-cheek. But its more true and serious and real than the NoSQL crowd want to admit.Click here...
View ArticleUsing Hibernate to Implement Multi-tenant Cloud Architecture
From DevX:Hibernate is an excellent Java ORM tool but it lacks the features required to implement a multi-tenant cloud architecture. Don't let that stop you.Click here to read moreTagged: #java #cloud...
View ArticleMicha Kops: JPA Persistence and Lucene Indexing combined in Hibernate Search
From java.net:Often we're writing an application that has to handle entities that – on the one side need to be persisted in a relational database using standards like the Java Persistence API (JPA) and...
View Article