Neo4J

No-SQL Based Databases have loads of advantages. Especially when it comes to performance and development ease. My recent experiments with neo4j proved to be quite successful and also almost hassle-free. 

Starting with Neo4J-Maven-Spring

Using neo4j is pretty easy - you got nodes and properties and those nodes have relations. Doing a Mapping to pojos can be done quickly too - using spring-data-neo4j. And starting a new project is as easy as it goes with maven.
more...

Using the Neo4j Console in Tomcat and Embedded Mode

The neo4j Console is just plain cool. You go through your db like a folder structure, call cypher queries and simply adapt properties BUTit only runs in standalone mode with jetty. But you can quickly use it in any other project with a servlet and a few lines of javascript code.
more...

Site created with Corinis CCM