JAX-RS [1] (aka JSR 311) is the new Java API for RESTful Web Services. At trialox.org we have implemented Triaxrs, a JAX-RS implementation, that can run in OSGi containers. Our code is open source and licensed under the apache 2.0 license. It allows discovery of root resources and providers using the OSGi service registry. A tutorial is available which shows the steps to create a RESTfull application and deploy it in the felix OSGi container.
Triaxrs 0.3 implements most of the features of version 0.10 of the JAX-RS API, a snapshot based on version 1.0 will be available soon. We would like to invite you to test it and are happy to receive any feedback. Website: http://trialox.org/projects/org.trialox.jaxrs/ Mercurial-source repository: http://scm.trialox.org/org.trialox.jaxrs/ Tutorial: http://trialox.org/projects/org.trialox.jaxrs/tutorials/tutorial_1.xhtml Download: http://repo.trialox.org/distro/org/trialox/org.trialox.jaxrs/0.3/ Cheers, reto 1. http://jsr311.dev.java.net/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

