Spring
-
Enterprise Java
Spring @Configuration – RabbitMQ connectivity
I have been playing around with converting an application that I have to use Spring @Configuration mechanism to configure connectivity…
Read More » -
Enterprise Java
Spring @Configuration and injecting bean dependencies as method parameters
One of the ways Spring recommends injecting inter-dependencies between beans is shown in the following sample copied from the Spring’s…
Read More » -
Enterprise Java
Using Asciidoctor with Spring: Rendering Asciidoc Documents with Spring MVC
Asciidoc is a text based document format, and that is why it is very useful if we want to commit…
Read More » -
Enterprise Java
Stateless Spring Security Part 1: Stateless CSRF protection
Today with a RESTful architecture becoming more and more standard it might be worthwhile to spend some time rethinking your…
Read More » -
Enterprise Java
Spring WebApplicationInitializer and ApplicationContextInitializer confusion
These are two concepts that I mix up occasionally – a WebApplicationInitializer and an ApplicationContextInitializer, and wanted to describe each…
Read More » -
Enterprise Java
Embedded Jetty and Apache CXF: secure REST services with Spring Security
Recently I run into very interesting problem which I thought would take me just a couple of minutes to solve:…
Read More » -
Enterprise Java
One Jar To Rule Them All: Apache TomEE + Shrinkwrap == JavaEE Boot
WARNING: I am not an expert of Spring Boot. There are a lot of things that I find really interesting…
Read More » -
Enterprise Java
Testing mail code in Spring Boot application
Whilst building a Spring Boot application you may encounter a need of adding a mail configuration. Actually, configuring the mail…
Read More » -
Enterprise Java
Customizing HttpMessageConverters with Spring Boot and Spring MVC
Exposing a REST based endpoint for a Spring Boot application or for that matter a straight Spring MVC application is…
Read More »