Spring
-
Enterprise Java
Spring Environment is for initialization code only
Since version 3.1, the Spring framework offers an abstraction towards several different sources through which you can easily configure your…
Read More » -
Enterprise Java
Web App Architecture – the Spring MVC – AngularJs stack
Spring MVC and AngularJs together make for a really productive and appealing frontend development stack for building form-intensive web applications.In…
Read More » -
Enterprise Java
Logging to Redis using Spring Boot and Logback
When doing centralized logging, e.g. using Elasticsearch, Logstash and Kibana or Graylog2 you have several options available for your Java…
Read More » -
Enterprise Java
High Available AMQP Backed Message Channels via Spring Integration and RabbitMQ
Spring Integration message channels store messages in memory by default. This is because memory is fast, easy to implement and…
Read More » -
Enterprise Java
Stateless Spring Security Part 3: JWT + Social Authentication
This third and final part in my Stateless Spring Security series is about mixing previous post about JWT token based…
Read More » -
Enterprise Java
Learning Netflix Governator – Part 1
I have been working with Netflix Governator for the last few days and got to try out a small sample…
Read More » -
Enterprise Java
Quick way to check if the REST API is alive – GET details from Manifest file
There might be cases when you want to quickly verify if your REST API, that is deployed either on dev, test…
Read More » -
Enterprise Java
Building a HATEOAS API with JAX-RS and Spring
In my previous blog post I showed how easy Jersey can be configured with Spring Boot. My exploration on Spring…
Read More » -
Enterprise Java
Getting started with Jersey and Spring Boot
Along many new features, Spring Boot 1.2 brings Jersey support. This is great step to attract those developers who like…
Read More »