Spring
-
Scala
Akka samples with scala and Spring
I was looking around recently for Akka samples with Spring and found a starter project which appeared to fit the…
Read More » -
Enterprise Java
Spring Integration Jdbc RowMapper Example
The JDBC inbound channel adapter’s basic function is to execute a SQL query, extract the data and pass the result…
Read More » -
Enterprise Java
Spring lookup-method Example
When a bean has dependency on another bean, we inject the bean using the setter property or through the constructor.…
Read More » -
Enterprise Java
Configuration over JNDI in Spring Framework
From a certain point on, an application has to be configurable. Spring Framework has a nice auxiliary tool for this…
Read More » -
Enterprise Java
Creating a Message Driven Bean with AWS SQS in Spring
In my previous post I showed a simple example how to use AWS SQS with Spring Framework to put messages…
Read More » -
Enterprise Java
Logging JAX-WS SOAP messages in Spring
Whenever you’re using JAX-WS within Spring you’ll probably want to log the incoming and outgoing SOAP messages – if only…
Read More » -
Enterprise Java
Spring-session demonstration using docker-compose
I have earlier written about an exciting new project called Spring-session which provides a clean way to externalize user sessions…
Read More » -
Enterprise Java
UA Web Challenge Conference: SpringIO for startups
On this week I was speaking on UA Web Challenge Conference in BackEnd section. I’ve chosen strange topic of my…
Read More » -
Enterprise Java
Spring annotations I never had the chance to use part 1: @primary
Today I remembered an old friend of mine (@primary) with whom we met from tutorials to tutorials. You know that…
Read More »