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...
View ArticleJRuby
I am familiar with Ruby on Rails. I think that is the best Framework for Web Development. Yesterday I installed JRuby. That is the Ruby language implemented in Java. It is pretty good. Here is the...
View ArticleUsing 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...
View ArticleCould not find gem_plugin-0.2.3 in any of the sources
Today I added activerdf to a rails project. I am running the project with jRuby. By starting the app I got this Error Message: Could not find gem_plugin-0.2.3 in any of the sources I could fix it by...
View ArticleMizuno
Mizuno is Webserver for JRuby on Rails. I looked for different options to run my JRuby App. After some googleing I found Mizumo. It was very easy to install: jruby -S gem install mizuno and very easy...
View ArticleJRuby + 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:...
View ArticleTrinidad HTTP Server for JRuby
Trinidad is another HTTP Server for JRuby. I installed it with: jruby -S gem install trinidad I used before Mizuno. But I had some issues with Mizuno on my Linux Server. I still didn’t figured out why...
View Article