Network Deployment (Distributed operating systems), v8.0 > End-to-end paths > Web services - RESTful services > Implement RESTful views of EJB applications using JAX-RS
Previous Step Next Step
Implement RESTful views of enterprise beans
Step 4: Implement RESTful views of EJB applications using JAX-RS JAX-WSWe can implement RESTful views of enterprise beans using JAX-RS for a stateless or singleton enterprise bean that uses a no-interface view or a local business interface.
Configure the JAX-RS application.
Procedure
- Implement RESTful views of a no-interface EJB
- Implement RESTful views of an EJB with local interfaces
Support information (generally applicable)
- Implement RESTful views of a no-interface EJB
- Implement RESTful views of an EJB with local interfaces
What to do next
Assemble JAX-RS web applications.
Previous Step Next Step