[plt-scheme] Re: Web Server Documentation Reorganization

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Fri Nov 14 16:59:41 EST 2008

Just realized the copy from the blog didn't get the links.

Docs:
http://docs.plt-scheme.org/web-server/index.html

Writing Servlets:
http://docs.plt-scheme.org/web-server/Writing_Servlets.html

Stateless:
http://docs.plt-scheme.org/web-server/stateless-servlets.html

HTTP module:
http://docs.plt-scheme.org/web-server/http.html

On Fri, Nov 14, 2008 at 6:44 AM, Jay McCarthy <jay.mccarthy at gmail.com> wrote:
> The PLT Web Server manual was organized too much like a reference
> manual with little guide to a user to understand how some modules fits
> in to the big picture. I've reorganized the documentation with the
> following paradigm:
>
> --- Running the Web Server
> --- Writing Servlets
> --- Extending the Web Server
>
> Other improvement related to this: I've added examples to almost every
> servlet function. I have integrated the stateless and non-stateless
> servlet documentation to put stateless servlets on a more secure
> footing and make it clear that they are usable in real applications.
> I've created an HTTP sub-module that encapsulates most of the HTTP
> handling. (This will limit the need to use what used to be considered
> internal Web Server functions.)
>
> Jay
>
> --
> Jay McCarthy <jay at cs.byu.edu>
> Assistant Professor / Brigham Young University
> http://jay.teammccarthy.org
>
> "The glory of God is Intelligence" - D&C 93
>



-- 
Jay McCarthy <jay at cs.byu.edu>
Assistant Professor / Brigham Young University
http://jay.teammccarthy.org

"The glory of God is Intelligence" - D&C 93


Posted on the users mailing list.