Spring
-
Enterprise Java
Spring Caching abstraction and Google Guava Cache
Spring provides a great out of the box support for caching expensive method calls. The caching abstraction is covered in…
Read More » -
Enterprise Java
Server side logging from browser side JavaScript code
Application logging is something we all do in our applications that get deployed on an application server, right? Using frameworks…
Read More » -
Enterprise Java
Spring from the Trenches: Using Null Values in DbUnit Datasets
If we are writing integration tests for an application that uses Spring Framework, we can integrate DbUnit with the Spring…
Read More » -
Enterprise Java
Spring Rest API with Swagger – Creating documentation
The real key to making your REST API easy to use is good documentation. But even if your documentation is…
Read More » -
Enterprise Java
Spring Boot Actuator: custom endpoint with MVC layer on top of it
Spring Boot Actuator endpoints allow you to monitor and interact with your application. Spring Boot includes a number of built-in…
Read More » -
Enterprise Java
Spring Boot / Java 8 / Tomcat 8 on Openshift with DIY
DIY cartridge is an experimental cartridge that provides a way to test unsupported languages on OpenShift. It provides a minimal,…
Read More » -
Enterprise Java
Spring Rest API with Swagger – Integration and configuration
Nowadays, exposed APIs are finally getting the attention they deserve and companies are starting to recognize their strategic value. However,…
Read More » -
Enterprise Java
Spring Boot and Spring Data REST – exposing repositories over REST
Exposing Spring Data repositories over REST is pretty easy with Spring Boot and Spring Data REST. With minimal code one…
Read More » -
Enterprise Java
Stateless Spring Security Part 2: Stateless Authentication
This second part of the Stateless Spring Security series is about exploring means of authentication in a stateless way. If you missed…
Read More »