-
Core Java
Getting Started with Gradle: Creating a Multi-Project Build
Although we can create a working application by using only one module, sometimes it is wiser to divide our application…
Read More » -
Enterprise Java
Creating a REST API with Spring Boot and MongoDB
This year I greeted Christmas in a different fashion: I was a part of the Java Advent Calendar. Let’s boot…
Read More » -
Enterprise Java
Spring Data JPA Tutorial: Getting the Required Dependencies
Before we can create an application that uses Spring Data JPA, we need to get the required dependencies. This blog…
Read More » -
Enterprise Java
Spring Data JPA Tutorial: Introduction
Creating repositories that use the Java Persistence API is a cumbersome process that takes a lot of time and requires…
Read More » -
Enterprise Java
Spring from the Trenches: Resetting Auto Increment Columns Before Each Test Method
When we are writing integration tests for a function that saves information to the database, we have to verify that…
Read More » -
Enterprise Java
Spring from the Trenches: Using Null Values in DbUnit Datasets
If we are writing integration tests for an application that uses Spring Framework, we can integrate DbUnit with the Spring…
Read More » -
Enterprise Java
Understanding Spring Web Application Architecture: The Classic Way
Every developer must understand two things: Architecture design is necessary.…
Read More » -
Enterprise Java
Using Asciidoctor with Spring: Rendering Asciidoc Documents with Spring MVC
Asciidoc is a text based document format, and that is why it is very useful if we want to commit…
Read More » -
Core Java
Getting Started with Gradle: Creating a Binary Distribution
After we have created a useful application, the odds are that we want to share it with other people. One…
Read More »