This post originated from an RSS feed registered with Java Buzz
by Matt Raible.
Original Post: Ruby on Rails vs. Struts
Feed Title: Raible Designs ~ We Build Web Apps
Feed URL: http://static.raibledesigns.com/500.html
Feed Description: Opinions and tips on how to build web applications using Java. Currently using Hibernate, Struts, XHTML, CSS, Ant, JUnit and XDoclet.
After looking at the various introductory tutorials for RubyOnRails,
a lot of people seem to come away thinking it is a simple CRUD
framework -- mostly because of Scaffolding. A common theme seems to be,
"well, it looks fast for slapping together a prototype, but when you
need control, you it ain't there." I can see why people think that way,
after watching the 10-minute video, and the reading the ONLamp tutorial. So here is a stab at a guided tour, using Struts
as a point of reference.
Good stuff Brian - can't wait for the next tutorial.