Hello, I have an application written in Struts 1.x. It uses SOAP for communication with the client app. Now I want to replace SOAP with REST and was investigating the REST plugin of struts. I see that the struts REST plugin can be used with only Struts 2.x. So now my question is can I use struts 2 with my existing application only for the REST part or do I need to migrate my entire application to Struts 2 before I can implement REST? Also would it be practical to use other REST frameworks such as Jersey or RESTlet with my current Struts 1.x application rather than going for Struts 2 with Rest plugin?
Best Regards, SJ