• 19 July

    Dropwizard validation example

    In this tutorial, we will see about Dropwizard validation example. As discussed in the previous dropwizard tutorial, hibernate validator is packaged with Dropwizard, so whatever validations you can put with hibernate validator, you can do same with Dropwizard as well. Resource endpoint validation You can validate almost anything at resource end point. Let’s take a […]

  • 19 July

    Dropwizard tutorial

    In this post, we will see about Dropwizard tutorial. Dropwizard is java framework to develop high-performance restful web services faster. It will use some of the stable libraries to create simple,light-weight package so that you can actually focus on business logic rather than worrying about configuration. Dropwizard provides out of the box support for configuration, […]