Introduction
In the 2018 Advent of Code challenged I solved all the puzzles in Groovy. It is pretty obvious, that choosing good data structure Read more
In the 2018 Advent of Code challenged I solved all the puzzles in Groovy. It is pretty obvious, that choosing good data structure Read more
Kotlin allows you to put method implementation in an interface. The same mechanism can be found in Java interfaces as default methods (and also Groovy Read more
The enum class with instance method in Kotlin is quite similar to its Java version, Read more
By deafault, Apache Karaf keeps configuration for bundles in the etc
directory as flat properties files. We can override configuration for the storing mechanism Read more
We use OSGi, but we don’t deploy our bundles further than testing environment. It is our client who deploys it to production. Read more
Blueprint is a dependency injection framework for OSGi bundles. It could be written by hand or generated using Blueprint Maven Plugin. Read more
Do you think about compatibility of your public API when you modify classes from it? It is especially easy to miss out that something Read more
How often do you think about possible changes in your API? Do you consider that something required could become optional in future? How about Read more