-
Enterprise Java
JSP Tutorial – The ULTIMATE Guide
EDITORIAL NOTE: JavaServer Pages (JSP) technology allows you to easily create web content that has both static and dynamic components.…
Read More » -
DevOps
Continuous Integration and Delivery with Docker
Continuous delivery is all about reducing risk and delivering value faster by producing reliable software in short iterations. As Martin…
Read More » -
Software Development
If you do it do it right
This is a philosophical or ethical command. Very general. It is something like “fail fast”. The reason it came up…
Read More » -
Groovy
Groovier Spring Boot Integration Testing
Recently I had a chance to use Groovy’s groovy.json.JsonSlurper in a soapUI REST project. The usage scenario in soapUI (in…
Read More » -
Core Java
Transforming Collections
Did you ever want to substitute the equals and hashCode methods a HashSet or HashMap uses? Or have a List…
Read More » -
Android Core
Saving an image in a SQLite database in your Android application
When you start caching data to a local database from your Android application, sooner or later you’ll need to save…
Read More » -
Enterprise Java
Type Safe Queries for JPA’s Native Query API
When you’re using JPA – sometimes – JPQL won’t do the trick and you’ll have to resort to native SQL.…
Read More » -
Software Development
Monolithic core vs full microservice architecture
Martin Fowler recently released another article on microservices, specifically about the hype surrounding them. He states that though microservices are…
Read More » -
Core Java
A Few Thoughts on Unit Test Scaffolding
When I start to repeat myself in unit test methods by creating the same objects and preparing the data to…
Read More »