-
Core Java
ExecutorService – 10 tips and tricks
ExecutorService abstraction has been around since Java 5. We are talking about 2004 here. Just a quick reminder: both Java…
Read More » -
Software Development
How do I still write code as a Tech Lead?
I have previously suggested that effective Tech Leads spend an ideal minimum of 30% of their time writing code. A…
Read More » -
Enterprise Java
Prototyping an enterprise webapp at Devoxx Hackergarten
For the 10th year in a row, I attended DevoxxBe. It’s my favorite Java conference, but the talk schedule isn’t…
Read More » -
Desktop Java
Properties Extractor: Best way to get the ListView instantly updating its elements
This post is about how to deal with JavaFX ListViews and TableViews and how these controls are getting informed about…
Read More » -
Enterprise Java
Enable Arquillian on an existing Java EE project, using Forge Addon
Tech Tip #34 explained how to create a testable Java EE 7 application. This is useful if you are starting…
Read More » -
Enterprise Java
Adding Gzip Compression in CXF APIs and Interceptors
Nowadays it has become mandatory to perform Gzipping to the APIs responses, due to huge amount of data we are…
Read More » -
Enterprise Java
How To Setup Integration & SOA Tooling For JBoss Developer Studio 8
The release of the latest JBoss Developer Studio (JBDS) brings with it the questions around how to get started with…
Read More » -
Core Java
First Java 8 Experience
Like the rest of the world, I fell deeply in love with Slack. Why? Lot of reasons, but the main…
Read More » -
Enterprise Java
Don’t repeat expressions in facelets
Have you ever seen repeated EL expressions in JSF like this one? …
Read More »