Search:

Type: Posts; User: stomat06; Keyword(s):

Search: Search took 0.02 seconds.

  1. XStream creates xml-Strings with null-values too...

    XStream creates xml-Strings with null-values too (when using NodeEntities).

    How a UseCaseSpecificProduct could look like (so that projectTo is possible)?

    @NodeEntity
    public class Product{

    ...
  2. We want to serialize the entity with...

    We want to serialize the entity with relationships (e.g. a Product with a Set of Subproducts).

    We tried to set up a web service (JAX-WS), an EJB, tested java serialization and JSON: Same result...
  3. Thanks for your reply! Do you have an idea by...

    Thanks for your reply!

    Do you have an idea by when serializtion is possible for NodeEntities?
    Copying the data to another domain class level will cause to much effort. We currently have to...
  4. SDG: How to remove linkage between Domain Object and NodeBacked?

    Hey friends,

    when loading a node out of NEO4Js graph database into our java domain object, there is a linkage between this object and the underlying NodeBacked object.
    This linkage causes some...
  5. Spring Data Graph - Loaded Object Serialization Problem

    Hi all,

    We tried to serialize an Domain-Object (Pojo with Spring Data Graph Annotations), which we have loaded before from the neo4j graph database.

    We tried out Java Serialization and JAXB...
  6. The graph store is only on server-side. On client...

    The graph store is only on server-side. On client side there are only the java domain classes availbale to instatiate the received objects. I've tried following: Accessed the stateless session bean...
  7. Hi Michael, thx for your comments! Yes I...

    Hi Michael,

    thx for your comments!


    Yes I have.


    As mentioned above in my first post, I've already tested that, and you're right, it works this way. (See coding extraction GraphService...
  8. Spring Data Graph and EJB3 - Serialization Problem

    Hi everyone,

    We actually evaluate Spring Data Graph, whether it make sense to use it for our project.

    I despair at the following problem:
    Sending a domain object via a Stateless Session Bean...
Results 1 to 8 of 8