Re: [OS-webwork] creating custom URIs

2003-12-03 Thread Jérôme BERNARD
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 =). >

Re: [OS-webwork] creating custom URIs

2003-12-02 Thread Michael Blake Day
, 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! > &

Re: [OS-webwork] creating custom URIs

2003-12-02 Thread Cuong Tran
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

[OS-webwork] creating custom URIs

2003-12-02 Thread Michael Blake Day
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