db4o Developer Community

db4o open source object database, native to Java and .NET
Welcome to db4o Developer Community Sign in | Join
in Search
More Search Options

Browse by Tags

All Tags » ObjectContainer » Client/Server   (RSS)
  • Problems with embedded databases using Web Services with Axis.

    Hello! I'm doing some web services that use an embedded form of BD in db4o. When I make the request to a service any of the place, I create a static object ObjectServer for all services can use to access it, that is, the object instance in the form of BD Singleton. All services are functioning correctly if I go either locally or ...
    Posted to db4o User Forum (Forum) by dexes on October 20, 2008
  • Several Object Containers are created per transaction

    In C/S web-app I open ObjectServer and ObjectContainer's without using context listeners.I use Db4oUtil where ObjectServer is declared as static and ObjectContainer's are stored in ThreadLocal. In DAO layer ObjectContainer is called by method D4oUtil.getObjectContainer(). Thus server is created when the first client is autorized and ...
    Posted to db4o User Forum (Forum) by nadeza on September 27, 2007