RESTful Web Services with Dropwizard(English, Paperback, Alexandros Dallas)
Quick Overview
Product Price Comparison
About This Book Learn how to build and test your own high-performance Web Service application Know more about creating and serving custom database content with Web Services Gain insight on how to secure your Web ServiceWho This Book Is For If you are a software engineer or a web developer and want to learn more about building your own Web Service application, then this is the book for you. Basic knowledge of Java and RESTful Web Service concepts is assumed and familiarity with SQL/MySQL and command-line scripting would be helpful. What You Will Learn Build a sample Web Service application powered by Jersey Configure your application and externalize your configuration settings Use jDBI to interact with databases Validate Web Service requests Build Web Service clients Add runtime health checks to ensure your application’s optimal performance Ensure your application's stability by creating unit tests using the Dropwizard testing modulesIn Detail The RESTful Web Services concept is constantly growing compared to SOAP technologies. Used by many API providers, RESTful has started to become the architecture of choice for the enterprise SOA as well. Dropwizard combines everything needed to create production ready RESTful Web Services, combining the most powerful, stable and well-known RESTful Java-based libraries. This practical guide will help you learn how to create, configure, and implement a dynamic Web Service application by showcasing practical examples using the most important modules of Dropwizard and combining them together. Starting from using Maven to create an empty default Java application to deploying a production-ready scalable Web Service application, this book demonstrates the capabilities of Dropwizard and the advantages of using it. Discover how to use Jersey to create rest resources, and add them to Dropwizard's bootstrapped environment so they can be served by its embedded Jetty server. Learn how to combine and utilize the Database. Understand more about Configuration, Testing and Monitoring libraries to create a Web Service application in a step-by-step manner using solid examples. Also gain insight on how to secure your Web Services and validate incoming requests with minimum effort. This book is an invaluable asset to anyone who wants to create a RESTful Web Service application with the combined libraries of Dropwizard. About the Author Alexandros Dallas studied Applied Informatics in Management and Economy and is now a software test engineer based in Athens. He has a solid programming/software development background, and whenever he is free, he spends his time contributing to open source projects. He is well aware of Dropwizard's core libraries, such as Jersey, since his interests include the development and integration of web APIs.