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 » xml   (RSS)
  • Re: XML Native Database engines and db4o

    viabsb:Is it possible to develop a way for db4o write xml files and act with a xml native database like sedna or eXist or another one? The ideia is to have the registers in xml files. It would be possible to turn db4o into a pure XML database by writing a reflector layer that operates against XML. This would be a very nice community ...
    Posted to db4o Product Developer Forum (Forum) by Carl Rosenberger on May 27, 2008
  • Re: Config. desde Xml

    No encontré código para lo que estaba necesitando (no sé donde está). La idea es poder configurar algunos aspectos de db4o como unique constraints e indices por xml. Este ejemplo-borrador puede clarificar mi idea: --  <?xml version=''1.0'' encoding=''utf-8'' ?><db4o assembly=''db4oif.Test'' ...
    Posted to Spanish (Forum) by uooopaa on August 21, 2007
  • Re: Duplicidad de Objetos

    Antes de seguir con este tema que no es de este hilo,  Mauro, quedó solucionado tu problema o tenes más dudas ? ----  Ahora sí: Si, bajo reflection tiene que ser por que no se puede hacer esto: configuration.objectClass(''Item'') solamente se puede hacer esto: configuration.objectClass(Item.class) Es decir, no hay sobrecargas de ...
    Posted to Spanish (Forum) by uooopaa on August 20, 2007
  • Re: Duplicidad de Objetos

    Estaría bueno, que este tipo de configuración se pudiera hacer por xml.
    Posted to Spanish (Forum) by uooopaa on August 20, 2007
  • Marshal By Value for Persistence

    I was recently writing about how to use Marshal By Value with db4o and was very surprised how little information could I found on this actually simple subject. So, to contribute to the global network - here is another Marshal By Value example, this time with xml. Download RemotingXml.zip - 11.3 KB Introduction RemotingXml project was developed ...
    Posted to planetdb4o (Weblog) by Anonymous on May 25, 2007
  • Re: XmlBeans with db4o

    Hi! No, the project is not open source but is not sold to customers either. The example above was just to demonstrate my problems and has not much to do with the actual project. One problem I encountered when using XmlBeans was, that the Beans could not be stored in db4o (NotStorableException). For some strange reason this applied only to Beans ...
    Posted to db4o User Forum (Forum) by Peter Schübel on March 2, 2007
  • XmlBeans with db4o

    Hello!I am working on a project where various application data is initially read in from XML files. This data may later be updated through a remote connection. Via another remote connection, the data is made available to another computer that does further processing. Basically we have several sources that need to be managed. Therefore it is ...
    Posted to db4o User Forum (Forum) by Peter Schübel on February 19, 2007
  • Re: Db4o Integration Framework

    Tanbién está: http://xstream.codehaus.org/ Saludos, German
    Posted to Spanish (Forum) by German Viscuso on December 7, 2006
  • Re: Db4o Integration Framework

    Nico genial. Echale una mirada a Digester para levantar objetos desde un XML http://jakarta.apache.org/commons/digester/ Pero es solo Java, ojo. Saludos y gracias, German
    Posted to Spanish (Forum) by German Viscuso on December 7, 2006