Re: UriMapper plugin

2011-04-22 Thread [email protected]
Hi Unmesh, I am not able to find the source code in http://code.google.com/p/urimapperplugin/.Getting 404 Error. Could you please mail me the source code. Thanks Sourabh -- View this message in context: http://struts.1045723.n5.nabble.com/UriTemplate-support-in-struts-tp3504352p4332419.html Se

RE: UriMapper plugin

2010-04-20 Thread Unmesh joshi
annotations on actions which u want customized url for. Then, instead of using UriMatchingActionMapper? directly, use the same code in your own action mapper and extend from RestActionMapper? from REST plugin. Thanks,Unmesh > Date: Tue, 20 Apr 2010 10:23:43 +0200 > Subject: Re: UriMapper

Re: UriMapper plugin

2010-04-20 Thread Lukasz Lenart
2010/4/20 Unmesh joshi : > What is the process to list this plugin on > https://cwiki.apache.org/S2PLUGINS/home.html? Fill CLA, fax it to ASF and make announcement on Dev group Regards -- Łukasz http://www.lenart.org.pl/ Kapituła Javarsovia 2010 http://javarsovia.pl --

RE: UriMapper plugin

2010-04-20 Thread Unmesh joshi
What is the process to list this plugin on https://cwiki.apache.org/S2PLUGINS/home.html? From: [email protected] To: [email protected] Subject: UriMapper plugin Date: Sun, 18 Apr 2010 15:17:57 + Hi, I have been using struts for an year now and I always thought that

UriMapper plugin

2010-04-18 Thread Unmesh joshi
Hi, I have been using struts for an year now and I always thought that expecting name and namespace of the action in URI is very limiting to application developers. It makes it very difficult to have actions mapping to UriTemplates like http://www.example.com/{foo}/{bar}/{baz}. Some times (as i