Multiple pages on IBM support seem to differ on whether JAX-RS is built in to WebSphere 8.5.
http://www.ibm.com/developerworks/websphere/techjournal/1305_gunderson/1305_gunderson.html
The most recent versions of IBM WebSphere Application Server provide support for JAX-RS. WebSphere Application Server V8.5 has support for JAX-RS built in; no extra installation is required.
To develop JAX-RS applications, the JAX-RS libraries must be added to the class path definition. See the information for your assembly tools to understand how to include libraries on the class path for the JAX-RS application.
What needs to be done to run JAX-RS on WebSphere 8.5. Is the web.xml mapping required? Are additional library files required?