Hello Ninjas, do you know that Dropwizard is an open-source Java framework for the rapid development of REST APIs? Dropwizard is a kind of ecosystem that contains all the dependencies (such as Jersey, Jackson, or jetty) bundled into a single package or can be added as a separate module. If you are not using dropwizard, you will end up collecting all dependencies yourself and it often results in class loading issues due to version mismatches between various java libraries. Dropwizard solves this problem for you and pulls together stable, mature libraries into a simple, lightweight package that lets you focus on getting things done. Let’s learn about Dropwizard without wasting further time.