In message <3C8F98EA.2050809@imperitek.com>,
`David Corbin <dcorbin@imperitek.com>' wrote:
> I'm looking to build a framework that among other things may involve
> building pages by forwarding/including content from other (local) URLs.
Is it like RequestDispacher of JServlet?
There is no functionality for dispatching another
servlet which correspond to URL. And users must make
the functions to share information (such as session)
between servlets.
On the other hand, users can mount any frameworks on
WEBrick. Here's Div; a framework which gathers the
pieces of HTML like `include' directive. It works on
WEBrick and CGI.
http://www.jin.gr.jp/~nahi/RWiki/?cmd=view;name=Div
> Does webrick have any work in progess in this direction? I suppose the
> broader question would be, is there a roadmap for webrick?
First, I think that quality and usabilty of the
exsiting components should be raised. HTTPRequest,
HTTPResponse, etc..
We wants to make the built-in session management and
request dispatching mechanism.
But, the sufficient experience does not exist yet.
Any comments (and code) are welcome.
--
gotoyuzo