db4o Developer Community
Developer Community db4o open source object database, native to Java and .NET
Register   |  Login
  Search
  • Forums
  • Documentation
  • Resources
  • Downloads
  • Blogs
  • About

What is db4o?

Tags

  • android
  • benchmark
  • db4o-7.12
  • db4o-7.13
  • db4o-8.0
  • documentation
  • maven
  • Poleposition
  • release notes
  • source code

Archive

  • July, 2010 ( 3 )
  • June, 2010 ( 2 )
  • May, 2010 ( 5 )
  • February, 2010 ( 1 )
  • January, 2010 ( 3 )
  • November, 2009 ( 3 )
  • October, 2009 ( 6 )
  • September, 2009 ( 1 )
  • August, 2009 ( 3 )
  • June, 2009 ( 4 )
  • May, 2009 ( 3 )
  • March, 2009 ( 5 )
  • February, 2009 ( 1 )
  • January, 2009 ( 4 )
  • December, 2008 ( 1 )
  • November, 2008 ( 4 )
  • October, 2008 ( 2 )
  • September, 2008 ( 3 )
  • August, 2008 ( 3 )
  • July, 2008 ( 4 )
  • June, 2008 ( 3 )
  • May, 2008 ( 2 )
  • April, 2008 ( 5 )
  • February, 2008 ( 5 )
  • January, 2008 ( 6 )
  • December, 2007 ( 1 )
  • November, 2007 ( 4 )
  • October, 2007 ( 4 )
  • September, 2007 ( 3 )
  • August, 2007 ( 2 )
  • July, 2007 ( 2 )
  • June, 2007 ( 1 )
  • May, 2007 ( 6 )
  • April, 2007 ( 3 )
  • March, 2007 ( 3 )
  • February, 2007 ( 1 )
  • January, 2007 ( 1 )
  • December, 2006 ( 3 )
  • November, 2006 ( 10 )
  • October, 2006 ( 2 )
  • September, 2006 ( 2 )
  • August, 2006 ( 2 )
  • July, 2006 ( 4 )
  • June, 2006 ( 5 )
  • May, 2006 ( 6 )
  • April, 2006 ( 4 )
  • February, 2006 ( 3 )
  • Home
  • Rss Feed

Product News

Referencing objects across VM boundaries

Whenever objects in an OO system need to be referenced outside their enclosing VM or VM session we have a problem. For instance, how to display a link to that specific object in the system in the text of an email message that it's being sent to an user? A different instance of the same problem is the scenario where a client application requests objects from a server application running in a different process (frequently in a different machine) and then submits the objects back after they were changed in some meaningful way by the user. A common solution to the first problem and a partial solution to the second one is to assign unique identifiers to every object that needs to be referenced across VM boundaries. A complete solution to the second one also requires some way to reconcile the state of the objects in the system after they have travelled back and forth. With the event system now exposed by db4o it is possible to start thinking of a reusable solution to the problems outlined above. The ... Read the rest of entry »
Posted on 8/15/2006 2:57 PM By Rodrigo B. de Oliveira
In: | 7 Comments

External Callbacks

Overview External Callbacks enable you to add Listeners to an ObjectContainer for the following db4o events Query Started Query Finished Creating (first time an object is about to be saved) Created (after the object is saved) Activating Activated Deactivating Deactivated Updating Updated Deleting Deleted All of the event types are defined in the EventRegistry interface, so keep an eye on that interface for any changes. Benefits Do not have to pollute your object model with persistence code With the old callbacks, you had to add methods to your objects like objectOnDelete() Multiple event handlers can be registered on particular events With the old callbacks, you could only have a single method on your objects C ... Read the rest of entry »
Posted on 8/14/2006 7:19 PM By treeder
In: | 6 Comments
Publish Confirmation
Are you sure you want to publish this entry?
On the request process...
Copyright ©2000-2010 by Versant Corp.
Privacy Policy