OOWeb 0.65 review

Download
by rbytes.net on

OOWeb is a lightweight, embedded HTTP server for Java applications that maps objects to URL directories, methods to pages and form/qu

License: LGPL (GNU Lesser General Public License)
File size: 0K
Developer: Bob Tetley
0 stars award from rbytes.net

OOWeb is a lightweight, embedded HTTP server for Java applications that maps objects to URL directories, methods to pages and form/querystring arguments as method parameters.

This allows for unparalleled ease in creating, deploying and testing web applications and most importantly, it's fun to use!

OOWeb was unashamedly inspired by CherryPy.

Here are some key features of "OOWeb":
GET/POST
HTTP Sessions
Cookies
Logging
Static content
Replicated sessions to transparently distribute user sessions to all OOWeb instances on a network. Requires zero configuration.
Security with either HTTP BASIC or forms based authentication.
Very portable (pure Java and compatible with Sun JDK 1.4, Kaffe, JamVM, SableVM, GIJ/GCJ, etc.)
Incredibly lightweight (v0.5 is just 50k) with no external dependencies
Quick to learn - get a basic dynamic website running from scratch in 10 minutes

What's New in This Release:
Urgent bugs were fixed in the session cleaner, MIME types, and default cookie paths.

OOWeb 0.65 search tags