I have a working java application based on struts. I need to make a mobile version for it. and I will expose it using RESTful web services.
I've done some researches and found out about REST Plugin for struts 2 , but it means that i will have to re write all my exisiting actions in order to transfer them to REST Controllers.
Is there a way to use my exisiting struts 2 actions code? (maybe adding some annotations or so) or do I have to rewrite the REST controllers from scratch ?