That's already possible with "stateless" servlets, through the stuffer API,
I'll investigate doing it for stateful ones and get back to you.

Jay

On Sat, Dec 17, 2011 at 1:16 PM, Sam Tobin-Hochstadt <sa...@ccs.neu.edu>wrote:

> Would it be possible for programmer to provide a name generator, so
> that you could have pretty urls of the form:
>
> foo.com/session/175
>
> You'd have to ensure in the web server that there weren't conflicts
> with the names currently being managed, but it seems plausible.
>
> On Sat, Dec 17, 2011 at 3:12 PM, Jay McCarthy <jay.mccar...@gmail.com>
> wrote:
> >
> > It allows you to create URLs like
> >
> > /posts/456
> >
> > and if during the generation of that page you hit a continuation
> operation,
> > the URL will be something like
> >
> > /posts/456;gobbledygook
> >
> > where the last "clean" URL is inside of the current "ugly" URL.
>
>
>
> --
> sam th
> sa...@ccs.neu.edu
>



-- 
Jay McCarthy <j...@cs.byu.edu>
Assistant Professor / Brigham Young University
http://faculty.cs.byu.edu/~jay

"The glory of God is Intelligence" - D&C 93
_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users

Reply via email to