-
RESTful.Java.Patterns.and.Best.Practices.1783287969下载
资源介绍
Title: RESTful Java Patterns and Best Practices
Author: Bhakti Mehta
Length: 131 pages
Edition: 1
Language: English
Publisher: Packt Publishing
Publication Date: 2014-09-17
ISBN-10: 1783287969
ISBN-13: 9781783287963
Learn best practices to efficiently build scalable, reliable, and maintainable high performance RESTful services
About This Book
Learn how to build RESTful services with JAX-RS 2.0
Efficiently use the techniques outlined to build reliable and highly available applications based on REST
Compare REST API from Twitter, GitHub, Facebook and others in a conversational and easy-to-follow style
Who This Book Is For
This book is aimed at novice developers who want to gain insights into building RESTful services and improve productivity, as well as for advanced developers who want to delve into more complicated topics.
In Detail
The convergence of social networking, cloud computing, and the era of mobile applications has created a generation of emerging technologies that allow different networked devices to communicate with each other over the Internet with REST. REST has the benefits of being stateless; easing scalability, visibility, and reliability; and being platform and language agnostic.
This book is a practical, hands-on guide that provides you with clear and pragmatic information to take advantage of the real power of RESTful services and gives you a good foundation for using them in your applications. By comparing APIs from platforms such as Facebook, Twitter, GitHub, and PayPal, the book teaches a range of exciting capabilities with RESTful services and explores the infinite possibilities by using the diverse building blocks and tips covered in various chapters.
By the end of the book, you will be able to successfully use the concepts explained to design and implement applications based on best practices for RESTful services.
Table of Contents
Chapter 1. REST – Where It Begins
Chapter 2. Resource Design
Chapter 3. Security and Traceability
Chapter 4. Designing for Performance
Chapter 5. Advanced Design Principles
Chapter 6. Emerging Standards and the Future of REST