[jboss-user] [JBoss Seam] - Seam and SEO

SmokingAPipe do-not-reply at jboss.com
Sun Aug 20 20:47:36 EDT 2006


I looked at the Blogging example.  I'm going to try to get that to work, because it's the only piece of code I've ever seen that uses the RequestParameter annotation.  One thing I noticed about it: all the entries are things like /extry.xhtml?entry=4448.  That works, but it's bad for SEO.

What would be nice would be to be able to map a whole bunch of URLs to one seam page, so I could use a regex in a URL, like in mod_rewrite, like this:

/blog-entry-5858.xhtml

and that would map to one page, and trigger one action.

Can this be done within Seam?  I know I can do it with servlets and filters, but can seam do it?


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966346#3966346

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966346



More information about the jboss-user mailing list