This post originated from an RSS feed registered with Agile Buzz
by Michael.
Original Post: Ruby on Rails and J2EE
Feed Title: TargetProcess Blog
Feed URL: http://feeds2.feedburner.com/Targetprocess
Feed Description: Agile development and processes, project management, programming practices, patterns, XP(eXtreme Programming), SCRUM, Crystal, TargetProcess news, what else?
Interesting comparison of Ruby on Rails and J2EE. Author shows that J2EE application may be quite similar to RoR application (well, if you use Struts and Hibernate instead pure Servlets & EJB :). But code base of Ruby app is much more simpler and cleaner, and there is no XML configuration files! Good news for C# lovers is that MonoRail project provides something similar (with Ajax support!).