tag:blogger.com,1999:blog-7774229.post8131834637256375238..comments2008-11-01T20:33:37.621-07:00Comments on Space Program Blog: Getting Started with JAX-RS and Jersey - Simple RE...Travis Reedernoreply@blogger.comBlogger6125tag:blogger.com,1999:blog-7774229.post-32013929458642842822008-11-01T20:33:00.000-07:002008-11-01T20:33:00.000-07:002008-11-01T20:33:00.000-07:00The latest version of Jersey (0.9) requires follow...The latest version of Jersey (0.9) requires following jars:<BR/>asm-3.1.jar<BR/>jsr311-api-0.9.jar<BR/>jersey-core-0.9-ea.jar<BR/>jersey-server-0.9-ea.jarJanuszhttp://www.blogger.com/profile/14648283479654865532noreply@blogger.comtag:blogger.com,1999:blog-7774229.post-75140922680933695192008-09-16T08:15:00.000-07:002008-09-16T08:15:00.000-07:002008-09-16T08:15:00.000-07:00It looks like the servlet class has moved. In my ...It looks like the servlet class has moved. In my web.xml, I had to switch servlet-class to com.sun.jersey.spi.container.servlet.ServletContainer. Now it works.<BR/><BR/>Thanks for this simple jersey on tomcat example.Bill Lundhttp://www.blogger.com/profile/10542167520061838465noreply@blogger.comtag:blogger.com,1999:blog-7774229.post-13538401966964076552008-03-10T19:43:00.000-07:002008-03-10T19:43:00.000-07:002008-03-10T19:43:00.000-07:00I don't see why you couldn't use Jetty in the exac...I don't see why you couldn't use Jetty in the exact same way I have done in this article.Travis Reederhttp://www.blogger.com/profile/01398330633165910535noreply@blogger.comtag:blogger.com,1999:blog-7774229.post-32811069336891405602008-03-05T09:48:00.000-08:002008-03-05T09:48:00.000-08:002008-03-05T09:48:00.000-08:00Could you do something similar with Jetty from sou...Could you do something similar with Jetty from source code?PJChttp://www.blogger.com/profile/06072563138329133455noreply@blogger.comtag:blogger.com,1999:blog-7774229.post-71118477872091429552008-03-04T21:15:00.000-08:002008-03-04T21:15:00.000-08:002008-03-04T21:15:00.000-08:00Good Stuff Travis!However, you might wanna replace...Good Stuff Travis!<BR/>However, you might wanna replace HelloWorldBean with HelloWorldBeanResource because it complains that 'The ResourceConfig instance does not contain any root resource classes'<BR/><BR/>Prateek TemkarWeltmeisterhttp://www.blogger.com/profile/13192241303585372945noreply@blogger.comtag:blogger.com,1999:blog-7774229.post-60506792056475796172008-01-11T00:20:00.000-08:002008-01-11T00:20:00.000-08:002008-01-11T00:20:00.000-08:00Hello,You can also check the Restlet project which...Hello,<BR/><BR/>You can also check the Restlet project which is a complete, stable and RESTful alternative to the Servlet API. <BR/><BR/>We are also adding support for JSR-311 in our next release and also have a uniform API for both client-side and server-side applications.<BR/><BR/><A HREF="http://www.restlet.org" REL="nofollow">Restlet project</A>Jerome Louvelhttp://www.blogger.com/profile/11420230422390280351noreply@blogger.com