TOP

The Power of JRuby

Courtesy of JRuby Collateral

I hesitated about using JRuby at first. I spend days beefing up on Java, which I hadn’t used in years. Even though I had been using Ruby on Rails for about a year, I felt more intimidated by JRuby than going back to Java. To be fair, the project I was working on involved integrating with complicated, legacy code. I started from a place of FUD.

It took me fighting with Spring MVC to get it to return JSON without a view to say “Fuck it” and try JRuby on Rails. It was a revelation … just like the first time I used Rails itself. Eventually, that code got moved from JRuby on Rails to JRuby Resque jobs and it was then that I realized the true power of JRuby. (more…)

Read More
TOP

Quick hit: Where the hell is the JLink.jar file?

I am working on a web service that connects with some Mathematica code. Mathematica offers a handy Java connection called JLink. There site is rif with articles and jDocs … and yet, they don’t tell you how to download or where to find the freakin’ JLink.jar file. (more…)

Read More