Results 1 to 2 of 2

Thread: Search engine friendly URLs

  1. #1
    Join Date
    Mar 2005
    Posts
    9

    Default Search engine friendly URLs

    Can anyone recommend the best way to handle search engine friendly URL's with Spring MVC? I'd like to have URLs that look as follows:

    http://www.somedomain.com/spring.pag.../param2/value2

    One approach that looks like it would work would be adding a URL rewriting servlet filter such as http://tuckey.org/urlrewrite/ but I'm curious how other folks have solved this?

    Thanks,
    Todd

  2. #2
    Join Date
    Aug 2004
    Posts
    1,905

    Default

    Have you looked into REST?

    You can bind controllers using /*/*/something

    You will also have to create a custom binder to do the introspection. But yes, there is no reason, and lots of very very good ones as to why you can do this with Spring MVC.

Similar Threads

  1. Replies: 3
    Last Post: Jul 3rd, 2006, 12:27 PM
  2. Replies: 2
    Last Post: Sep 20th, 2005, 12:59 AM
  3. Replies: 1
    Last Post: Sep 10th, 2005, 12:52 AM
  4. search engine on the forum is weak
    By nadeau in forum Meta
    Replies: 1
    Last Post: Mar 4th, 2005, 10:23 AM
  5. Project that uses Spring: Zilverline search engine
    By jbetancourt in forum Architecture
    Replies: 0
    Last Post: Oct 19th, 2004, 06:49 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •