Spring-MVC
URI Naming conventions and best practices
I was doing a little research on what are the industry best practices for designing URI for both Html and Non-Html content, that are both User and SEO friendly. i found the following documents on the best practices and how major government sites are doing it. i specifically like the one by gov.uk http://data.gov.uk/resources/uris http://www.seomoz.org/blog/11-best-practices-for-urls [...]
Spring 3.1 & JBoss 7.1 Serving static content
Although the static content should be served by the Webserver i will make another post for that, but during development for local testing purposes you might want to serve Static content from the Application server, Spring provides several options to achieve this, i am sharing one such option that i use most of the time. Make sure [...]