Java
-
Synchronising Multithreaded Integration Tests
Testing threads is hard, very hard and this makes writing good integration tests for multithreaded systems under test… hard. This…
Read More » -
Java, if this were a better world
Just a little dreaming about a better world, where some old blunders in the Java platform would’ve been corrected and…
Read More » -
GlassFish 4 Promoted Build, Gradle and Embedded Application Server
Very recently, perhaps towards end of last year, the GlassFish open source team released GlassFish 4.0 beta 72 as a…
Read More » -
Using Google Guava’s Ordering API
We’ve been playing a bit more with Google’s Guava library – what a great library! The most recent thing we…
Read More » -
Java 8: From PermGen to Metaspace
As you may be aware, the JDK 8 Early Access is now available for download. This allows Java developers to…
Read More » -
Defensive API evolution with Java interfaces
API evolution is something absolutely non-trivial. Something that only few have to deal with. Most of us work on internal,…
Read More » -
High Performance Durable Messaging
Overview While there are a good number of high performance messaging systems available for Java, most avoid quoting benchmarks which…
Read More » -
Building Vaadin UI with Xtend
Today I have decided to say hello to Xtend . I had wish to learn some new programming language. The…
Read More » -
40 Java Collections Interview Questions and Answers
Java Collections Framework are the fundamental aspect of java programming language. It’s one of the important topic for java interview…
Read More »