I am currently working on a web application that is based on Strtus2, Spring, open JPA and LDAP.
Now client wants us to develop RESTful api for this system so that other websites or application can integrate with it.
This task has been assigned to me and I clearly have no idea from where to start.
I have done my research and found out that, there is a plugin struts2-rest
and for Spring there are several different ways.
More to that most of the example I have been seen are using Maven, but our project does not use that.
So, I just need a direction to start this thing.