Simple Blog Using jo4neo and Stripes

January 3rd, 2010 § 0

neoblog is a simple application I built to test drive jo4neo.  You are welcome to browse the code here for details not covered in this post. It demonstrates the feasibility of utilizing view tier objects to persist graph relationships.

neoblog with 3 posts

neoblog with 3 posts

» Read the rest of this entry «

User/Roles Pattern in jo4neo

December 18th, 2009 § 0

Roles and Users is a classic domain model well suited to representation as a directed graph. The neo4j team has provided us with a good summary of how to implement this pattern using neo4j here . Utilizing jo4neo we can also solve this problem via a combination of the neo graph database and simple java objects.  The code and maven build for this example are posted here.  I encourage you to run the example and browse the code.  We’ll need two domain classes, » Read the rest of this entry «

jo4neo: POJO object binding 4 neo4j 4 you!

December 9th, 2009 § 1

I have applied some of what I learned while writing jenabean towards a graph database called neo4j. It is strictly a simple tool for persisting java objects to a graph, and retrieving them back. I was able to get in a few features like auto-indexing. This is version 0.1…a very early release.

http://code.google.com/p/jo4neo/

Where Am I?

You are currently browsing the java category at The Web Semantic.