Restlet in Action
eBook - ePub

Restlet in Action

Developing RESTful web APIs in Java

  1. 464 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Restlet in Action

Developing RESTful web APIs in Java

About this book

Summary Restlet in Action gets you started with the Restlet Framework and the REST architecture style. You'll create and deploy applications in record time while learning to use popular RESTful Web APIs effectively. This book looks at the many aspects of web development, on both the server and client side, along with cloud computing, mobile Android devices, and Semantic Web applications.
About the Technology
In a RESTful architecture any component can act, if needed, as both client and server—this is flexible and powerful, but tricky to implement. The Restlet project is a reference implementation with a Java-based API and everything you need to build servers and web clients that integrate with most web and enterprise technologies.
About the Book
Restlet in Action introduces the Restlet Framework and RESTful web APIs. You'll see how to easily create and deploy your own web API while learning to consume other web APIs effectively. You'll learn about designing, securing, versioning, documentation, optimizing, and more on both the server and client side, as well as about cloud computing, mobile Android devices, and Semantic Web applications.The book requires a basic knowledge of Java and the web, but no prior exposure to REST or Restlet. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.
What's Inside

  • Written by the creators of Restlet!
  • How to create your own web API
  • How to deploy on cloud and mobile platforms
  • Focus on Android, Google App Engine, Google Web Toolkit, and OSGi technologies

Table of Contents

PART 1 GETTING STARTED

  • Introducing the Restlet Framework
  • Beginning a Restlet application
  • Deploying a Restlet application
  • PART 2 GETTING READY TO ROLL OUT
  • Producing and consuming Restlet representations
  • Securing a Restlet application
  • Documenting and versioning a Restlet application
  • Enhancing a Restlet application with recipes and best practices
  • PART 3 FURTHER USE POSSIBILITIES
  • Using Restlet with cloud platforms
  • Using Restlet in browsers and mobile devices
  • Embracing hypermedia and the Semantic Web
  • The future of Restlet

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
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.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
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 use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Restlet in Action by Thierry Templier,Thierry Boileau,Jerome Louvel in PDF and/or ePUB format, as well as other popular books in Computer Science & Software Development. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. Copyright
  2. Dedication
  3. Brief Table of Contents
  4. Table of Contents
  5. Foreword
  6. Preface
  7. Acknowledgments
  8. About this Book
  9. About the Cover Illustration
  10. Part 1. Getting started
  11. Chapter 1. Introducing the Restlet Framework
  12. Chapter 2. Beginning a Restlet application
  13. Chapter 3. Deploying a Restlet application
  14. Part 2. Getting ready to roll out
  15. Chapter 4. Producing and consuming Restlet representations
  16. Chapter 5. Securing a Restlet application
  17. Chapter 6. Documenting and versioning a Restlet application
  18. Chapter 7. Enhancing a Restlet application with recipes and best practices
  19. Part 3. Further use possibilities
  20. Chapter 8. Using Restlet with cloud platforms
  21. Chapter 9. Using Restlet in browsers and mobile devices
  22. Chapter 10. Embracing hypermedia and the Semantic Web
  23. Chapter 11. The future of Restlet
  24. Appendixes
  25. Appendix A. Overview of the Restlet Framework
  26. Appendix B. Installing the Restlet Framework
  27. Appendix C. Introducing the REST architecture style
  28. Appendix D. Designing a RESTful web API
  29. Appendix E. Mapping REST, HTTP, and the Restlet API
  30. Appendix F. Getting additional help
  31. Appendix. References
  32. Index
  33. List of Figures
  34. List of Tables
  35. List of Listings