Book Image

RESTful Java Web Services, Second Edition

Book Image

RESTful Java Web Services, Second Edition

Overview of this book

Table of Contents (17 chapters)
RESTful Java Web Services Second Edition
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Appendix A. Useful Features and Techniques

This appendix discusses various useful features and techniques that we deferred while discussing specific topics in this book. Make sure that you read the first three chapters of this book before you start reading this appendix. The following topics are discussed in this appendix:

  • Tools for building a JAX-RS application

  • The integration testing of JAX-RS resources with Arquillian

  • Implementing PATCH support in JAX-RS resources

  • Using third-party entity provider frameworks with Jersey

  • Transforming a JPA model into OData enabled RESTful web services

  • The packaging and deploying of JAX-RS applications