Spring
-
Enterprise Java
Build a new Web Application from scratch using Spring boot, Thymeleaf, AngularJS – Part 1
In this series of blog posts we will be building a complete responsive web application using the following tech stack…
Read More » -
Enterprise Java
Scatter-Gather using Spring Reactor Core
I have a good working experience in using the Netflix Rx-Java libraries and have previously blogged about using Rx-Java and Java 8…
Read More » -
Enterprise Java
Make running your Spring Boot application in the cloud super easy with Boxfuse
A few days ago I started building an iOS app that would be using a REST API to retrieve and…
Read More » -
Enterprise Java
Spring Async and Java’s 8 CompletableFuture
It is known that I am not the biggest fan of Spring, but at the time being I work for an…
Read More » -
Enterprise Java
First steps to Spring Boot Cassandra
If you want to start using Cassandra NoSQL database with Spring Boot, the best resource is likely the Cassandra samples available here and…
Read More » -
Enterprise Java
Spring Oauth2 with JWT Sample
Sometimes ago, we published one article sharing a custom approach to implement stateless session in cloud environment. Today, let explore…
Read More » -
Enterprise Java
Integration Architecture with Java EE and Spring
The O’Reilly Software Architecture Conference in New York happens this week. And I had the pleasure to give a tutorial together…
Read More » -
Enterprise Java
Data aggregation with Spring Data MongoDB and Spring Boot
MongoDB aggregation framework is designed for grouping documents and transforming them into an aggregated result. The aggregation query consists in…
Read More » -
Enterprise Java
Spring MVC: Trgger manual validation of a form object
Sometimes it may be needed to use manual validation in Spring MVC @Controller. This is very simple with Spring’s org.springframework.validation.ValidationUtils…
Read More »