HowToDoInJava

  • Python
  • Java
  • Spring Boot
  • Dark Mode

Dropwizard Tutorials

The page lists down all tutorials posted on this blog related to dropwizard library.

Hello World Example

Dropwizard – Hello World Example

Let’s learn to use dropwizard to build REST APIs – step by step. Learn to add REST resources, representations and validations.

Dropwizard Client

Dropwizard – Jersey/HTTP Configuration and Examples

Dropwizard includes both Apache HttpClient and Jersey Client. Let’s build REST client for consuming REST APIs across the network.

Dropwizard Advance Topics

Dropwizard – Health Check Configuration Example

DropWizard health check is implemented by extending the HealthCheck class and returning Result.healthy() if everything is alright and Result.unhealthy() if something is not working – as expected.

Dropwizard – BasicAuth Security Example

Learn to add username/password based authentication and role based authorization capabilities into Dropwizard REST APIs using Basic Authentication.

Related Topics

  • Dropwizard – Failed to parse configuration [Could not resolve type id ‘http’ into a subtype]
  • [Solved] Maven Shade Plugin – A required class was missing org/apache/commons/io/IOUtils

References:
https://www.dropwizard.io/en/stable/getting-started.html

Was this post helpful?

Let us know if you liked the post. That’s the only way we can improve.
TwitterFacebookLinkedInRedditPocket
Comments are closed on this article!

Search Tutorials

Dropwizard Tutorial

  • Dropwizard – Introduction
  • Dropwizard – Hello World
  • Dropwizard – BasicAuth Security
  • Dropwizard – Health Check Config
  • Dropwizard – Client Config
  • Dropwizard – Failed to parse configuration

Meta Links

  • About Me
  • Contact Us
  • Privacy policy
  • Advertise
  • Guest and Sponsored Posts

Recommended Reading

  • 10 Life Lessons
  • Secure Hash Algorithms
  • How Web Servers work?
  • How Java I/O Works Internally?
  • Best Way to Learn Java
  • Java Best Practices Guide
  • Microservices Tutorial
  • REST API Tutorial
  • How to Start New Blog

Copyright © 2020 · HowToDoInjava.com · All Rights Reserved. | Sitemap

  • Sealed Classes and Interfaces