Archive for 8th November 2007

What is tough in Java Servlets is Easy in Ruby / Rails

I am amazed at the flexibility of Rails. I needed a way to dispatch between the portal and a tool and communicate which “context” / “site” the tool is supposed to operate in.
In Sakai we have complex stuff like a request filter and obtuse code buried in portal to accomplish this.
In Ruby it is trivial…

Continue reading ‘What is tough in Java Servlets is Easy in Ruby / Rails’ »