Ruby on Rails and J2EE: Is There Room for Both?

Ruby on Rails is a relatively new web application framework built on the Ruby language. It is billed as an alternative to existing enterprise frameworks, and its goal, in a nutshell, is to make your life -- or at least the Web development aspects of it -- easier. This article will contrast the Rails framework against a typical J2EE implementation using common open source tools that are regularly found in enterprise applications.

Followup to the Linux Desktop Distribution of the Future

After AKAImBatman's wildly popular (and heavily criticized) look at what the future of the Linux Desktop might look like, Mr. Batman has decided to write a followup article where he attempts to clear up many of the misconceptions readers have about the original article. In addition, Mr. Batman uses the second part of the series to give technical details about how some of the concepts might be implemented.

Sun Firms Up Its Sparc Chip Plans

This article describes in detail what to expect from Sun when it comes to the SPARC platform. The 8-core Niagara chip, now planned for early 2006, is the most impressive: "In practical terms, what Niagara delivers is a chip that consumes about 56 watts that has about the same performance on infrastructure workloads as a four-way SMP rig of Xeon processors or a two-way setup using dual-core Xeons. These Xeon setups will consume hundreds of watts per processor."

Django: Another “Rails” Web Framework

Django for Python is the most recently announced of what is becoming a long line of web frameworks inspired by Ruby on Rails. Others that have popped up include MonoRail for .NET & Mono, Subway for Python, Trails for Java, Catalyst and Maypole for Perl. In the context of all these rails derivatives, this article on "Could Rails have been built without Ruby?" is an interesting read.