-
DevOps
JVM microservices – JVM based application as Docker container
Continuation of Windows and Docker integration guide. The goal of this post is to show quick and easy way of…
Read More » -
DevOps
JVM microservices – how to run Docker containers on Windows
Microservices is one of the loudest IT buzzwords, everybody’s anxious to try it. But what Linux and MacOS users get…
Read More » -
Scala
Testing AKKA application with Spock
AKKA is message-driven and actor model based concurrency toolkit. Although it’s written in Scala, AKKA can be used in any…
Read More » -
Core Java
Testing JVM server-side JavaScript with Jasmine, Spock and Nashorn
JavaScript usage is not limited to client-side code in browser or NodeJS powered server-side code. Many JVM based projects are…
Read More » -
Core Java
Duck typing in Java ? Well, not exactly
According to Wikipedia duck typing is: style of dynamic typing in which an object’s methods and properties determine the valid…
Read More » -
Enterprise Java
Three steps to follow MVC while building Java Web application
Step #1 DO Always process URL(POST forms, link clicking etc) by servlet / action bean and never by JSP WHY…
Read More »