Enterprise Java Development@TOPIC@
Introduce key technology for exposing resources to the web (JAX-RS and JAXB)
Introduce flexible EJB deployment (WAR-based)
At the completion of this topic, the student shall
have more understanding of:
flexibility of EJB deployment
exposing resources using web-friendly HTTP facades
marshaling DTOs using web-friendly representations (XML)
be able to:
Deploy an EJB within a WAR
Expose an asset or functionality through a (web) resource and URI using JAX-RS
Use HTTP methods to interact with resources using JAX-RS
Implement representations with XML, JAXB, and JAX-RS