JRuby + Neo4J Problems

I have JRuby on Rails app, which is using an ueber JAR to access Neo4J. The Neo4J database is in the rails root directory unter “data/”. By starting the HTTP Server I got today this Exception: IllegalArgumentException: No index provider ‘lucene’ found. Maybe the intended provider (or one more of its dependencies) aren’t on theContinue reading “JRuby + Neo4J Problems”

Using Java in Rails with JRuby

JRuby is a pretty good Java implementation of Ruby. One of the biggest advantages of JRuby is that you can use Java Classes in your Ruby on Rails App. You can import JARs and take advantages of all the Java Libraries and Frameworks. In that way you don’t have to throw away your old JavaContinue reading “Using Java in Rails with JRuby”

JRuby + Spring + AspectJ + Neo4J

I am playing around with JRuby and Neo4j as Graph Engine. My set up on the backend side contains a Java Application with Spring Annotations, AspectJ and Neo4J. In the frontend I have a Rails App with JRuby. Any time I try to access a class that have an annotation like “@NodeEntity”, I get anContinue reading “JRuby + Spring + AspectJ + Neo4J”