Network Deployment (Distributed operating systems), v8.0 > End-to-end paths > Web services - RESTful services > Use Atom content in JAX-RS application requests and responses
Previous Step Next Step
Implement JAXB-based ATOM content for requests and responses
Step 4: Use Atom content in JAX-RS application requests and responses JAX-WSWe can represent Atom documents using JAXB annotated objects because the Atom format is based on XML. Therefore, one way to implement a resource method that consumes and produces Atom feeds and Atom entries is to return a JAXB annotated object that uses the Atom model. The JAX-RS library provides an Atom model based on JAXB.
Configure the JAX-RS application.
Support information (generally applicable)
What to do next
Assemble JAX-RS web applications.
Previous Step Next Step