Archive for the 'Ruby On Rails' Category

JRuby JMS as a replacement for ActiveMessaging

Monday, February 25th, 2008

I was talking to JRuby committer Ola Bini at RailsConf a few weeks ago about our ActiveMessaging solution, and he suggested we try using JRuby and JMS instead. By using JMS, we can eliminate the poller and have a truly “Event Driven” solution. So I’ve been playing around with JRuby and JMS in my spare […]

Flex, Rails, ActiveMQ and Stomp

Monday, February 25th, 2008

by Flex On Rails
Apache ActiveMQ
Apache ActiveMQ is the most popular and powerful open source Message Broker.
Apache ActiveMQ is fast, supports many Cross Language Clients and Protocols and many advanced features while fully supporting JMS 1.1 and J2EE 1.4. Apache ActiveMQ is released under the Apache 2.0 License.
ActiveMessaging
ActiveMessaging is an attempt to bring […]

Rolling with Ruby on Rails Revisited

Sunday, January 27th, 2008

Maybe you’ve heard about Ruby on Rails, the super productive new way to develop web applications, and you’d like to give it a try, but you don’t know anything about Ruby or Rails.
That’s how the original version of Rolling with Ruby on Rails, published almost two years ago now, began. And it was true. Ruby […]

Ajax on Rails

Sunday, January 27th, 2008

In a few short months, Ajax has moved from an obscure and rarely used technology to the hottest thing since sliced bread. This article introduces the incredibly easy-to-use Ajax support that is part of the Ruby on Rails web application framework. This is not a step-by-step tutorial, and I assume that you know a little […]