Gregory Bond
gnb at itga.com.au
Fri Mar 28 10:09:42 EST 2003
> The idea behind ours is that lots of common-sense stuff just happens > automatically. For example, if there is an <input type="text" > name="foo"> and request.foo happens to be "bar", the engine spits out > <input type="text" name="foo" value="bar"> without being asked. Albatross (http://www.object-craft.com.au/projects/albatross/) does this sort of thing very well, and supports CGI or mod_python with the same script (with a bit of trickery). But it might be a bit hard to cut over existing products to use it.
|