Wednesday, March 29, 2006

RDF Beanz

Robert Turner has been doing something interesting with JRDF and mapping RDF and Java together to get dynamic objects using RDF.

RDFBeans hot off the source control.

1 comment:

Rob said...

Thanks Andrew,

The version up there is just a prototype pre-release/proof of concept. I don't think it will stand up to the sledge hammering of peer-review just yet. I just wanted to get it into SVN so my source code was safe :P

I guess if you want a brief overveiw of what it is all about, you can take a look at the Session interface: http://svn.sourceforge.net/viewcvs.cgi/geko/rdfbeans/src/org/chitty/rdfbeans/session/Session.java?view=markup&rev=3

And how it can be used in anger in the JRDF Session Unit Test:
http://svn.sourceforge.net/viewcvs.cgi/geko/rdfbeans/src/org/chitty/rdfbeans/test/JrdfSessionUnitTest.java?view=markup&rev=3
(testUpdateBean)

Thanks,
Rob