Monday, 29 March 2004

Today I'm anti-branded URLs

I'm sorry, but today, and maybe tomorrow, and maybe for a few days after that, but today I'm against "branded" URLs in web applications. So, from the Servlet world, that might be accomplished via the following block.
<servlet-mapping>
    <servlet-name>some-servlet</servlet-name>
    <url-pattern>*.site</url-pattern>
</servlet-mapping>
So, this means that a url like http://www.site.com/application/index.site would be handled by the "some-servlet" Servlet.

Thankfully there's less than 3 hours 'till I'll most likely be OK with "branded" URLs. Phewwww. I'm glad I got that off my chest. Why I had to get it off, I have no idea.
Posted by david at 8:48 PM in java ... just java
« First  « Prev   1 2 3 4 5   Next »  Last »
« March »
SunMonTueWedThuFriSat
 123456
78910111213
14151617181920
21222324252627
28293031