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 » client/server » db4o java   (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
  • Re: Newbie questions about db4o & large datasets...

    Edwin, Thanks for your reply and suggestions. I will look more closely in the reference documents... I also tried to incorporate your Configuration suggestions. My server code now reads:             Configuration config = Db4o.newConfiguration();           ...
    Posted to db4o User Forum (Forum) by jcubeta on December 19, 2007
  • Re: Native Queries in Client Server

    Okay, I finally figured out what the problem was with my NQ in Client/Server.  It basically came down to the anonymous inner class and how DB4O sends the query over the network to the server.  It wasn't able to serialize it correctly, so the query didn't work.  I moved my Predicates out of the dao class and into their own.  ...
    Posted to db4o User Forum (Forum) by bmg125 on August 3, 2007