[jboss-user] [JBoss Seam] - Cleaner RESTful urls? Any suggestions?
Toby451
do-not-reply at jboss.com
Thu Jul 12 12:15:52 EDT 2007
Hi,
RESTful URLs tend to look like this in SEAM (as far I know):
http://server/app/action.seam?param1=foo¶m2=bar
I would like to use this slightly cleaner variant:
http://server/app/action/foo/bar
I.e. the action should have a URL-pattern associated with it that says that it should parse URL suffixes as:
http://server/app/action/param1/param2
Any suggestions on how to do this? Have I missed something? Is it suppered already?
Thanks,
Tobias
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063604#4063604
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063604
More information about the jboss-user
mailing list