java application server

Torquebox: An All-In-One Java/JBoss Powered Ruby Webapp Platform

Ruby Inside  Wed, 11/11/2009 - 17:43

torquebox2In the past two years we've seen a number of changes in the world of Ruby webapp deployment, but have you heard of Torquebox?

Built upon the Red Hat Inc.


 

Rack Makes It Onto JRuby

Ruby Inside  Sun, 05/11/2008 - 17:29

rack-logo.pngMost Ruby developers should be familiar with Rack, an interface / library that abstracts away a lot of the banalities of hooking up application code to HTTP servers.

It’s used by several Ruby Web application frameworks already, some as a default - such as Merb, and others as an optional extra - such as Rails.