Spring
-
Enterprise Java
Real-Time Communication: Implementing Websockets With Spring Boot
When developing web applications, we sometimes need to push server events down to connected clients. However, HTTP was not designed…
Read More » -
Enterprise Java
Spring Batch Restartability
First of all, I’d like to give a big thank you to the wonderful folks from Spring who have given…
Read More » -
Enterprise Java
Use Spring Cloud Config as externalized configuration
One of the most important practices when it comes to continuous delivery is building your binaries only once and use…
Read More » -
Enterprise Java
Auto-Publishing & Monitoring APIs With Spring Boot
If you are heading down the path of a Microservices style of architecture, one tenant you will need to embrace…
Read More » -
Groovy
Debugging Grails 3, Spring Boot or Gradle with Eclipse
This is a small post for those who’s primary IDE is Eclipse for developing Grails 3 apps or plugins —…
Read More » -
Enterprise Java
How to Set Up a Secure REST API with Spring
As you all know, Spring Boot is a toolkit that makes it super easy to quickly develop powerful web services.…
Read More » -
Enterprise Java
Spring Boot and Security Events with Actuator
Spring Boot Actuator provides auditing capabilities for publishing and listening to security related events in a Spring Boot application with…
Read More » -
Enterprise Java
Consumer Driven Testing with Pact & Spring Boot
Recently a colleague of mine stumbled across Pact.io, Our current application had grown to over 50 services and we we’re starting…
Read More » -
Enterprise Java
Beware of slow transaction callbacks in Spring
TL;DR If your application is failing to obtain new database connection, restarting ActiveMQ broker may help. Interested? The problem with…
Read More »