-
Scala
Spring Scala based sample bean configuration
I have been using Spring Scala for a toy project for the last few days and I have to say…
Read More » -
Scala
Spring Boot and Scala with sbt as the build tool
Earlier I had blogged about using Scala with Spring Boot and how the combination just works. There was one issue…
Read More » -
Enterprise Java
Using Http Session with Spring based web applications
There are multiple ways to get hold of and use an Http session with a Spring based web application. This…
Read More » -
Enterprise Java
Spring test with thymeleaf for views
I am a recent convert to thymeleaf for view templating in Spring based web applications, preferring it over jsp’s. All…
Read More » -
Scala
Memoization of Scala Streams
I learnt the hard way that scala internally uses memoization with Streams. This was my first attempt at a solution…
Read More » -
Scala
Spring-boot and Scala
There is actually nothing very special about writing a Spring-boot web application purely using Scala, it just works! In this…
Read More » -
Core Java
Java 8 functional interfaces – random musings implementing a Scala type
In one of the assignments of the Functional programming with Scala course a type called Terrain is introduced – Terrain represents…
Read More » -
Enterprise Java
Websockets with Spring 4
I am throwing the entire kitchen sink into a small web application that I am developing as part of this…
Read More » -
Enterprise Java
Spring Integration Standalone application with Spring Boot
I had earlier blogged about a way to write a standalone Spring Integration application. Spring Boot makes creating this standalone…
Read More »