I have gone through the jax-rs implementation of restful webservices and spring rest template also. I am feeling like both works fine. Help me to decide which one works better with large amount of data....
Thanks in Advance....
I have gone through the jax-rs implementation of restful webservices and spring rest template also. I am feeling like both works fine. Help me to decide which one works better with large amount of data....
Thanks in Advance....
Spring Rest support is based on MVC and its not actual implementation of JAX-RS.If your application is already on spring and you don't have any constraint to use Jersey,Spring Rest will make sense.
JAX-RS is just specification and you can replace jersey with apache cxf or RestEasy.