× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



During the past 
few weeks I've been dropping by Barnes and Noble in the evening, reading books 
on Ruby & Rails.  It's becoming even more clear why a lot of developers are 
getting hooked on it.  Interpreted runtime environments are seductive to begin 
with.  Type in and run a statement or two and you're immediately rewarded with 
a 
response.  Try something new and you immediately know whether it works, or not. 
 
No intermediate code validation, compilation, binding, or deployment steps, 
required.

 

Rails provides 
single command line utilities for setting up projects and generating CRUD 
applications.  Contrast that with Wizard and WYSIWYG IDEs that require dozens 
of 
point and click operations and property settings to accomplish the same 
thing.

 

Free, open-source 
languages, runtime environments, and tools are maturing and seem to be gaining 
momentum.  MIT's One Laptop Per Child program may lead to the production and 
distribution of millions of $100 linux-based laptops around the world.  I get 
the impression that kids could use a device like that for Rails development.  
Contrast that with the horsepower required to run a complex IDE like 
WDSC.

 

Ruby's philosophy 
of "convention over configuration" makes sense to me.  Name your application 
components after your database tables and eliminate a lot of steps and a lot of 
code related to object-relational mapping.  Contrast that with a framework like 
Hibernate, where you basically duplicate database meta data across runtime 
environments using a multiplicity of configuration files.

 

Separating code 
into Model-View-Controller components is not an option, in Rails.  It's the 
foundation, leading to good separation of code for 
maintenance.

 

Ruby's use of 
inheritance is also seductive.  Building new application components is a 
matter of extending pre-existing framework components, leading to minimal code 
requirements.

 

People are 
reporting performance and scalability comparable to Java and J2EE 
frameworks.

 

Nathan.






As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.