Enterprise Java
-
Spring boot with Spring Security and jdbc Part 2
On a previous post we implemented security based on the default table schemas that Spring Security issues requests. Considering users…
Read More » -
Spring boot with Spring Security and jdbc
Spring security Is a wonderful framework saving lots of time and effort from the developers. Also It is flexible enough…
Read More » -
Injecting authenticated user into Spring MVC @Controllers
Injecting injecting authenticated user into Spring MVC handler method can be done with @AuthenticationPrincipal annotation and AuthenticationPrincipalArgumentResolver that is an…
Read More » -
RabbitMQ retries using Spring Integration
I recently read about an approach to retry with RabbitMQ here and wanted to try a similar approach with Spring Integration,…
Read More » -
How to Install Your OpenStack Cloud Before Lunch
What if I told you that you can have your OpenStack Cloud environment setup before you have to stop for…
Read More » -
How to use transient variables in Activiti
A feature that has been requested quite a bit – transient variables – has landed in the Beta3 of Activiti…
Read More » -
Security Layer for NutchServer
I’ve worked for Security Layer for NutchServer of Apache Nutch as my GSoC 2016 project and finished it. At this blog…
Read More » -
Infinispan Versions Mapped to Minimum Java Versions
I’ve been playing around a little bit with Infinispan recently and one of the characteristics of this “distributed in-memory key/value…
Read More » -
AWS Lambda for Serverless Java Developers: What’s in It for You?
How can serverless computing help your production infrastructure? The serverless computing architecture has been gaining attention during the past few…
Read More »