RE: Using Struts2 Rest Plugin with deep cascading actions

2015-01-26 Thread Martin Gainty
- The key to prevent a hacked email account is to change password more than every 5 years.. From: mgai...@hotmail.com To: user@struts.apache.org Subject: RE: Using Struts2 Rest Plugin with deep cascading actions Date: Sat, 24 Jan 2015 18:38:43 -0500 Date: Sat, 24 Jan 2015

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: 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