Employee Management Using Dropwizard

Dropwizard is a popular java framework for restful service. It provides out of the box support for configuration, application, metrics, logging and operational tools so that the developers focus more on writing business logic and not on set ups. Hence, this project implements ‘Employee Management Software’ using Dropwizard and performs CRUD operations via webpage usingContinue reading “Employee Management Using Dropwizard”

Dropwizard Tutorial : HTML Page Using Freemarker

Prerequisite Before you start this, Its good to follow the following articles. Running Rest API using Dropwizard Reading From Database Using Dropwizard  Writing To Database Using Dropwizard I will assume that your dropwizard project is running. Dependency Add dependency of dropwizard-freemarker-views in your pom.xml and import the changes. Your pom.xml should look like this: FreemarkerContinue reading “Dropwizard Tutorial : HTML Page Using Freemarker”

Dropwizard : Write Data Into Database Using Hibernate

Please follow the first two part of the tutorial before starting this: Introduction To Dropwizard Read Data From Database Using Dropwizard Modify InfoDao To Persist Data Add a method to persist data. Add POST API to store the info in MyResource.java Test Your API Run your project. Test using postman or any other rest client.Continue reading “Dropwizard : Write Data Into Database Using Hibernate”

Dropwizard – Tutorial to write APIs to read from database using hibernate

Prerequisite Please go through the first part of this tutorial to set up your dropwizard project. For this project, we will assume you have a working dropwizard project. SQL and Database Concepts Please read the prerequisite section of my previous blog to learn more about SQL. Hibernate Hibernate is one of the dropwizard modules whichContinue reading “Dropwizard – Tutorial to write APIs to read from database using hibernate”

REST APIs using Dropwizard- Introductory Tutorial

Prerequisite API An API is an application programming interface. It is a set of rules that allow programs to talk to each other. The developer creates the API on the server and allows the client to talk to it. REST API REST determines how the API looks like. It stands for “Representational State Transfer”. It is a setContinue reading “REST APIs using Dropwizard- Introductory Tutorial”

Design a site like this with WordPress.com
Get started