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