users@jersey.java.net

Re: [Jersey] JAX-RS

From: Craig McClanahan <craigmcc_at_gmail.com>
Date: Tue, 8 Jun 2010 11:31:23 -0700

2010/6/8 João Rossa <joao.rossa_at_gmail.com>:
> hi! i was wondering if jdk includes any form of a JAX-RS api web service?
> regards,

As others have pointed out, no JAX-RS service implementation is
*included* with the JDK. However, just in case your real (or next)
question is slightly different, any JAX-RS implementation can *work
with* the JDK. You are not required to implement your JAX-RS servicse
inside a servlet based web application.

Craig