Hello, I need have a web application that expose part of its functionality as RESTfull web services. For this I plan to use the REST Plugin but this implies set in struts.xml the next:
<constant name="struts.convention.action.suffix" value="Controller"/> In this context i have a doubt: Is possible that 'struts.convention.action.suffix' supports several values (for example Action and Controller)? or is possible do have the web application and the RESTfull services in the same WAR? Regards,