What is best method to implement ReST based Web Services in Java. Should I go for JAX-RS implementations. Or should I go for Spring MVC or directly via Servlets? Well what is the actual difference with these?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I have developed the REST services in Spring MVC as well as Jersey.
If you only need to create REST api use JERSEY and if your project is more then REST Api you can use Spring MVC . Some useful links are as follows –
http://www.ibm.com/developerworks/web/library/wa-aj-tomcat/
http://jersey.java.net/