aspose file tools
The moose likes Web Services and the fly likes Restlet in Action: Restlet vs JEE JAX-RS Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Restlet in Action: Restlet vs JEE JAX-RS" Watch "Restlet in Action: Restlet vs JEE JAX-RS" New topic
Author

Restlet in Action: Restlet vs JEE JAX-RS

qunfeng wang
Ranch Hand

Joined: Jan 28, 2005
Posts: 407
Hi Author,

How does Restlet framework compare with JEE JAX-RS? Is Restlet easier to use? Does it have a better performance? What's your opinions to choose a Restful framework?

Thanks,
Qunfeng


To be or not to be. It's a question.
Sai Hegde
security forum advocate
Ranch Hand

Joined: Oct 26, 2010
Posts: 183

JAX-RS is just a spec and Jersey is Sun's... oops Oracle's reference implementation for the JSR. Restlets have been around for a long time even before the JSR was drafted. It is the most mature framework with an extensive feature list. You can find all about it at
Restlet Feature List

There are many a factors to be considered while choosing a restful framework or as such any framework viz
  • Feature set comparison
  • Extensions that the framework provides.
  • Ease in deployment.
  • Community/Commercial Support.
  • Documentation.
  • Maturity/Stability.
  • Learning curve
  •  
    I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
     
    subject: Restlet in Action: Restlet vs JEE JAX-RS
     
    Similar Threads
    REST based Web Service
    Spring in Action - Alternatives
    Rest Web service
    REST WebServices
    java and restlet