Explanation of the Model-View-Controller architectural pattern. Some intereresting links from here to different frameworks that implement MVC - including a couple of JavaScript frameworkI have not heard of: Archetype (French?), and JavaScript MVC.
I thought Ruby on Rails would be more prominent in this article as the "hot new thing" based on MVC, but it just has a single link in the article now.
2 FaversShareQuoted: they are taking something that was so complex to begin with and adding more complexity in order to make it simple
Should be an entry at the Daily WTF.
1 FaverShareViewed: 8 TimesRelated Content from Around Faves
ruby
-
Ruby Object Inspection Tricks
1 FaverViewed: 4 Times - keston - Aug 08 20071 FaverViewed: 17 Times
- bopper - Jun 15 20091 FaverViewed: 4 Times
rail
-
1 FaverViewed: 48 TimesQuoted: The Ruby on Rails (ROR) framework is typically run under Apache on both Linux and Windows Systems. For those that do not wish to use Apache to host their solutions on windows, one alternative is running under Internet Information Services (IIS) World Wide Web Publishing (W3SVC) service. The installer packages Shane Careveo's Fast-CGI ISAPI filter in conjuction with Ionic's Rewrite ISAPI filter and my IIS scripts to allow for integration with IIS under Windows XP or Windows Server 2003. This is a complete solution for hosting your Ruby Rails application under IIS. The installer is compiled using the Nullsoft Installer System (NSIS). IIS setup is handled by my vbscripts and executed from the installer. It installs the Rewrite filter, FCGI filter (including registry config settings), Ruby FCGI bindings and configures the IIS website.
- laurel - Jul 14 20081 FaverViewed: 4 Times
- vanessafox - Jun 06 20081 FaverViewed: 24 Times
