-
Enterprise Java

How to ignore unknown properties while parsing JSON in Java – Jackson @JsonIgnoreProperties Annotation Example
One of the common problem while parsing JSON in Java using Jackson API is that it fails when your JSON…
Read More » -
Core Java

How to deal with ConcurrentModificationException in Java? Beware while removing elements from ArrayList in loop
One of the common problem while removing elements from an ArrayList in Java is the ConcurrentModificationException. If you use classical…
Read More » -
Software Development

Decoding the Eclipse IP Policy: Third Party Dependencies
The term Intellectual Property (IP) refers to any sort of creative work, be it literature, art, or software. In the…
Read More » -
Enterprise Java

PostgreSQL on Open Liberty
Open Liberty is an interesting new OSS Java EE application server that originated from WebSphere Liberty. You can configure Open…
Read More » -
Enterprise Java

Running ADF Essentials on Tomcat in a Docker container
I develop sample applications pretty often. I try out some ideas, play with some techniques and share the result of…
Read More » -
Agile

When Teams Donât Finish Work in a Sprint: 3 Tips to Seeing and Finishing Work
Sprints, by definition, are a timebox. Youâre supposed to say, âPencils down!â at the end of the sprint, show your…
Read More » -
Software Development

Best Practices When Versioning a Release
Ever wondered how to version a release of your software? Ever looked around at the software youâre using and asked…
Read More » -
Kotlin

Defending Public-By-Default in Kotlin
Some people have spoken against Kotlinâs decision to make classes, methods, etc. public by default (when no visibility modifier is…
Read More » -
Software Development

Teach Them The Language First
I wanted to write this article for some time now, but I wasnât sure if itâs such a spread phenomenon…
Read More »








