-
Enterprise Java
Integration tests with Maven
Implementing unit tests with maven is something ordinary and most of us are familiar with the project structure and where…
Read More » -
Enterprise Java
Spring boot and Apache Camel
As the world of software moves on, more complex systems are being developed, which have to integrate with each other.…
Read More » -
Enterprise Java
Spring and Threads: Transactions
In order to be able to use transactions with our thread we need to understand how transactions work with spring.…
Read More » -
Enterprise Java
Spring and Threads: Async
Previously we started working with spring and the TaskExecutor, thus we became more familiar on how to use threads on…
Read More » -
Enterprise Java
Spring and Threads: TaskExecutor
Using threads in a web application is not unusual especially when you have to develop long running tasks. Considering spring…
Read More » -
Scala
Play and SBT basics
Previously we had an introduction to sbt, its default tasks and how to add extra tasks. Play comes with the…
Read More » -
Scala
SBT basics
Sbt is the de facto build tool in the Scala community. Being used to other build tools you will be…
Read More » -
Scala
Use JSON with Play and Scala
Once getting your hands into typing scala code using play, the first thing that comes to mind is JSON. Without…
Read More » -
Scala
SQL Data Access in Play using Scala
Today’s modern application frameworks come with apromise of easy sql data access. There is no wonder why we have so…
Read More »