Java
-
SpringBoot Microservices tracing with Zipkin and Sleuth
In this article, we are going to understand the microservices distributed tracing using Zipkin and Spring cloud sleuth framework. Microservices…
Read More » -
Vertx Programming Style : Your Reactive Web Companion REST API Explained
Vertx provides a lot of options to program in a light weight environment, like node.js . However, It could be…
Read More » -
Different Hibernate Naming Strategy
This article discusses about different naming strategy provided by hibernate along with the shift of naming strategy from hibernate.ejb.naming_strategy in…
Read More » -
4 Ways to Deploy Spring Boot Angular App (Maven & Tomcat)
In my last spring boot angular 5 article, we implemented a full stack end to end web application using spring…
Read More » -
Spring Boot & Angular 5 & Spring Data & Rest Example (CRUD)
This tutorial provides a complete implementation of Spring Boot, Angular 5 and spring data to build an end to end…
Read More » -
Build REST Web Service using Spring Boot
This tutorial provides a step-by-step guide on how to build a restfull web service using Spring Boot. Prerequisites: Eclipse IDE…
Read More » -
JUnit Hamcrest Matcher for JSON
This post shows how you can write JUnit tests to check if an object matches a JSON string. This is…
Read More » -
AES Encryption and Decryption in Java (CBC Mode)
Transmitting confidential data such as plain text password through wire is always vulnerable to security.It is always recommended to encrypt…
Read More » -
SMPP Java Example(Client)
This post provides SMPP java example by creating a simple SMPP client that sends short messages to mobile subscriber.Using this…
Read More »