Spring
-
Enterprise Java
Add Custom functionality to a Spring Data Repository
Spring Data is pretty convenient and speeds up development avoiding boilerplate code. However there are cases where annotation queries are not…
Read More » -
Enterprise Java
Spring boot and Spring data JPA integration
Nowadays spring and JPA integration has become a piece of cake thanks to Spring Boot and spring Data. I am…
Read More » -
DevOps
Netflix OSS, Spring Cloud, or Kubernetes? How About All of Them!
Some of this I cover in my book “Microservices for Java Developers” O’Reilly June 2016 (launching soon!), but I want…
Read More » -
Enterprise Java
Aspect Oriented Programming with Spring Boot
On a previous post I provided a simple example on how to achieve aspect orientation in spring by using a…
Read More » -
Enterprise Java
Validating JWT with Spring Boot and Spring Security
For my current project I will have a REST API set up with Spring Boot (most likely running with BoxFuse).…
Read More » -
Enterprise Java
Build a new Web Application from scratch using Spring boot, Thymeleaf, AngularJS – Part 3
In the previous blogs we built the landing page using Thymeleaf, Bower and Bootstrap and deployed it to Heroku. In…
Read More » -
Enterprise Java
Content Negotiation in Spring Framework
1. Introduction With what we had done with BeanNameViewResolver, is that we just had created multiple bean views in Spring context…
Read More » -
Enterprise Java
Thymeleaf 3 – Get Started Quickly with Thymeleaf 3 and Spring MVC
Thymeleaf 3 release arrived. The new version brings plenty of new features like HTML5 support as well as Text templates…
Read More » -
Enterprise Java
Understanding Transactional annotation in Spring
1. Introduction Spring provides support for both programmatic and declarative transactions . 1.1 Programmatic Transactions With programmatic transactions, transaction management…
Read More »