RAA - wakaba

wakaba / 0.1.0

Short description: CGI based web application framework
Category: Library/CGI
Status: experimental
Created: 2002-09-10 13:51:23 GMT
Last update: 2004-06-16 08:25:12 GMT
Owner: UENO Katsuhiro (Projects of this owner)
Homepage: http://www.blue.sky.or.jp/atelier/ruby/wakaba/
Download: http://www.blue.sky.or.jp/atelier/ruby/wakaba/wakaba-0.1.0.tar.gz
License: Ruby's
Dependency:
None
Description:

A framework for web applications.

Wakaba assumes a web application as one large object (or aggregation of several objects). It persists the application object until the application is done, and translates HTTP requests into method calls to the object.

The aim of Wakaba is only to link HTTP/CGI's world to Ruby's world smoothly. It never forces you to use MVC architecture; you can apply your favorite designs to your application under Wakaba.

Edit this project (for project owner)

back to RAA top