[plt-scheme] servlet development, again

From: David Van Horn (dvanhorn at cs.uvm.edu)
Date: Tue Jan 27 00:02:29 EST 2004

Daniel Silva wrote:
> Here is a sample servlet module that comes with the web-server:

Yes, I understand.  Sorry, I don't think I phrased the question quite right.
If you add a call to request-bindings in that servlet, it won't work.  Neither
adding the servlet teachpacks nor requiring servlet.ss or servlet-helper.ss
helps.  And develop-servlet, the advertised way to do this, is nowhere to be
found.

But I see why now, the module needs to require servlet-sig.ss.  I had thought
this file only applied to the unit/sig approach.  The documentation could be a
little more helpful; nowhere does it state where the request structure is
defined and mentions servlet-sig only in the context of unit/sig servlets.
Also, all the examples are units except the one you posted, which doesn't use
the request accessors.

Thanks,
David



Posted on the users mailing list.