1 Reply Latest reply on Jul 24, 2007 12:18 PM by iosutron

    Best way tom support goodlooking URLs

    kpiis

      Hello all!
      Now I have the challenge to implement goodlooking URLs for my web app. It's needed for indexing pages by different search engine robots.
      So I have to choose between web frameworks.
      As I know - Struts is good choice, JSF is not good, Tapestry ??
      What would you suggest? It's common problem but I didn't find any sources about this task.

        • 1. Re: Best way tom support goodlooking URLs
          iosutron

          have a look at urlrewritefilter (google for it, i don't remember the url anymore), check if it supports you favourite framework, and give it a chance.

          I've recently used it with struts 1.2 and works pretty well

          The point is, you can add pretty urls *after* building your webapp using any of those frameworks, no need to choose your framework based on the urls it uses (pretty ugly for all of them!)

          good luck!