Spring
-
Enterprise Java
Using Google reCaptcha with Spring Boot application
Introduction reCaptcha by Google is a library used to prevent bots from submitting data to your public forms or accessing…
Read More » -
Enterprise Java
Secure Your Java App with Spring Security, Thymeleaf, and Okta
Never Build Auth Again – Love building user management? With Okta, you can add social login, multi-factor authentication, and OpenID…
Read More » -
Enterprise Java
Replacing exceptions with error notifications during input validation in Java
In my previous article I wrote about an input validation design which replaces hard-to-maintain-and-test if-else blocks. However, as some readers pointed…
Read More » -
Enterprise Java
Why is Spring’s Health Down, Down, Up, Up, Up and Down again?
Why Our new JavaScript client application regularly calls the /health endpoint of our Grails backend to determine on- of offline…
Read More » -
Enterprise Java
Spring and Threads: Transactions
In order to be able to use transactions with our thread we need to understand how transactions work with spring.…
Read More » -
Enterprise Java
Spring and Threads: Async
Previously we started working with spring and the TaskExecutor, thus we became more familiar on how to use threads on…
Read More » -
Enterprise Java
Spring and Threads: TaskExecutor
Using threads in a web application is not unusual especially when you have to develop long running tasks. Considering spring…
Read More » -
Enterprise Java
Converting XML to JSON & Raw Use in MongoDB & Spring Batch
Overview Why convert XML to JSON for raw use in MongoDB? Since MongoDB uses JSON documents in order to store…
Read More » -
Enterprise Java
Spring Cloud – Basic setup
Spring Cloud solves common problems of distributed systems. However, for someone who works only with widely known monolith applications jumping…
Read More »