RESTful Java Web Services - Third Edition
eBook - ePub

RESTful Java Web Services - Third Edition

,
  1. English
  2. ePUB (mobile friendly)
  3. Only available on web
eBook - ePub

RESTful Java Web Services - Third Edition

,
Book details
Table of contents
Citations

About This Book

Master core REST concepts and create RESTful web services in JavaAbout This Book• Build efficient and secure RESTful web APIs in Java..• Design solutions to produce, consume and visualize RESTful web services using WADL, RAML, and Swagger• Familiarize the role of RESTful APIs usage in emerging technology trends like Cloud, IoT, Social Media.Who This Book Is ForIf you are a web developer with a basic understanding of the REST concepts and envisage to get acquainted with the idea of designing and developing RESTful web services, this is the book for you. As all the code samples for the book are written in Java, proficiency in Java is a must.What You Will Learn• Introduce yourself to the RESTful software architectural style and the REST API design principles• Make use of the JSR 353 API, JSR 374 API, JSR 367 API and Jackson API for JSON processing• Build portable RESTful web APIs, making use of the JAX-RS 2.1 API• Simplify API development using the Jersey and RESTEasy extension APIs• Secure your RESTful web services with various authentication and authorization mechanisms• Get to grips with the various metadata solutions to describe, produce, and consume RESTful web services• Understand the design and coding guidelines to build well-performing RESTful APIs• See how the role of RESTful web services changes with emerging technologies and trendsIn DetailRepresentational State Transfer (REST) is a simple yet powerful software architecture style to create lightweight and scalable web services. The RESTful web services use HTTP as the transport protocol and can use any message formats, including XML, JSON(widely used), CSV, and many more, which makes it easily inter-operable across different languages and platforms.This successful book is currently in its 3rd edition and has been used by thousands of developers. It serves as an excellent guide for developing RESTful web services in Java.This book attempts to familiarize the reader with the concepts of REST. It is a pragmatic guide for designing and developing web services using Java APIs for real-life use cases following best practices and for learning to secure REST APIs using OAuth and JWT. Finally, you will learn the role of RESTful web services for future technological advances, be it cloud, IoT or social media.By the end of this book, you will be able to efficiently build robust, scalable, and secure RESTful web services using Java APIs.Style and approachStep-by-step guide to designing and developing robust RESTful web services. Each topic is explained in a simple and easy-to-understand manner with lots of real-life use-cases and their solutions.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access RESTful Java Web Services - Third Edition by in PDF and/or ePUB format, as well as other popular books in Computer Science & Web Services & APIs. We have over one million books available in our catalogue for you to explore.

Information

Year
2017
ISBN
9781788294966
Edition
3

Table of contents

  1. Title Page
  2. Copyright
  3. Credits
  4. About the Author
  5. Acknowledgments
  6. About the Reviewer
  7. www.PacktPub.com
  8. Customer Feedback
  9. Preface
  10. Introducing the REST Architectural Style
  11. Java APIs for JSON Processing
  12. Introducing the JAX-RS API
  13. Advanced Features in the JAX-RS APIs
  14. Introducing JAX-RS Implementation Framework Extensions
  15. Securing RESTful Web Services
  16. Description and Discovery of RESTful Web Services
  17. RESTful API Design Guidelines
  18. The Role of RESTful APIs in Emerging Technologies
  19. Useful Features and Techniques