RE: Using Struts2 Rest Plugin with deep cascading actions

2015-01-24 Thread Martin Gainty
> Date: Sat, 24 Jan 2015 15:24:49 +0530 > Subject: Re: Using Struts2 Rest Plugin with deep cascading actions > From: ghotankaru...@gmail.com > To: user@struts.apache.org > > Well after doing some research on designing rest api ***best practices*** I > realized I was doing something wrong. > >

RE: ASM library issue when upgrading struts2.3.20 from struts2.3.16.3

2015-01-24 Thread Martin Gainty
this is a asm 3.3 to asm 5.0.2 library upgrade issue.redirecting > Date: Sat, 24 Jan 2015 11:47:58 +0530 > Subject: ASM library issue when upgrading struts2.3.20 from struts2.3.16.3 > From: ghotankaru...@gmail.com > To: user@struts.apache.org > > Hi, > > I am using spring aop along with str

Re: Using Struts2 Rest Plugin with deep cascading actions

2015-01-24 Thread Amol Ghotankar
Well after doing some research on designing rest api ***best practices*** I realized I was doing something wrong. For getting all companies, we must use http://localhost/company For getting all locations of that company we can use http://localhost/company/111/locations For anything else to get