RAA - rubywebdialogs/0.0.8

rubywebdialogs / 0.0.8

Short description: The Web Browser as a User Interface for Ruby Applications
Category: Library/GUI
Status: alpha
Created: 2004-04-18 11:59:22 GMT
Last update: 2004-05-05 21:44:57 GMT
Owner: Erik Veenstra (Projects of this owner)
Homepage: http://www.erikveen.dds.nl/rubywebdialogs/
Download: http://www.erikveen.dds.nl/rubywebdialogs/download/rubywebdialogs.rb
License: GPL
Dependency:
None
Description:

RubyWebDialogs is a platform independent graphical user
interface for Ruby applications. It generates HTML and serves
it with an internal HTTP server, so you can use your favorite
web browser as the front end for your Ruby application. All
this means, that it can be used on almost every platform, like
Ruby itself.

The basic idea of RubyWebDialogs is to keep development simple,
so one can build simple applications in a couple of minutes and
not-that-simple applications in a couple of hours. It's not
meant for building big applications or things like adding
functionality to the corporate's web site. (They'll use Java,
anyway...) But if things get faster, and more stable, and more
feature-rich, and more community driven, and more integrated
with WEBrick, and Apache, well, who knows what all this will
lead to... For now, it's just a thing I already use for almost
a year and want to share.

You don't have to know anything about HTML, or HTTP, or
cookies, or TCP/IP or anything else that's necessary to
communicate with browsers over a network. All that has to be
and is covered by RubyWebDialogs. The only thing you need to
know, besides Ruby, is the very basics of XML, because it's
used to define the layout of the screens.

RubyWebDialogs doesn't require any external packages, no
RubyXML, no WEBrick, no Amrita. Just plain Ruby. 1.6 or 1.8,
maybe even an older one.

RubyWebDialogs applications can be used over a network as well.
A simple authentication mechanism is built in.

Versions: [0.2.0 (2005-06-04)] [0.1.2 (2004-12-17)] [0.1.1 (2004-12-05)] [0.1.0 (2004-11-28)] [0.0.11 (2004-09-03)] [0.0.10 (2004-08-21)] [0.0.9 (2004-06-07)] [0.0.8 (2004-05-05)] [0.0.7 (2004-04-28)] [0.0.6 (2004-04-23)] [0.0.5 (2004-04-22)] [0.0.4 (2004-04-22)] [0.0.3 (2004-04-21)] [0.0.1 (2004-04-18)]

Edit this project (for project owner)

back to RAA top