Hello, i try to rephrase my question. If i click an action link in my page,
the generated URL would look like this in T5.

http://www.myserver.com/myapps/page_name.method_name/protocol_version/param2/param3<http://www.myserver.com/myapps/page.method/protocol_version/param2/param3/moreparam>

My question. Is there any way i can do this, without have to include
protocol_version as the first parameter for each method ?


Thanks In Advance

Abangkis

<http://www.myserver.com/myapps/page.method/protocol_version/param2/param3/moreparam>

On Tue, Mar 8, 2011 at 2:24 PM, abangkis <abang...@gmail.com> wrote:

> Hi all, i would like to create some kind of URL protocol versioning in my
> apps. The URL generated would be something like this
>
>
> http://www.myserver.com/myapps/page.method/protocol_version/param2/param3/moreparam
>
> I'm thinking between of using Service Advisor or RequestFilter to handle
> the case. Can anyone advise me what is the advantage of using one to the
> other ?
>
> Treating the version as the first param for each method would also work.
> But i think the two other alternative above will give a better an cleaner
> approach.
>
>
> Thanks a lot
>
> Abangkis
>
> --
> http://www.mreunion-labs.net/
> twitter : @mreunionlabs
> blog : mreunion.wordpress.com
> Follow our android survey at :
> http://www.mreunion-labs.net/downloads:dlapk/MySurvey.apk
>



-- 
http://www.mreunion-labs.net/
twitter : @mreunionlabs
blog : mreunion.wordpress.com
Follow our android survey at :
http://www.mreunion-labs.net/downloads:dlapk/MySurvey.apk

Reply via email to