Java
-
Publishing Snapshots With Gradle’s maven-publish Plugin
I’ve recently started a new project with Gradle and decided to jump straight in – no Gradle experience, no clue…
Read More » -
Spring Boot and Application Context Hierarchy
Spring Boot supports a simple way of specifying a Spring application context hierarchy. This post is simply demonstrating this feature, I…
Read More » -
Kafka Connect on MapR
In this week’s Whiteboard Walkthrough, Ankur Desai, Senior Product Marketing Manager at MapR, describes how Apache Kafka Connect and a…
Read More » -
Data driven testing with Junit & easytest
In this article we are going to see how can we make a Data Driven testing with Junit. For this…
Read More » -
How to implement Thread pool in Java
A thread is an independent program’s path of execution. In java, each thread extends the java.lang.Thread class or implements java.lang.Runnable. Multithreading refers…
Read More » -
Build a CRUD Application with React, Spring Boot, and User Authentication
Building Identity Management, including authentication and authorization? Try Stormpath! Our REST API and robust Java SDK support can eliminate your…
Read More » -
Compare Exactly in Java Equals Methods
As I’ve worked with legacy Java code over the years, I’ve run into subtle logic and performance issues that could…
Read More » -
Creating a REST API with Speedment and Spring
With the 4th release of Spring Boot, developing enterprise applications for the web have become so much easier. Something that…
Read More » -
Spring Boot and Thymeleaf: Reload templates and static resources without restarting the application
Thymeleaf was designed around the concept of Natural Templates that allows static prototyping: template logic doesn’t affect the template from…
Read More »