Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Spring Data RDF

  1. #11
    Join Date
    Feb 2006
    Location
    Randburg, South Africa
    Posts
    12

    Default

    As I investigate the QueryDSL stuff I come across mysema rdfbean project. Which has done a lot of the same as I am trying with Spring Data RDF.
    With some refactoring we should be able to incorporate rdfbean instead of RDFBeans and gain the QueryDSL support at the same time.

  2. #12
    Join Date
    Feb 2006
    Location
    Randburg, South Africa
    Posts
    12

    Default

    refactored to support mysema.rdfbean.
    Some issues remain outstanding with basic crud.
    RDFBeans had elegant mechanism for dealing with the subject. created explicit UID for now.
    RDFBeans support attributes occuring many times and could map to array. mysema.rdfbean requires a collection.

  3. #13
    Join Date
    Nov 2011
    Posts
    19

    Default

    very intresting topic, is there a working example app?

    thank you

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •