Re: Background, requirements and use cases

>
> * Tarawa - http://www.mnot.net/tarawa/
> This is an early version of an API that maps Web resources directly to
> objects; i.e., HTTP methods map to methods on the object, the object
> has a 'children' property which contains a dictionary of resource names
> and Resource instances. This approach to HTTP brings some specific
> requirements, such as being able to easily figure out the resource
> hierarchy.
Not sure if this is relevant to 'web description formats', but similar to
tarawa is a system I built called Xang that maps http resources and requests
to objects where the mapping is described by XML and methods can be
implemented as javascript within that XML document (which can then invoke
methods on other objects, etc.) http://xml.apache.org/xang/overview.html

It's a bit rusty and old, and I haven't tried an install with newer servlet
containers, but there is some interesting stuff in there.

Received on Thursday, 26 May 2005 03:07:12 UTC