|
|
Browse by Tags
All Tags » xml (RSS)
-
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 ...
-
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'' ...
-
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 ...
-
Estaría bueno, que este tipo de configuración se pudiera hacer por xml.
-
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 ...
-
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 ...
-
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 ...
-
Tanbién está:
http://xstream.codehaus.org/
Saludos,
German
-
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
|
|
|