To me it's valuable for keeping an interceptor stack separate for api
requests.

/api/v1/people/list
Json result

Vs

/listpeople.action
Web / template result
On Dec 9, 2014 2:52 PM, "Paul Benedict" <pbened...@apache.org> wrote:

> One concept I never really liked in S2 are namespaces. I never found a good
> reason to logically group actions together with common interceptor setup.
> Rather I always find myself in the situation where the interceptor stack is
> globally set and actions have one-off changes. And I also never liked how
> namespaces limit the scope of result types.
>
> Am I right or is this feature really valuable?
>

Reply via email to