Hacker News new | ask | show | jobs
by frncscgmz 4864 days ago
I've build REST applications in Java using the Restlet library before, anyone knows some of the advantages of Jersey over Restlet?
1 comments

I haven't played with Restlet. From my experience Jersey's magic sauce is its annotations. Jersey's featured set of annotations can allow for expressive source code. Basically I can create and define my API with less boilerplate source code.