Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!

db4o

  • submit to reddit

Real Android apps leveraging db4o persistence engine (Part 2)

This the second delivery in a series of articles targeted at showing developers how db4o (an open source database that leverages today's object-oriented languages, systems, and mindset) is being used in several Android projects to avoid all the pitfalls and...

0 replies - 3545 views - 11/30/10 by German Viscuso in Articles

Uniscala Granite: A Wicket/db4o/Scala Web Stack

Interested members of the Scala community are apparently knocking down Sustainable Software Pty's door to find out about their new innovative web framework, which isn't even ready for release yet.  The Sustainable Software Blog was obliged to quench the...

0 replies - 4288 views - 09/22/10 by Mitchell Pronsc... in News

Real Android apps leveraging db4o persistence engine (Part 2)

This the second delivery in a series of articles targeted at showing developers how db4o (an open source database that leverages today's object-oriented languages, systems, and mindset) is being used in several Android projects to avoid all the pitfalls and...

1 replies - 3760 views - 09/08/10 by German Viscuso in Articles

Real Android apps leveraging db4o persistence engine (Part 1)

This the first delivery in a series of articles targeted at showing developers how db4o (an open source database that leverages today's object-oriented languages, systems, and mindset) is being used in several Android projects to avoid all the pitfalls...

1 replies - 5846 views - 07/19/10 by German Viscuso in Articles

Using db4o in an Android application

db4o is an object database, ie. forget about mapping of tables in a relational model. If you're a developer that translates into savings in time invested in your application and volume of code. db4o's great potential is that you can reuse your (plain,...

8 replies - 8546 views - 06/23/10 by Damasia Maneiro in Articles

db4o 8 Looks Great

The decade-old, open source 'database for objects' has managed to stay speedy and relevant in its old age.  As it reaches version 8.0 with a developer release this week, db4o is getting significant performance upgrades - in fact, they're the theme of this...

3 replies - 8274 views - 05/13/10 by Mitchell Pronsc... in News

(Distributed) Object Database Tutorial

Unlike the developers of the pre-internet era, today's developers are writing inherently object oriented code.  The object oriented approach is required, as software complexity is growing under the pressure to deliver higher business value while dealing...

0 replies - 6926 views - 04/25/10 by German Viscuso in Articles

db4o: Simple POJO Persistence

Ranging from mobile to web applications, and from plain old Java to Scala or Groovy dialects, a modern Java developer always needs an ace in the hole when it comes to dealing with data persistence. Ideally, you're looking for a solution that gives you enough...

7 replies - 13470 views - 03/05/10 by German Viscuso in Articles