Network Deployment (Distributed operating systems), v8.0 > End-to-end paths > Web services - RESTful services > Use JSON content in JAX-RS application requests and responses
Previous Step Next Step
Implement a resource method using JSON content for a request and response entity.
Step 4: Use JSON content in JAX-RS application requests and responses JAX-WSRESTful services can consume and produce content using the JSON format.
Configure the JAX-RS application.
Support information (generally applicable)
- Use Jackson with plain old Java objects (POJOs)
- Implement a JSON representation of a resource with Jackson and JAXB annotated objects
- Implement a resource method using IBM JSON4J
- Implement a JSON resource method using JAXB annotated objects with IBM JSON4J
What to do next
Assemble JAX-RS web applications.
Previous Step Next Step