Hi Blake,
I choose this name because of the following document from Tim Berners Lee:
http://www.w3.org/Provider/Style/URI.html
Regards,
Jérôme.
Quoting Michael Blake Day <[EMAIL PROTECTED]>:
> I actually thought this was a joke at first until I looked it up... Strange
> name for a class =).
>
, 2003 7:32 PM
Subject: Re: [OS-webwork] creating custom URIs
>
> Use the CoolUriServletDispatcher instead of the default
> WebWorkServletDispatcher (in web.xml). Isn't that a cool feature?
>
> --- Michael Blake Day <[EMAIL PROTECTED]> wrote:
> > Hi everyone!
> &
Use the CoolUriServletDispatcher instead of the default
WebWorkServletDispatcher (in web.xml). Isn't that a cool feature?
--- Michael Blake Day <[EMAIL PROTECTED]> wrote:
> Hi everyone!
>
> What's the best method to avoid using a QUERY_STRING in URIs?
>
> For example, I'd like to use the foll
Hi everyone!
What's the best method to avoid using a QUERY_STRING in URIs?
For example, I'd like to use the following:
http://www.mydomain.com/cart/add-item/1/
Instead of:
http://www.mydomain.com/cart/add-item.do?itemId=1
If it matters, I'd like to use Orion as my application server. Also, in