Archive for 'java'

Ruby on Rails with Spring, Hibernate and JPA

Ruby on Rails with Spring, Hibernate and JPA

Scott led a session at Bar Camp extolling the virtues of running your Ruby on Rails app in a pure Java environment, accessing the same resources as your programming brethren.

Accessing a Java AXIS web service with Ruby and SOAP

I’ve been working with soap4r in Ruby to access some Java web services which use AXIS 1.1. The particular api I’m accessing requires an initial authentication call which returns a token that must be passed in all subsequent SOAP headers. This is a pretty common scenario, but it took me awhile to get [...]