Java
-
How Nashorn Impacts API Evolution on a New Level
Following our previous article about how to use jOOQ with Java 8 and Nashorn, one of our users discovered a…
Read More » -
Using @ConfigurationProperties in Spring Boot
In my latest blog post I described shortly how one can configure mail in Spring Boot application. To inject properties…
Read More » -
Maven Common Problems and Pitfalls
Love it or hate it (and a lot of people seem to hate it), Maven is a widely used tool…
Read More » -
Processing Java Annotations Using Reflection
In my previous article covering Java Annotations, I outlined a recent use case and provided you with some examples of custom…
Read More » -
JUnit in a Nutshell: Unit Test Assertion
This chapter of JUnit in a Nutshell covers various unit test assertion techniques. It elaborates on the pros and cons…
Read More » -
Garbage Collection: increasing the throughput
The inspiration for this post came after stumbling upon “Pig in the Python” definition in the memory management glossary. Apparently,…
Read More » -
Brand new JSF components in PrimeFaces Extensions
The PrimeFaces Extensions team is glad to announce several new components for the upcoming 3.0.0 main release. Our new committer…
Read More » -
5 Error Tracking Tools Java Developers Should Know
Raygun, Stack Hunter, Sentry, Takipi and Airbrake: Modern developer tools to help you crush bugs before bugs crush your app! …
Read More » -
3 Examples of Parsing HTML File in Java using Jsoup
HTML is the core of the web, all the pages you see on the internet are based on HTML, whether…
Read More »