Spring 3.0 REST implementation or Jersey?

Posted by hnilsen on Stack Overflow See other posts from Stack Overflow or by hnilsen
Published on 2010-05-03T19:18:04Z Indexed on 2010/05/03 19:58 UTC
Read the original article Hit count: 169

Hi, SO!

I'm currently trying to figure out which implementation of JSR-311 I'm going to recommend further up the food chain. I've pretty much narrowed it down to two options - Spring 3.0 with it's native support for REST - or use Sun's own Jersey (Restlets might also be an option).

To me it doesn't seem to be much of a difference in the actual syntax, but there might be issues with performance that I haven't figured out yet.

The service is meant to replace some heavy-duty EJB's and make a RESTful Webservice instead. The load is expected to be rather high, up in the 100k users per day (max) range, but will be seriously load balanced.

Thanks for all your insights.

© Stack Overflow or respective owner

Related posts about java

Related posts about jax-rs