Curious about the future of data-driven systems? Join our Data Engineering roundtable and learn how to build scalable data platforms.
Data Engineering: The industry has come a long way from organizing unstructured data to adopting today's modern data pipelines. See how.
Developer at Individual
San Francisco, TZ
Joined Nov 2007
Stats
| Reputation: | 31 |
| Pageviews: | 145.0K |
| Articles: | 0 |
| Comments: | 43 |
Comments
Jan 30, 2014 · German Viscuso
Feb 16, 2012 · Maik Jablonski
Dec 16, 2010 · mitchp
Oct 16, 2010 · Micke Sundberg
Jun 25, 2010 · Damasia Maneiro
Jun 25, 2010 · Tony Thomas
Jun 25, 2010 · Tony Thomas
Jun 25, 2010 · Tony Thomas
Jun 25, 2010 · Damasia Maneiro
Jun 25, 2010 · Damasia Maneiro
Jun 23, 2010 · Damasia Maneiro
Hi Lucas. I believe it's the other way round, first the mapping (table <-> object) process takes time and second db4o uses b-tree indexes for fast access. I can verify this on a simple benchmark that compares db4o vs SQLite where db4o is faster (taken from a benchmark published by the guys that provide Perst). If you want to actually try the benchmark please contact me privately and I'll send it to you.
Moreover the simplicity and time saved are pretty obvious here: http://developer.db4o.com/Projects/html/projectspaces/android_password_manager.html (see the code comparisons, the video sucks)
Best!
Jun 23, 2010 · Damasia Maneiro
Hi Lucas. I believe it's the other way round, first the mapping (table <-> object) process takes time and second db4o uses b-tree indexes for fast access. I can verify this on a simple benchmark that compares db4o vs SQLite where db4o is faster (taken from a benchmark published by the guys that provide Perst). If you want to actually try the benchmark please contact me privately and I'll send it to you.
Moreover the simplicity and time saved are pretty obvious here: http://developer.db4o.com/Projects/html/projectspaces/android_password_manager.html (see the code comparisons, the video sucks)
Best!
Jun 23, 2010 · Tony Thomas
Hi Lucas. I believe it's the other way round, first the mapping (table <-> object) process takes time and second db4o uses b-tree indexes for fast access. I can verify this on a simple benchmark that compares db4o vs SQLite where db4o is faster (taken from a benchmark published by the guys that provide Perst). If you want to actually try the benchmark please contact me privately and I'll send it to you.
Moreover the simplicity and time saved are pretty obvious here: http://developer.db4o.com/Projects/html/projectspaces/android_password_manager.html (see the code comparisons, the video sucks)
Best!
Jun 23, 2010 · Tony Thomas
Hi Lucas. I believe it's the other way round, first the mapping (table <-> object) process takes time and second db4o uses b-tree indexes for fast access. I can verify this on a simple benchmark that compares db4o vs SQLite where db4o is faster (taken from a benchmark published by the guys that provide Perst). If you want to actually try the benchmark please contact me privately and I'll send it to you.
Moreover the simplicity and time saved are pretty obvious here: http://developer.db4o.com/Projects/html/projectspaces/android_password_manager.html (see the code comparisons, the video sucks)
Best!
Jun 23, 2010 · Tony Thomas
Hi Lucas. I believe it's the other way round, first the mapping (table <-> object) process takes time and second db4o uses b-tree indexes for fast access. I can verify this on a simple benchmark that compares db4o vs SQLite where db4o is faster (taken from a benchmark published by the guys that provide Perst). If you want to actually try the benchmark please contact me privately and I'll send it to you.
Moreover the simplicity and time saved are pretty obvious here: http://developer.db4o.com/Projects/html/projectspaces/android_password_manager.html (see the code comparisons, the video sucks)
Best!
Jun 23, 2010 · Damasia Maneiro
Hi Lucas. I believe it's the other way round, first the mapping (table <-> object) process takes time and second db4o uses b-tree indexes for fast access. I can verify this on a simple benchmark that compares db4o vs SQLite where db4o is faster (taken from a benchmark published by the guys that provide Perst). If you want to actually try the benchmark please contact me privately and I'll send it to you.
Moreover the simplicity and time saved are pretty obvious here: http://developer.db4o.com/Projects/html/projectspaces/android_password_manager.html (see the code comparisons, the video sucks)
Best!
Jun 23, 2010 · Tony Thomas
Hi Eric. Nice use of generics, I believe it quite works to simplify the example. But I agree that using interfaces so that you can plug in whatever persistence provider you want might be overkill for Android (can't really say until we see code).
Best.
Jun 23, 2010 · Tony Thomas
Hi Eric. Nice use of generics, I believe it quite works to simplify the example. But I agree that using interfaces so that you can plug in whatever persistence provider you want might be overkill for Android (can't really say until we see code).
Best.
Jun 23, 2010 · Tony Thomas
Hi Eric. Nice use of generics, I believe it quite works to simplify the example. But I agree that using interfaces so that you can plug in whatever persistence provider you want might be overkill for Android (can't really say until we see code).
Best.
Jun 23, 2010 · Damasia Maneiro
Hi Eric. Nice use of generics, I believe it quite works to simplify the example. But I agree that using interfaces so that you can plug in whatever persistence provider you want might be overkill for Android (can't really say until we see code).
Best.
Jun 23, 2010 · Damasia Maneiro
Hi Eric. Nice use of generics, I believe it quite works to simplify the example. But I agree that using interfaces so that you can plug in whatever persistence provider you want might be overkill for Android (can't really say until we see code).
Best.
Jun 23, 2010 · Damasia Maneiro
Hi Eric. Nice use of generics, I believe it quite works to simplify the example. But I agree that using interfaces so that you can plug in whatever persistence provider you want might be overkill for Android (can't really say until we see code).
Best.
Jun 23, 2010 · Damasia Maneiro
Hi Eric. Nice use of generics, I believe it quite works to simplify the example. But I agree that using interfaces so that you can plug in whatever persistence provider you want might be overkill for Android (can't really say until we see code).
Best.
Jun 23, 2010 · Tony Thomas
Hi Eric. Nice use of generics, I believe it quite works to simplify the example. But I agree that using interfaces so that you can plug in whatever persistence provider you want might be overkill for Android (can't really say until we see code).
Best.
May 26, 2010 · German Viscuso
Mar 17, 2010 · German Viscuso
Mar 11, 2010 · Payton Byrd
Here's a nice thread about a refactoring question (on Stackoverflow):
http://stackoverflow.com/questions/2420248/handling-data-maintenance-in-object-databases-like-db4oMar 10, 2010 · Payton Byrd
This article is mentioned in this developer podcast (minute 8):
http://techcast.chariotsolutions.com/index.php?post_id=590881Mar 08, 2010 · Payton Byrd
Hi mssimor, thanks a lot.
Let me point you in the right direction:
db4o works well on Android, performance is good. Of course you'll have to add the jar file to your Android project. For more info see the Android section on developer.db4o.com where you'll find a link to MapMe, a db4o based app available on the Android Market including source code. You might also want to take a look at the Android section on the db4o docs.
With regards to refactoring, db4o handles some scenarios automatically (eg. adding a member to a class). Please take a look at the refactoring page on the db4o docs
I also would like to add that db4o is compatible with several open source licenses (not only the GPL) via the dOCL.
Best!
German
Mar 08, 2010 · Payton Byrd
Hi mssimor, thanks a lot.
Let me point you in the right direction:
db4o works well on Android, performance is good. Of course you'll have to add the jar file to your Android project. For more info see the Android section on developer.db4o.com where you'll find a link to MapMe, a db4o based app available on the Android Market including source code. You might also want to take a look at the Android section on the db4o docs.
With regards to refactoring, db4o handles some scenarios automatically (eg. adding a member to a class). Please take a look at the refactoring page on the db4o docs
I also would like to add that db4o is compatible with several open source licenses (not only the GPL) via the dOCL.
Best!
German
Mar 08, 2010 · Payton Byrd
Hi mssimor, thanks a lot.
Let me point you in the right direction:
db4o works well on Android, performance is good. Of course you'll have to add the jar file to your Android project. For more info see the Android section on developer.db4o.com where you'll find a link to MapMe, a db4o based app available on the Android Market including source code. You might also want to take a look at the Android section on the db4o docs.
With regards to refactoring, db4o handles some scenarios automatically (eg. adding a member to a class). Please take a look at the refactoring page on the db4o docs
I also would like to add that db4o is compatible with several open source licenses (not only the GPL) via the dOCL.
Best!
German
Jan 22, 2010 · German Viscuso
Jan 20, 2010 · German Viscuso
Nov 01, 2009 · German Viscuso
Sep 01, 2009 · Carol McDonald
Sep 01, 2009 · Patrick Hunlock
Aug 31, 2009 · Peter Stofferis
The review lacks information on which programming language (or languages) are used in the code examples. Also, do you get full source code for the samples?
Best.
May 15, 2009 · Alvin Ashcraft
Nov 03, 2008 · German Viscuso
Sep 02, 2008 · Mr B Loid
Jul 13, 2008 · Alvin Ashcraft
Nov 09, 2007 · Peter Stofferis
Nov 09, 2007 · Peter Stofferis