Tag Archives: REST

Apache Wink

Apache Wink is an incubating project that will allow you to write RESTful JAX-RS (JSR-311) web apps – like Jersey. Read what Dr. Fielding has to say about what is REST and what’s not. DeveloperWorks has a recent article on Apache Wink. They do a commendable thing by giving instructions on how to “materialize” the [...]

Posted in Maven, REST, Web | Tagged | Leave a comment

Jersey 1.0 and jetty:run

If you are using maven and jetty you are probably simply invoking jetty:run with your Jersey web service. Jersey is the JAX-RS (JSR 311) Reference Implementation for building RESTful Web services The problem is you get this exception: The ResourceConfig instance does not contain any root resource classes. But you are sure you do have [...]

Posted in REST, SOA | Also tagged | Leave a comment